GetFileAbsTime, ImageReuseCameraROI, ImageReuseCameraSettings, ImageReuseDeviceSettings, ImageReuseExperiment, ImageReuseOptConf, ImageReuseStimulationSettings, ND_MoveStageToSelectedPoint, OpenFileInFolder, SetFileAbsTime, XYZOverview_PreviewFromCurrentDocument, XYZOverview_PreviewFromCurrentDocumentAllXY
Description
ImageReuseCameraROI(
char *Filename
);
Sets the camera ROI to match the ROI of the specified image file. The *.tif, *.nd2 and *.jp2 file formats are supported.
This function runs the Reuse Camera Settings command.
Description
ImageReuseCameraSettings(
char *Filename
);
Sets the camera settings to match the settings of the specified image file. The *.tif, *.nd2 and *.jp2 file formats are supported. This function is invoked on the context menu in Opened Images and Auto Capture Folder control windows.
See Also
ND_ReuseExperiment
This function runs the Reuse Device Settings command.
Description
ImageReuseDeviceSettings(
char *Filename
);
Loads device-related metadata from an image file and sets the connected device(s) accordingly. The *.tif, *.nd2 and *.jp2 file formats are supported.
Description
ImageReuseExperiment(
char *Filename
);
Re-uses the experiment from the specified image.
This function runs the Reuse Optical Configuration command.
Description
ImageReuseOptConf(
char *Filename
);
Optical configuration is taken from the image and is reused.
Description
ImageReuseStimulationSettings(
char *Filename
);
Reuses stimulation settings from the specified image which was acquired using stimulation.
Description
ND_MoveStageToSelectedPoint(
int ND_MoveStage
);
Sets the Move Stage to Selected Point option which is placed in the View > Acquisition Controls > ND Acquisition and the View > Acquisition Controls > XYZ Overview
control windows.
This function runs the Open File Location command.
Description
OpenFileInFolder(
char *Filename
);
Opens the Organizer panel and sets its path to the specified folder.
Description
SetFileAbsTime(
int AbsTimeJdn
);
This function sets the file's absolute time.
This function runs the Use as preview in XYZ Overview command.
Description
XYZOverview_PreviewFromCurrentDocument();
This function uses current image as a preview in the XYZ Overview control window.
This function runs the Use all XY locations as preview in XYZ Overview command.
Description
XYZOverview_PreviewFromCurrentDocumentAllXY();
Retrieves all XY coordinates from the current Multipoint ND document and displays preview of the points within the XYZ Overview window.