Project

General

Profile

Actions

Hole Finder

The hole finder node, in the general sense, is designed to pick imaging and focus targets on an input image. More specifically, the hole finder node will find potential holes (circular features of the proper size), determine whether these holes lie in the known lattice, and determine which holes have good ice thickness. The values in this node vary so much from grid to grid (and from square to square) that the best way to find these parameters is by going through a step-by-step trial and error process. To proceed from one step of the hole targeting process to another, simply proceed from top to bottom through the display selection buttons in the image control panel. The display settings associated with each display selection are the locations where the Hole Finder parameters can be adjusted. To see the final acquisition and focus targets, enable only the Original, acquisition, and focus display selections.

Required bindings for recieving images and publishing targets:

previous Acquisition - (AcquisitionImagePublishEvent) -> Hole Finder
Hole Finder - (ImageTargetListPublishEvent) -> next Acquisition
Hole Finder - (QueuePublishEvent) -> next Acquisition

Required bindings for proper waiting among nodes:

Hole Finder- (ImageProcessDoneEvent) -> previous Acquisition
next Acquisition - (TargetListDoneEvent) -> Hole Finder

Settings

  • 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.
  • Queue up targets = When enabled, submit targets do not publish them immediately but to put them in a target list queue.
  • Declare drift when queue submitted= When enabled, force target shift correction when the queue is submitted. Useful when accurate targeting is needed.
  • Skip automated hole finder= When enabled, the automatic Hole Finder algorithm will be skipped altogether.

Image Control Panel

NOTE: To see the effects of Testing the settings for a particular Hole Finder step in the Image Control Panel, the corresponding Hole Finder step Display must be enabled before using the Test feature in that step's Display Settings.

Original

Display

To view the original input image without any image processing done to it, enable this button. Enabling this button will disable/override the Edge, Template, and Threshold Displays.

Display Settings

  • Original Image: File Entry = Enter the path and name of a template MRC image that the Hole Finder can be tested on. This feature allows Hole Finder to be tested without having run a full Leginon MSI application.

Edge

The purpose of the Edge step is to convert the original image into an "edge" image where the edges of the holes in the image are enhanced against a black background.

Display

To view the Edge image, enable this button. Enabling this button will disable/override the Original, Template, and Threshold Displays.

Display Settings

  • Low Pass Filter Sigma = Enter the sigma of the low pass filter applied to the edge image. A value of 0 will not apply a low pass filter to the edge image.
  • Edge Finding Threshold = Enter a reasonable intensity value that will enhance the edges of the hole(s) in the edge image.
  • Test = Press this button to test/apply the LP sigma and Edge Finding Threshold effects on the edge image.

Template

The purpose of the Template step is to cross correlate a template of the properly sized holes against the edge image where the edges of the holes have been enhanced in the previous step.

Display

To view the Template image, enable this button. Enabling this button will disable/override the Original, Edge, and Threshold Displays.

Display Settings

  • Use "phase | cross" correlation = to do this calculation.
  • Rings (Add|Edit|Delete) = Add|Edit|Delete the inner and outer hole (ring) diameters in this section. Use the ruler tool while displaying the Edge image to measure the average inner and outer hole diameter. Enter the average inner and
    outer hole diameter in this section.
  • Low Pass Filter Sigma (for Phase Correlation only) = Enter a low pass filter sigma that is used only when phase correlation is used in this step.
  • Test = Press this button to test/apply the parameters that have been adjusted in this step.

Threshold

The purpose of the Threshold step is to apply a threshold to the previous Template image. It is in unit of number of standard deviation above the mean. The Threshold image should have dots that represent the center of all the found holes.

Display

To view the Threshold image, enable this button. Enabling this button will disable/override the Original, Edge, and Template Displays.

Display Settings

  • Threshold = Enter the Threshold value of a dot that represents the center of a hole (relative to the value with the stdv shown for the correlation image).
  • Test = Press this button to test/apply the Threshold to the template correlation image. Only the dots hat represent the center of the holes should appear. It is highly likely that dots not representing the center of a hole will
    also appear.

Blobs

The purpose of the Blobs step is to begin to narrow down the "hole center dots" that have been found. This step serves as additional criteria for finding good holes.

Display

To view Blobs, either the Original, Edge, Template, or Threshold Displays must be enabled. The Blobs that pass this step will be shown with a turquoise crosshair.

Display Settings

  • Border = The pixel value distance from the edge of the image where all potential hole targets will be erased.
  • Max. blobs = The maximum number of hole targets or blobs at this point that are allowed. If the number of blobs exceeds this number, the extra blobs will be eliminated.
  • Max. blob size = The maximum size of a blob that is allowed to pass. This is roughly the square of an average blob diameter. Use the ruler tool on the Threshold image to determine the average diameter of a blob.
  • Test = Press this button to test/apply the Blobs criteria to the Threshold image.

Lattice

The purpose of the Lattice step is to determine whether the blobs or "hole center dots" fit in a lattice that describes how the hole layout.

Display

To view Lattice, either the Original, Edge, Template, or Threshold Displays must be enabled. The Lattice blobs that pass this step will be shown with a pink crosshair.

Display Settings

  • Lattice Fitting Spacing = The distance from the center of two holes in the horizontal/vertical lattice directions (not the diagonal lattice directions).
  • Lattice Fitting Tolerance = The tolerance allowed for holes that may not exactly lie in the described lattice.
  • Hole Statistics Radius = The radius in pixels of the holes (that pass the lattice criteria) that will be used to determine each hole's statistics.
  • Hole Statistics Zero Thickness = The intensity value of an empty hole, i.e. zero thickness intensity.
  • Test = Press this button to test/apply the Lattice criteria to the result of the Blobs criteria.

acquisition

The purpose of the acquisition step is to select holes of the proper ice thickness and arrange the desired acquisition target layout. The "focus" and "acquisition" Hole Finder steps Display Settings appear in the same window. For the purpose of this documentation to facilitate the separation of steps in the user interface, acquisition and
focus will be addressed separately. Therefore, only the parameters pertaining to acquisition targets will discussed in this section. The parameters not covered in this section are part of the focus section.

Display

To view acquisition, either the Original, Edge, Template, or Threshold Displays must be enabled. The acquisition targets that pass this step will be shown with a green crosshair.

Display Settings

Ice Thickness Threshold:

  • Min. mean = Enter the minimum hole ice thickness value allowed.
  • Max. mean = Enter the maximum hole ice thickness value allowed.
  • Max. stdev = Enter the maximum hole standard deviation value allowed.

Target Template:

  • Use target template = When enabled, template targets will be used to compose a target list. When not enabled, the center of the hole is the default target.
  • Acquisition Target Template (Add|Edit|Delete) = Add|Edit|Delete acquisition targets that define the locations of each acquisition target. The acquisition target coordinates (x,y) are measured relative to the center of a hole. Use the
    ruler tool to determine this distance.
  • Test = Press this button to test/apply the ice thickness criteria and potentially create an acquisition target template.

focus

The purpose of the focus step is to focus targets near selected holes. The "focus" and "acquisition" Hole Finder steps Display Settings appear in the same window. For the purpose of this documentation to facilitate the separation of steps in the user interface, acquisition and focus will be addressed separately. Therefore, only the parameters pertaining to focus targets will discussed in this section. The parameters not covered in this section are part of the acquisition section.

Display

To view focus, either the Original, Edge, Template, or Threshold Displays must be enabled. The focus targets that pass this step will be shown with a blue crosshair.

Display Settings

Ice Thickness Threshold:

  • Focus hole selection = Any Hole | Off | Good Hole; Select the type of Z Focus target selection. This hole will be used by Z Focus to correct stage z height when first moving to the new square.
    • Good Hole will select one of the good holes that passed the ice thickness test.
    • Any Hole will select any of the holes that passed (up until before the ice thickness test).
    • Off will turn Z Focus correction off.

Target Template:

  • Use target template = When enabled, template targets will be used to compose a target list. When not enabled, the center of the hole is the default target.
  • Focus Target Template (Add|Edit|Delete) = Add|Edit|Delete focus targets that define the locations of each focus target. The focus target coordinates (x,y) are measured relative to the center of a hole. Use the ruler tool to determine this distance.
  • Focus template thickness = Enter values that are used to determine whether the area where the focusing has ice that is too thick. If the ice is to thick and does not pass this ice thickness criteria, then that focus target will not be
    used. Only the first focus target that passes is used. More than one focus target can pass the focus template thickness criteria.
    • Use focus template thickness = When enabled, focus template targets will be checked against these ice thickness criteria.
    • Stats. radius = the radius surrounding the focus target that is included in the statistics measurement
    • Min. mean thickness = Enter the minimum ice thickness value allowed.
    • Max. mean thickness = Enter the maximum ice thickness value allowed.
    • Max. std. thickness = Enter the maximum standard deviation value allowed.
  • Test = Press this button to test/apply the ice thicness focus criteria and create a focus target template.

< Gon Modeler | Hole Depth >


Updated by Amber Herold almost 14 years ago · 4 revisions