ImageDev

PeakExtractorMsr

Contains the positions of local peaks detected in an image.

Information about the measurement named measurement can be accessed by using the method measurementInformation() which returns a FieldInformation
Information about the measurement named measurement can be accessed by using the property measurementInformation which returns a FieldInformation
Information about the measurement named measurement can be accessed by using the property measurement_information which returns a FieldInformation

Object members

Measurement name DescriptionElement typeIndexingPhysical Information
positionX The X position in voxel coordinates of the peak. Floating point [peakIndex] COORDINATE
positionY The Y position in voxel coordinates of the peak. Floating point [peakIndex] COORDINATE
positionZ The Z position in voxel coordinates of the peak. Floating point [peakIndex] COORDINATE
value The peak value. Floating point [peakIndex] INTENSITY
time The sequence index of the peak. Unsigned integer [peakIndex] COORDINATE

Object methods

Method Description
void toDataFrame() Convert the measurement to an IOLink.DataFrame
Method Description
void ToDataFrame() Convert the measurement to an IOLink.DataFrame
Method Description
void to_data_frame() Convert the measurement to an IOLink.DataFrame

Related algorithms