Probe

_MoleculeProbeProperties, _ProbeProperties, MoveProbeToCenter, ProbeOptions, ProbeProperties, ShowMoleculeProbe, ShowProbe, ToggleMoleculeProbe, ToggleProbe

MoveProbeToCenter

This function runs the Move Probe to Center command.

Description 

 MoveProbeToCenter();

This function moves probe in the image to the center of the screen.

See Also 
ShowProbe

ProbeOptions

Description 

 ProbeOptions(
   int  Index
);

This function sets the probe color by the table Index parameter (0 = red, 1 = green, 2 = blue, 3 = yellow, 4 = magenta, 5 = cyan).

Parameters

int Index

Index number (zero-based).

See Also 
ShowProbe

ProbeProperties

Interactive command to this function: View > Layers Properties > Probe Properties

Description 

 ProbeProperties(
   int  ProbeColor,
   double  ProbeLineWidth,
   int  ProbeLeft,
   int  ProbeTop,
   int  ProbeRight,
   int  ProbeBottom
);

This function sets the color, line width, position and size of the probe.

Parameters

int ProbeColor

A color defined as 32bit signed integer (hexadecimal form: 0xffRRGGBB)

double ProbeLineWidth

Line width

int ProbeLeft

Position of the left probe side

int ProbeTop

Position of the top probe side

int ProbeRight

Position of the right probe side

int ProbeBottom

Position of the bottom probe side

ShowMoleculeProbe

Description 

 ShowMoleculeProbe(
   int  ShowProbe
);

Displays/hides the molecule probe within the current image.

Note

Images containing molecules metadata are produced by N-STORM acquisition.

Parameters

int ShowProbe

0

Hide

1

Show

ShowProbe

Description 

int ShowProbe(
   int  SondVisible
);

This function displays/hides probe in the picture.

Parameters

int SondVisible

Displays/hides probe in picture. Probe displayed affects histograms and auto exposure and autowhite modes.

0

hides probe

1

displays probe

Return Values

int

This function returns true.

Note

This function is also available via small toolbar in right upper corner of main application window. There are four buttons on it: show histogram window, show probe, switch on/off auto exposure and auto white modes.

See Also 
ToggleProbe

ToggleMoleculeProbe

Description 

 ToggleMoleculeProbe();

Switches the molecule probe visibility ON or OFF.

Note

Images containing molecules metadata are produced by N-STORM acquisition.

ToggleProbe

This function runs the View > Layers > Probe command.

Description 

 ToggleProbe();

Toggles probe visibility. Probe displayed affects histograms and auto exposure and autowhite modes.

Note

Use this function for simple toggling of probe visibility. If you want to set the visibility directly, use the ShowProbe function.

See Also 
ShowProbe

_MoleculeProbeProperties

Description 

 _MoleculeProbeProperties();

Displays the molecule probe properties window where position and appearance of the molecule probe can be adjusted. (N-STORM)

Note

Images containing molecules metadata are produced by N-STORM acquisition.

_ProbeProperties

This function runs the View > Layers Properties > Probe Properties command.

Description 

 _ProbeProperties();

This function displays the Probe Properties dialog window.