Difference between revisions of "Walkthrough on manual marker clicking"

From Dynamo
Jump to navigation Jump to search
(Created page with "Reconstruction of a tomogram implies the availability of a set of alignment parameters that bring the tilt series delivered by the microscopio onto a compatible reference. Fid...")
(No difference)

Revision as of 10:56, 20 August 2018

Reconstruction of a tomogram implies the availability of a set of alignment parameters that bring the tilt series delivered by the microscopio onto a compatible reference. Fiducial markers can be located using automated methods. In this walkthrough, we describe the tools that Dynamo offers to locate them manually through graphical interaction with the tilt series.

Data set

The data set is available in the EMPIAR database, and can be accessed through:

ftp etc

The dmarkers GUI

Loading the data

$gui = dmarkers();$

here, gui is just a handle to the GUI that can be used on a later point to operate on it

Loading the nominal tilt angles

Basic visualization controls

Slide on micrographs

  • Use the slide bar to view a transition of the micrographs (lower resolution images will be shown during the transition, full resolution images will be shown )
  • left and right arrows move the previous or next micrograph in the tilt series.

Zoom

  • You can zoom into a point by using the wheel
  • The small red window in the tool bar can be used as magnifying-glass to zoom in into a hand-draw a region.
  • The tool with the four arrows pointing into the corners zooms out of the scene totally.

Dragging

The scene gets dragged by moving the mouse while keeping pressed the primary mouse button.

Elimination of defective tilts

Some micrographs may be defective because of errors during acquisition. They can be markers as invalid by the key $x$. If you want to undo the marking of a micrograph as invalid, use shift+x.

Initiating a trace

A three-dimensional gold bead is represented by a trace. A trace is a set of observations, where we call observation to the location of the projection of a gold bead in a given micrograph.

The tool with a black point and a red edge starts the trace initiator. The cursor in the GUI becomes a cross; while this cursor is active, clicking on the screen will create a new gold bead.

Following a trace

Once you have selected a gold bead, you should switch off the tool for adding gold beads, and switch on the tool for adding observations to the gold bead currently under selection. The icon represents a point being tracked across several micrographs.

You can use the arrows to move to the next or previous micrograph after clicking the gold bead.

Additionally, you can connect the click and right or click and left tools. When they are switched on, after a click on the screen, the GUI will automatically move to the next micrograph.

Fitting to an alignment model

When you have enough particles, you can proceed to fitting the location of your gold beads to a projection model. The tool with the icon Fit will compute a set of shifts and the angle of the rotation axis.

In the Fit menu on the GUI, you can find the current error, i.e., the

Extended fitting models

In a coarse fitting, Dynamo only tries to solve for shifts and a single rotation angle for all micrographs. It is possible to

The reconstruction GUI

Once you have clicked on your markers, and that you have


Reconstruction through the command line