_ShowExportSettings, CopyExternalMetadata, Export, ExportLoadSetting, ExportSaveAndCloseExcelFile, ExportSaveSetting, ExportSetExcelPos, ExportSetName, ExportSettings, ImageExportAllAvailableInfo, SetAlignmentPoints
Description
CopyExternalMetadata( char *SrcFileName
, char *DstFileName
);
Copies third party custom metadata from one nd2 file to another.
Description
Export( char *ExportName
, intExportId
);
This function exports the selected data table to an external file according to the export settings.
Parameters
ExportName
List of code names can be displayed after clicking the red dot button within the Execute Command window while defining parameters of the function.
ROI Statistics | |
Object Count | |
Annotations and Measurements | |
Automated Measurement Results | |
Time Measurement | |
Colocalization | |
Time Series | |
EDF Z-Profile Data | |
Pixel Classifier Data | |
Job View Data |
See Also
ExportSettings
Description
ImageExportAllAvailableInfo( intType
, char *Filename
);
Exports the data of all tabs of the Image Properties dialog to the specified file.
Description
ExportLoadSetting(
char ExportSettingFileName
);
This function loads previously saved export settings.
Description
ExportSaveAndCloseExcelFile(
char *ExportFileName
);
This function saves data exported to the MS Excel application as a new file with specified name. In case the file already exists and is currently opened, data are saved into this file which is subsequently closed.
Description
ExportSaveSetting(
char ExportSettingFileName
);
This function saves export settings to a file.
Description
ExportSetExcelPos( intExportCol
, intExportRow
);
This function marks the first cell in the MS Excel application which will hold the exported data.
Description
ExportSetName( charExportName
, intExportId
, charExportSheetName
);
This function sets the data export options.
Description
ExportSettings( intExportFormat
, char *ExportPath
, intExportAppend
, intExportHeader
, intExportActivate
, intExportInsertEmptyLines
);
This function determines the global export settings for the whole application.
Parameters
ExportPath
Path to the file to be filled with the data being exported. If the destination is MS Excel and this parameter is left empty, the currently opened MS Excel file will be used or a new one will be created.
ExportHeader
Export the table column headers? When the data are being appended, this parameter is ignored and the column headers are exported automatically.
Example 21. Correct exporting to MS Excel
ExportSettings(0, "C:\Images\ObjectCount_01.xls", 1, 1, 0, 1); Export("ObjectCount", 1); Excel_Save(); Excel_Close();
See Also
Export
Description
SetAlignmentPoints( intPointsNumber
, int *SeqIndices
, int *pPosX
, int *pPosY
, double *pdPosX
, double *pdPosY
);
Significant points in the sample are marked using this function. Once the sample is moved onto a different microscope system, precise calibration of the stage can be made using these points.