Click Target Finder » History » Version 1
Amber Herold, 04/23/2010 09:53 AM
1 | 1 | Amber Herold | h1. Click Target Finder |
---|---|---|---|
2 | |||
3 | |||
4 | |||
5 | Click Target Finder is a basic node that takes input images and allows the user to |
||
6 | manually select targets on the input image. The image target list is the output of this node. |
||
7 | Because most of its subnodes such as Holde Finder and RasterFinder have the option of skipping |
||
8 | automatic finding, they can perform the job of this base class. Therefore, the node is seldom |
||
9 | used. |
||
10 | |||
11 | Required bindings for recieving images and publishing targets: |
||
12 | |||
13 | <highlights> |
||
14 | <simplelist type="vert"> |
||
15 | <member> previous Acquisition or Focuser- (AcquisitionImagePublishEvent) -> ClickTarget |
||
16 | Finder</member> |
||
17 | <member> ClickTargetFinder - (ImageTargetListPublishEvent) -> next Acquisition or |
||
18 | Focuser</member> |
||
19 | <member> ClickTargetFinder - (QueuePublishEvent) -> next Acquisition or Focuser</member> |
||
20 | <member> ClickTargetFinder - (ReferenceTargetListPublishEvent) -> AlignZeroLossPeak or |
||
21 | MeasureDose</member> |
||
22 | </simplelist> |
||
23 | </highlights> |
||
24 | Required bindings for proper waiting among nodes: |
||
25 | |||
26 | <highlights> |
||
27 | <simplelist type="vert"> |
||
28 | <member> ClickTargetFinder- (ImageProcessDoneEvent) -> previous Acquisition or |
||
29 | Focuser</member> |
||
30 | <member> next Acquisition or Focuser- (TargetListDoneEvent) -> ClickTargetFinder</member> |
||
31 | </simplelist> |
||
32 | </highlights> |
||
33 | This node only has the ability to display target types and submit (send) new image |
||
34 | targets to another node via the Submit Targets button. |
||
35 | |||
36 | |||
37 | |||
38 | h2. Settings |
||
39 | |||
40 | |||
41 | |||
42 | |||
43 | |||
44 | * Allow for user verification of picked holes = When enabled, this feature will |
||
45 | pause and wait for the user to verify whether the correct exposure and focus targets |
||
46 | have been selected after the Hole Finder finished processing the input image. |
||
47 | |||
48 | |||
49 | * Queue up targets = When enabled, submit targets do not publish them immediately |
||
50 | but to put them in a target list queue. |
||
51 | |||
52 | |||
53 | * Declare drift when queue submitted= When enabled, force target shift correction |
||
54 | when the queue is submitted. Useful when accurate targeting is needed. |