Project

General

Profile

Tomography » History » Version 6

Amber Herold, 06/25/2010 12:14 PM

1 1 Amber Herold
h1. Tomography
2
3 6 Amber Herold
The Tomography node is a subclass of [[Acquisition|Acquisition]]. This node receives a Published Target List and navigates to each target using the specified Move Type. Then, a series of images at assigned tilt angles are acquired and published to the database. Many of the Algorithms are based on UCSF Tomo. The node can also initiate dose measurement and alignment of zero loss peak for Gatan energy filter.
4 1 Amber Herold
5 6 Amber Herold
Be aware that this node multiplies the CCD counts by 10 and converts the values into signed Int16 before it is displayed and saved as MRC file to reduce the file size. Therefore, a CCD count (after binning and flat-field correction) of 3276.8 or higher will overflow.
6 1 Amber Herold
7 6 Amber Herold
*Required bindings:*
8 1 Amber Herold
9 6 Amber Herold
TomographyNodeAlias- (ChangePresetEvent) -> PresetsManagerNode
10
PresetsManagerNode - (PresetChangedEvent) -> TomographyNodeAlias
11 1 Amber Herold
12 6 Amber Herold
*Bindings with the previous target makers or click target finder:*
13 1 Amber Herold
14 6 Amber Herold
TargetMakerNodeAlias - (ImageTargetListPublishEvent) -> TomographyNodeAlias
15
TomographyNodeAlias - (TargetListDoneEvent) -> TargetMakerNodeAlias
16 1 Amber Herold
17 6 Amber Herold
*Optional Bindings with DriftManager to allow target correction after drift:*
18 1 Amber Herold
19 6 Amber Herold
TomographyNodeAlias - (NeedTargetShiftEvent) -> DriftManagerNodeAlias
20
DriftManagerNodeAlias - (AcquisitionImageDriftPublishEvent) -> TomographyNodeAlias
21 1 Amber Herold
22 6 Amber Herold
*Optional Bindings with another Acqusition subclass (for example, Focuser or Acquisition) that processes target types rejected by Tomography node:*
23 1 Amber Herold
24 6 Amber Herold
TomographyNodeAlias - (ImageTargetListPublishEvent) -> AnotherAcquisitionSubNodeAlias
25
AnotherAcquisitionSubNodeAlias - (TargetListDoneEvent) -> TomographyNodeAlias
26 1 Amber Herold
27 6 Amber Herold
*Optional Bindings to Reference subclass (for example, DoseMeasurement or AlighZLP) that initiates a set process at the reference target position:*
28 1 Amber Herold
29 6 Amber Herold
TomographyNodeAlias - (DoseMeasurementPublishEvent) -> MeasureDoseNodeAlias
30
TomographyNodeAlias - (AlignZeroLossPeakPublishEvent) -> AlighZeroLossPeakAlias
31 1 Amber Herold
32
h2. Tomography Toolbar ( Leginon/Tomography/Toolbar> )
33
34
*  same tools are available as for any Acquisition sub Class node.
35
36 4 Eric Hou
h2.  Tomography Settings ( Leginon/Tomography/Settings> )
37 1 Amber Herold
38 4 Eric Hou
The top portion is identical to Acquisition/Settings in an Acquisition node. Only the part related to Tomography is described.
39 1 Amber Herold
40
*  Tilt min, max, start, and step angles (in degree).
41
42 4 Eric Hou
Start at 0 degree and using a negative step cause the node to collect data in the negative angles first.
43 1 Amber Herold
44 4 Eric Hou
*  Use equally sloped (symmetric) angles, power of 2 angles in 180 degree range can be used instead of the default equal angle increment.
45 1 Amber Herold
46 4 Eric Hou
*  Exposure Total dose is divided by the number of tilt angles to obtain the actual exposure time with known dose of the preset. The actual exposure time should also be limited by Min/Max specified.
47 1 Amber Herold
48 4 Eric Hou
*  "Before Collection Measure Dose" will acquire a dose image (512x512 at the center using current preset and at the reference image. The result will update the preset dose for the data collection dose fractionation calculation.
49 2 Amber Herold
50
*  Before Collection Run buffer cycle |Align zero loss peak dose what it says.
51
52
______
53
54
[[RobotAtlasTargetFinder|< RobotAtlasTargetFinder]] | [[Transform Manager |Transform Manager >]]
55
56 3 Amber Herold
______