Project

General

Profile

Click Target Finder » History » Version 5

Amber Herold, 06/25/2010 12:44 PM

1 1 Amber Herold
h1. Click Target Finder
2
3 3 Eric Hou
Click Target Finder is a basic node that takes input images and allows the user to manually select targets on the input image. The image target list is the output of this node. Because most of its subnodes such as Holde Finder and RasterFinder have the option of skipping automatic finding, they can perform the job of this base class. Therefore, the node is seldom used.
4 1 Amber Herold
5 5 Amber Herold
*Required bindings for recieving images and publishing targets:*
6 1 Amber Herold
7 3 Eric Hou
previous Acquisition or Focuser- (AcquisitionImagePublishEvent) -> ClickTarget Finder
8
ClickTargetFinder - (ImageTargetListPublishEvent) -> next Acquisition or Focuser
9
ClickTargetFinder - (QueuePublishEvent) -> next Acquisition or Focuser
10
ClickTargetFinder - (ReferenceTargetListPublishEvent) -> AlignZeroLossPeak or MeasureDose
11
12 5 Amber Herold
*Required bindings for proper waiting among nodes:*
13 1 Amber Herold
14 4 Eric Hou
ClickTargetFinder- (ImageProcessDoneEvent) - > previous Acquisition or Focuser
15
next Acquisition or Focuser- (TargetListDoneEvent) - > ClickTargetFinder
16 1 Amber Herold
17 3 Eric Hou
This node only has the ability to display target types and submit (send) new image targets to another node via the Submit Targets button.
18 1 Amber Herold
19
h2.  Settings
20
21 3 Eric Hou
*  Allow for user verification of picked holes = When enabled, this feature will pause and wait for the user to verify whether the correct exposure and focus targets have been selected after the Hole Finder finished processing the input image.
22 1 Amber Herold
23 3 Eric Hou
*  Queue up targets = When enabled, submit targets do not publish them immediately but to put them in a target list queue.
24 2 Amber Herold
25 3 Eric Hou
*  Declare drift when queue submitted= When enabled, force target shift correction when the queue is submitted. Useful when accurate targeting is needed.
26 2 Amber Herold
27
______
28
29
[[Beam Tilt Imager|< Beam Tilt Imager]] | [[Corrector|Corrector >]]
30
31
______