Projections

ND_CreateMaxIntProjectionImageT, ND_CreateMaxIntProjectionImageZ, ND_CreateMinIntProjectionImageT, ND_CreateMinIntProjectionImageZ, ND_ShowMaxIntProjectionImage, ND_ShowMinIntProjectionImage

ND_CreateMaxIntProjectionImageT

This function runs the Image > ND Processing > Create Maximum Intensity Projection Image in Time command.

Description 

 ND_CreateMaxIntProjectionImageT();

Creates maximal intensity projection from the T dimension of the current image.

ND_CreateMaxIntProjectionImageZ

This function runs the Image > ND Processing > Create Maximum Intensity Projection Image in Z command.

Description 

 ND_CreateMaxIntProjectionImageZ();

Creates maximal intensity projection from the Z dimension of the current image.

ND_CreateMinIntProjectionImageT

This function runs the Image > ND Processing > Create Minimum Intensity Projection Image in Time command.

Description 

 ND_CreateMinIntProjectionImageT();

Creates minimal intensity projection from the T dimension of the current image.

ND_CreateMinIntProjectionImageZ

This function runs the Image > ND Processing > Create Minimum Intensity Projection Image in Z command.

Description 

 ND_CreateMinIntProjectionImageZ();

Creates minimal intensity projection from the Z dimension of the current image.

ND_ShowMaxIntProjectionImage

This function runs the View > Image > ND View > Maximum Intensity Projection command.

Description 

 ND_ShowMaxIntProjectionImage(
   int  OpenToNewWindow
);

This function displays the maximum intensity projection of the current ND2 document. Z or time dimension must be present in the ND2 file.

Parameters

int OpenToNewWindow

Open image in a new window.

0

behaves according to what is set in Edit > Options > General > Open new ND views to new window

1

behaves contrary to what is set in Edit > Options > General > Open new ND views to new window

ND_ShowMinIntProjectionImage

This function runs the View > Image > ND View > Minimum Intensity Projection command.

Description 

 ND_ShowMinIntProjectionImage(
   int  OpenToNewWindow
);

This function displays the minimum intensity projection of the current ND2 document. Z or time dimension must be present in the ND2 file.

Parameters

int OpenToNewWindow

Open image in a new window.

0

behaves according to what is set in Edit > Options > General > Open new ND views to new window

1

behaves contrary to what is set in Edit > Options > General > Open new ND views to new window