Phase Plate Aligner Node Class » History » Version 3
Anchi Cheng, 02/02/2018 12:32 PM
1 | 1 | Anchi Cheng | h1. Phase Plate Aligner Node Class |
---|---|---|---|
2 | |||
3 | Phase Plate Aligner Handles counting of images used on the patch and advance to the next position if needed. It also charge (i.e. expose) the new patch for a given time both at normal and beam tilted condition to give good contrast when the imaging and beam-tilt based focusing takes place later. These operations are performed at the reference target position and using the last preset in the node that sends the triggering event. The counting is achieved by receiving an AcquisitionImagePublish Event that marks the completion of an image acquisition. |
||
4 | |||
5 | 2 | Anchi Cheng | h2. Bindings |
6 | |||
7 | 1 | Anchi Cheng | *Required Binding for checking the count and advance patch position* |
8 | |||
9 | Acquisition -> PhasePlatePublishEvent -> Phase Plate Aligner |
||
10 | |||
11 | *Required Binding for registering an on-plane image is taken with current patch* |
||
12 | |||
13 | Acquisition -> AcquisitionImagePublishEvent -> Phase Plate Aligner |
||
14 | |||
15 | *Required Binding for moving to reference target* |
||
16 | |||
17 | Phase Plate Aligner ->ChangePresetEvent -> Presets Manager |
||
18 | Presets Manger -> PresetChangedEvent -> Phase Plate Aligner |
||
19 | Phase Plate Aligner -> MoveToTargetEvent -> Navigator |
||
20 | Navigator -> MoveToTargetDoneEvent -> Phase Plate Aligner |
||
21 | |||
22 | *Optional: If GIF is present, Align zero loss peak is most efficiently combined with the patch position advancement and being done before that. You may add this binding to achieve that. Note that this will not check if it needs alignment, just execute the alignment sequence itself. |
||
23 | |||
24 | Phase Plate Aligner -> FixAlignment -> Align Zero Loss Peak |
||
25 | 2 | Anchi Cheng | |
26 | 3 | Anchi Cheng | {{include(Phase Plate Aligner Tool Bar)}} |