Dtmshow

From Dynamo
Revision as of 12:15, 27 June 2018 by Daniel Castaño (talk | contribs) (Created page with "<tt>dtmshow</tt> is the simplest tomogram browser in ''Dynamo'' == Invoking <tt>dtmshow</tt> == === Tomogram preload=== Depending on the size of your tomogram, this option...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dtmshow is the simplest tomogram browser in Dynamo

Invoking dtmshow

Tomogram preload

Depending on the size of your tomogram, this option might take a long time or even block your system's memory.

dtmshow myFile.mrc
dtmshow(<variable name>)
dtmshow(<file name>)


On the fly access

This option is only available when the z viewing is active.

dtmshow -otf myFile.mrc

Basic controls

Depicted height

Once a direction x,y or z is selected you can move the depicted height by:

  • dragging the slider on the top
  • scrolling the mouse
  • up and down arrow keys

Zoom

Zooming can be performed by keeping [control] pressed + mouse wheel. This will zoom in and out on the current position of the cursor. Alternatively you can use the magnifying glass icon in the toolbar.

Drag

Dragging of the viewed scene after zooming can be performed by keeping [shift] pressed + mouse wheel. Alternatively you can use the hand glass icon in the toolbar.

Slice orientation

There are two options which are not equivalent

  • Use the pushbuttons in the top bar to just show the central slice in the wished orientation
  • Press the keys 'x','y','z' to force the wished orientation AND set the height in the new orientation to the position of the cursor in the moment you clicked on it.

Depicted slice

You have options for binning, bandpassing or projeting several physical slices on the depicted scene (called thickness in the GUI). When they are active, the respective operations will be carried on the requested slice each time you produce a new one.

The dimensions of the depicted scene will always correspond to the unbinned slice: if your tomo has xy dimensions of 2000x2000 pixels, a binned x2 slice will have physically 500x500 pixels. Still the range of the axes in dtmshow will be from 0 to 2000.

Prebinned stacks

When browsing on tomograms with a sidelength larger than, say, 2000 pixels (depending on your system) the slice transition can be rather slow. A technique to comfortably browse on your tomogram consists in launching a prebinning request. When you do so, after chosing a binning level, Dynamo will create internally a binned version of the tomo currently depicted. The tomogram may lay in memory or be available for on-the-fly access; in both cases the prebinned version will be in memory just during the existence of the dtmshow GUI.

When you use the bin option in the GUI (i.e., if the radiobutton is connected), if the current bin factor corresponds to a bin factor that has been previously used to generate an internal prebinned stack, then the slice will be directly extracted from it.


Simultaneous browsers

Sometimes it is convenient to have two linked dtmshow browsers, each one showing the same area in different tomograms. For instance, this might be interesting when comparing SIRT and WBP reconstructions.

This is triggered by passing two tomograms to the input:

dtmshow({vol1,vol2});