Project

General

Profile

RCT » History » Revision 9

Revision 8 (Eric Hou, 06/25/2010 10:23 AM) → Revision 9/10 (Amber Herold, 06/25/2010 12:22 PM)

h1. 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 Required bindings to Presets Manager:* Manager 

 RCTNode - (ChangePresetEvent) -> PresetsManagerNode 
 PresetManagerNode - (PresetChangedEvent) -> RCTNode 

 *Required Required bindings to a Target Finder:* Finder 

 TargetFinderNode - (ImageTargetListPublishEvent) -> RCTNode 
 RCTNode - (TargetListDoneEvent) -> TargetFinderNode 

 *Required Required Bindings with Navigator to allow (iterative) target move correction:* correction. 

 RCTNode - (MoveToTargetEvent) -> NavigatorNodeAlias 

 *Required Required Bindings for waiting for drift to stop after tilting:* tilting 

 RCTrNode - (DriftMonitorRequestEvent) -> DriftManagerNode 
 DriftManagerNode - (DriftMonitorResultEvent) -> RCTNode 

 *Required Required Binding to correct drift from tilting as well as thermal expansion:* expansion 

 RCTNode - (NeedTargetShiftEvent) - > DriftManagerNode 
 DriftManagerNode-(AcquisitionImageDriftPublishEvent) -> RCTNode 

 *Required Required Bindings to use drift check image in the node (???):* (???). 

 DriftManagerNode - (AcquisitionImagePublishEvent) -> RCTNode 


 ______ 

 [[Raster Filter|< Raster Filter]] | [[Robot|Robot >]] 

 ______