Kymograph

_ND_CreateKymographByLine, _ND_KymographLineSettings, ND_CreateKymographBySelectedLine, ND_KymographLineSettings

ND_CreateKymographBySelectedLine

Description 

 ND_CreateKymographBySelectedLine();

Creates a kymograph from the selected line in the current image.

ND_KymographLineSettings

Interactive command to this function: Image > ND Processing > Kymograph Line Settings

Description 

 ND_KymographLineSettings(
   int  LineThickness,
   int  LineIntensityValue
);

This function sets the kymograph line thickness and the intensity calculation method.

Parameters

int LineThickness

Line neighbourhood area thickness [px]. Final line intensity is calculated from the average intensity of this area.

int LineIntensityValue

Intensity calculation method of the kymograph line with width greater than 1 px.

0

Mean

1

Max

2

Min

See Also 
_ND_CreateKymographByLine, _ND_KymographLineSettings

_ND_CreateKymographByLine

This function runs the Image > ND Processing > Create Kymograph by Line command.

Description 

 _ND_CreateKymographByLine();

This function executes the line drawing mode and creates a kymograph from this line after being confirmed by the secondary mouse click.

See Also 
ND_KymographLineSettings, _ND_KymographLineSettings

_ND_KymographLineSettings

This function runs the Image > ND Processing > Kymograph Line Settings command.

Description 

 _ND_KymographLineSettings();

Opens the Kymograph Parameters dialog window.

See Also 
_ND_CreateKymographByLine, ND_KymographLineSettings