Skip to content

impl::PF8Peak_v1

#include <xalgospp/features/impl/pf8.hh>
struct PF8Peak_v1

Defined in src/lib/xalgospp/features/impl/pf8.hh:46

An identified peak within an image including associated metadata.

Name Kind Owner
com_fs variable Declared here
com_ss variable Declared here
total_intensity variable Declared here
max_intensity variable Declared here
snr variable Declared here
npix variable Declared here
label variable Declared here
Return Name Description
float com_fs The center of mass along the fast-scan dimension.
float com_ss The center of mass along the slow-scan dimension.
float total_intensity The total integrated intensity of all pixels in the peak.
float max_intensity The maximum pixel intensity of any pixel in the peak.
float snr The signal-to-background ratio of the peak.
int npix The total number of pixels in the peak.
int label Peak identifier - generally the linearized pixel index (com_idx)

float com_fs

Defined in src/lib/xalgospp/features/impl/pf8.hh:47

The center of mass along the fast-scan dimension.


float com_ss

Defined in src/lib/xalgospp/features/impl/pf8.hh:48

The center of mass along the slow-scan dimension.


float total_intensity

Defined in src/lib/xalgospp/features/impl/pf8.hh:49

The total integrated intensity of all pixels in the peak.


float max_intensity

Defined in src/lib/xalgospp/features/impl/pf8.hh:50

The maximum pixel intensity of any pixel in the peak.


float snr

Defined in src/lib/xalgospp/features/impl/pf8.hh:51

The signal-to-background ratio of the peak.


int npix

Defined in src/lib/xalgospp/features/impl/pf8.hh:52

The total number of pixels in the peak.


int label

Defined in src/lib/xalgospp/features/impl/pf8.hh:53

Peak identifier - generally the linearized pixel index (com_idx)