Project

General

Profile

Transform Manager » History » Version 1

Amber Herold, 04/23/2010 10:11 AM

1 1 Amber Herold
h1. Transform Manager 
2
3
4
5
The Transform Manager handles all shift corrections that need to be done after drift is
6
declared. The class will be expand to do transformation other than shift in the future.
7
8
By the request of an Acquisition Node, the transform manager reaquires ancestors of the
9
target that requires transformation in order to create the transformed target.
10
11
<highlights>
12
13
Any acquisition or focuser node that need target correction requires two
14
bindings.
15
16
<simplelist type="vert">
17
<member> AcquisitionNode or FocuserNode - (TransformTargetEvent) ->
18
TransformManagerNode</member>
19
<member> TransformManagerNode-(TransformTargetDoneEvent) -> AcquisitionNode or
20
FocuserNode</member>
21
</simplelist>
22
23
For TransformManager to change presets, two bindings are needed:
24
25
<simplelist type="vert">
26
<member> TransformManagerNode - (ChangePresetEvent) -> PresetsManagerNode</member>
27
<member> PresetsManagerNode -(PresetChangedEvent) -> TransformManagerNode</member>
28
</simplelist>
29
30
31
</highlights>
32
33
34
h2.  Settings
35
36
37
38
*  Minimal Magnification = 300. This setting sets a lower limit to the ancestor image
39
reacquisition.  It can be set to prevent going down to a magnification where the
40
objective aperture inserted after the original image was acquired prevents correlation
41
between the reaquired image (with aperture) and the original (without aperture).
42
Alternatively, it can be set to prevent the reacquisition that uses the LM mode.
43
44
45
46
47
48
49
50
h2.  Toolbar
51
52
53
54
*  Declare Drift = force the Transform Manager to start drift correction
55
sequence.