Tomography » History » Version 2
Amber Herold, 04/27/2010 02:55 PM
| 1 | 1 | Amber Herold | h1. Tomography |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | The Tomography node is a subclass of <link linkend="acq_node">Acquisition</link>. This |
||
| 6 | node receives a Published Target List and navigates to each target using the specified Move |
||
| 7 | Type. Then, a series of images at assigned tilt angleis are acquired and published to the |
||
| 8 | database. Many of the Algorithms are based on UCSF Tomo. The node can also initiate dose |
||
| 9 | measurement and alignment of zero loss peak for Gatan energy filter. |
||
| 10 | |||
| 11 | |||
| 12 | Be awared that this node multiply the CCD counts by 10 and convert the values into signed |
||
| 13 | Int16 before it is displayed and saved as MRC file to reduce the file size. Therefore a CCD |
||
| 14 | counts (after binning and flat-field correction) of 3276.8 or higher will overflow. |
||
| 15 | |||
| 16 | <highlights> |
||
| 17 | |||
| 18 | Required bindings |
||
| 19 | |||
| 20 | <simplelist type="vert"> |
||
| 21 | <member> TomographyNodeAlias- (ChangePresetEvent) -> PresetsManagerNode</member> |
||
| 22 | <member> PresetsManagerNode - (PresetChangedEvent) -> TomographyNodeAlias</member> |
||
| 23 | </simplelist> |
||
| 24 | </highlights> |
||
| 25 | <highlights> |
||
| 26 | |||
| 27 | Bindings with the previous target makers or click target finder |
||
| 28 | |||
| 29 | <simplelist type="vert"> |
||
| 30 | <member> TargetMakerNodeAlias - (ImageTargetListPublishEvent) -> |
||
| 31 | TomographyNodeAlias</member> |
||
| 32 | <member> TomographyNodeAlias - (TargetListDoneEvent) -> TargetMakerNodeAlias</member> |
||
| 33 | </simplelist> |
||
| 34 | </highlights> |
||
| 35 | <highlights> |
||
| 36 | |||
| 37 | Optional Bindings with DriftManager to allow target correction after drift. |
||
| 38 | |||
| 39 | <simplelist type="vert"> |
||
| 40 | <member> TomographyNodeAlias - (NeedTargetShiftEvent) -> DriftManagerNodeAlias</member> |
||
| 41 | <member> DriftManagerNodeAlias - (AcquisitionImageDriftPublishEvent) -> |
||
| 42 | TomographyNodeAlias</member> |
||
| 43 | </simplelist> |
||
| 44 | </highlights> |
||
| 45 | <highlights> |
||
| 46 | |||
| 47 | Optional Bindings with another Acqusition subclass (for example, Focuser or Acquisition) |
||
| 48 | that processes target types rejected by Tomography node. |
||
| 49 | |||
| 50 | <simplelist type="vert"> |
||
| 51 | <member> TomographyNodeAlias - (ImageTargetListPublishEvent) -> |
||
| 52 | AnotherAcquisitionSubNodeAlias</member> |
||
| 53 | <member> AnotherAcquisitionSubNodeAlias - (TargetListDoneEvent) -> |
||
| 54 | TomographyNodeAlias</member> |
||
| 55 | </simplelist> |
||
| 56 | </highlights> |
||
| 57 | <highlights> |
||
| 58 | |||
| 59 | Optional Bindings to Reference subclass (for example, DoseMeasurement or AlighZLP) that |
||
| 60 | initiates a set process at the reference target position. |
||
| 61 | |||
| 62 | <simplelist type="vert"> |
||
| 63 | <member> TomographyNodeAlias - (DoseMeasurementPublishEvent) -> |
||
| 64 | MeasureDoseNodeAlias</member> |
||
| 65 | <member> TomographyNodeAlias - (AlignZeroLossPeakPublishEvent) -> |
||
| 66 | AlighZeroLossPeakAlias</member> |
||
| 67 | </simplelist> |
||
| 68 | </highlights> |
||
| 69 | |||
| 70 | |||
| 71 | h2. Tomography Toolbar ( Leginon/Tomography/Toolbar> ) |
||
| 72 | |||
| 73 | |||
| 74 | |||
| 75 | * same tools are available as for any Acquisition sub Class node. |
||
| 76 | |||
| 77 | |||
| 78 | |||
| 79 | |||
| 80 | |||
| 81 | |||
| 82 | |||
| 83 | h2. Tomography Settings ( Leginon/Tomography/Settings> |
||
| 84 | ) |
||
| 85 | |||
| 86 | |||
| 87 | The top portion is identical to Acquisition/Settings in an Acquisition node. Only the |
||
| 88 | part related to Tomography is described. |
||
| 89 | |||
| 90 | |||
| 91 | * Tilt min, max, start, and step angles (in degree). |
||
| 92 | |||
| 93 | |||
| 94 | Start at 0 degree and using a negative step cause the node to collect data in the |
||
| 95 | negative angles first. |
||
| 96 | |||
| 97 | |||
| 98 | * Use equally sloped (symmetric) angles, power of 2 angles in 180 degree range can be |
||
| 99 | used instead of the default equal angle increment. |
||
| 100 | |||
| 101 | |||
| 102 | * Exposure Total dose is divided by the number of tilt angles to obtain the actual |
||
| 103 | exposure time with known dose of the preset. The actual exposure time should also be |
||
| 104 | limited by Min/Max specified. |
||
| 105 | |||
| 106 | |||
| 107 | * "Before Collection Measure Dose" will acquire a dose image (512x512 at the center |
||
| 108 | using current preset and at the reference image. The result will update the preset dose |
||
| 109 | for the data collection dose fractionation calculation. |
||
| 110 | |||
| 111 | |||
| 112 | * Before Collection Run buffer cycle |Align zero loss peak dose what it says. |
||
| 113 | 2 | Amber Herold | |
| 114 | |||
| 115 | |||
| 116 | |||
| 117 | ______ |
||
| 118 | |||
| 119 | [[RobotAtlasTargetFinder|< RobotAtlasTargetFinder]] | [[Transform Manager |Transform Manager >]] |
||
| 120 | |||
| 121 | __ |