Project

General

Profile

Transform Manager » History » Version 4

Eric Hou, 06/24/2010 04:17 PM

1 1 Amber Herold
h1. Transform Manager 
2
3 3 Eric Hou
The Transform Manager handles all shift corrections that need to be done after drift is declared. The class will be expand to do transformation other than shift in the future.
4 1 Amber Herold
5 3 Eric Hou
By the request of an Acquisition Node, the transform manager reaquires ancestors of the target that requires transformation in order to create the transformed target.
6 1 Amber Herold
7 3 Eric Hou
Any acquisition or focuser node that need target correction requires two bindings.
8 1 Amber Herold
9 4 Eric Hou
AcquisitionNode or FocuserNode - (TransformTargetEvent) - > TransformManagerNode
10 3 Eric Hou
TransformManagerNode-(TransformTargetDoneEvent) -> AcquisitionNode orFocuserNode
11 1 Amber Herold
12
For TransformManager to change presets, two bindings are needed:
13
14 3 Eric Hou
TransformManagerNode - (ChangePresetEvent) -> PresetsManagerNode
15
PresetsManagerNode -(PresetChangedEvent) -> TransformManagerNode
16 1 Amber Herold
17
h2.  Settings
18
19 3 Eric Hou
*  Minimal Magnification = 300. This setting sets a lower limit to the ancestor image reacquisition.  It can be set to prevent going down to a magnification where the objective aperture inserted after the original image was acquired prevents correlation between the reaquired image (with aperture) and the original (without aperture). Alternatively, it can be set to prevent the reacquisition that uses the LM mode.
20 1 Amber Herold
21
h2.  Toolbar
22
23 3 Eric Hou
*  Declare Drift = force the Transform Manager to start drift correction sequence.
24 2 Amber Herold
25
26
27
______
28
29
[[Tomography|< Tomography]]
30
31 1 Amber Herold
______