Other

GetFileAbsTime, ImageReuseCameraROI, ImageReuseCameraSettings, ImageReuseDeviceSettings, ImageReuseExperiment, ImageReuseOptConf, ImageReuseStimulationSettings, ND_MoveStageToSelectedPoint, OpenFileInFolder, SetFileAbsTime

GetFileAbsTime

Description 

 GetFileAbsTime();

This function retrieves the file's absolute time.

ImageReuseCameraROI

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.

Parameters

char *Filename

The path and the name of the file.

ImageReuseCameraSettings

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.

Parameters

char *Filename

The path and the name of the file.

See Also 
ND_ReuseExperiment

ImageReuseDeviceSettings

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.

Parameters

char *Filename

The path and the name of the file.

ImageReuseExperiment

Description 

 ImageReuseExperiment(
   char *Filename
);

Re-uses the experiment from the specified image.

Parameters

char *Filename

The path and the name of the file.

ImageReuseOptConf

This function runs the Reuse Optical Configuration command.

Description 

 ImageReuseOptConf(
   char *Filename
);

Optical configuration is taken from the image and is reused.

Parameters

char *Filename

The path and the name of the file.

ImageReuseStimulationSettings

Description 

 ImageReuseStimulationSettings(
   char *Filename
);

Reuses stimulation settings from the specified image which was acquired using stimulation.

Parameters

char *Filename

The path and the name of the file.

ND_MoveStageToSelectedPoint

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.

Parameters

int ND_MoveStage

0

Disabled

1

Enabled

OpenFileInFolder

This function runs the Open File Location command.

Description 

 OpenFileInFolder(
   char *Filename
);

Opens the Organizer panel and sets its path to the specified folder.

Parameters

char *Filename

The path and the name of the file.

SetFileAbsTime

Description 

 SetFileAbsTime(
   int  AbsTimeJdn
);

This function sets the file's absolute time.

Parameters

int AbsTimeJdn

Absolute time entered as a Julian Day Number.