RCT » History » Revision 8
« Previous |
Revision 8/10
(diff)
| Next »
Eric Hou, 06/25/2010 10:23 AM
RCT¶
RCT stands for Random Conical Tilt. It can also used for Orthogonal Tilt image acquisition. This should be used with Navigator multiple move for best results.
Required bindings to Presets Manager
RCTNode - (ChangePresetEvent) -> PresetsManagerNode
PresetManagerNode - (PresetChangedEvent) -> RCTNode
Required bindings to a Target Finder
TargetFinderNode - (ImageTargetListPublishEvent) -> RCTNode
RCTNode - (TargetListDoneEvent) -> TargetFinderNode
Required Bindings with Navigator to allow (iterative) target move correction.
RCTNode - (MoveToTargetEvent) -> NavigatorNodeAlias
Required Bindings for waiting for drift to stop after tilting
RCTrNode - (DriftMonitorRequestEvent) -> DriftManagerNode
DriftManagerNode - (DriftMonitorResultEvent) -> RCTNode
Required Binding to correct drift from tilting as well as thermal expansion
RCTNode - (NeedTargetShiftEvent) - > DriftManagerNode
DriftManagerNode-(AcquisitionImageDriftPublishEvent) -> RCTNode
Required Bindings to use drift check image in the node (???).
DriftManagerNode - (AcquisitionImagePublishEvent) -> RCTNode
Updated by Eric Hou over 14 years ago · 8 revisions