Project

General

Profile

Tomography » History » Version 5

Eric Hou, 06/25/2010 10:29 AM

1 1 Amber Herold
h1. Tomography
2
3 5 Eric Hou
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 angleis 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 4 Eric Hou
Be awared that this node multiply the CCD counts by 10 and convert the values into signed Int16 before it is displayed and saved as MRC file to reduce the file size. Therefore a CCD counts (after binning and flat-field correction) of 3276.8 or higher will overflow.
6 1 Amber Herold
7
Required bindings
8
9 4 Eric Hou
TomographyNodeAlias- (ChangePresetEvent) -> PresetsManagerNode</member>
10
PresetsManagerNode - (PresetChangedEvent) -> TomographyNodeAlias</member>
11 1 Amber Herold
12
Bindings with the previous target makers or click target finder
13
14 4 Eric Hou
TargetMakerNodeAlias - (ImageTargetListPublishEvent) ->
15 1 Amber Herold
TomographyNodeAlias</member>
16 4 Eric Hou
TomographyNodeAlias - (TargetListDoneEvent) -> TargetMakerNodeAlias</member>
17 1 Amber Herold
18
Optional Bindings with DriftManager to allow target correction after drift.
19
20 4 Eric Hou
TomographyNodeAlias - (NeedTargetShiftEvent) -> DriftManagerNodeAlias</member>
21
DriftManagerNodeAlias - (AcquisitionImageDriftPublishEvent) -> TomographyNodeAlias</member>
22 1 Amber Herold
23 4 Eric Hou
Optional Bindings with another Acqusition subclass (for example, Focuser or Acquisition) that processes target types rejected by Tomography node.
24 1 Amber Herold
25 4 Eric Hou
TomographyNodeAlias - (ImageTargetListPublishEvent) -> AnotherAcquisitionSubNodeAlias</member>
26
AnotherAcquisitionSubNodeAlias - (TargetListDoneEvent) -> TomographyNodeAlias</member>
27 1 Amber Herold
28 4 Eric Hou
Optional Bindings to Reference subclass (for example, DoseMeasurement or AlighZLP) that initiates a set process at the reference target position.
29 1 Amber Herold
30 4 Eric Hou
TomographyNodeAlias - (DoseMeasurementPublishEvent) -> MeasureDoseNodeAlias</member>
31
<member> TomographyNodeAlias - (AlignZeroLossPeakPublishEvent) -> AlighZeroLossPeakAlias</member>
32 1 Amber Herold
33
h2. Tomography Toolbar ( Leginon/Tomography/Toolbar> )
34
35
*  same tools are available as for any Acquisition sub Class node.
36
37 4 Eric Hou
h2.  Tomography Settings ( Leginon/Tomography/Settings> )
38 1 Amber Herold
39 4 Eric Hou
The top portion is identical to Acquisition/Settings in an Acquisition node. Only the part related to Tomography is described.
40 1 Amber Herold
41
*  Tilt min, max, start, and step angles (in degree).
42
43 4 Eric Hou
Start at 0 degree and using a negative step cause the node to collect data in the negative angles first.
44 1 Amber Herold
45 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.
46 1 Amber Herold
47 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.
48 1 Amber Herold
49 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.
50 2 Amber Herold
51
*  Before Collection Run buffer cycle |Align zero loss peak dose what it says.
52
53
______
54
55
[[RobotAtlasTargetFinder|< RobotAtlasTargetFinder]] | [[Transform Manager |Transform Manager >]]
56
57 3 Amber Herold
______