impl::PF8Peak_v1
PF8Peak_v1
Section titled “PF8Peak_v1”#include <xalgospp/features/impl/pf8.hh>struct PF8Peak_v1Defined in src/lib/xalgospp/features/impl/pf8.hh:46
An identified peak within an image including associated metadata.
List of all members
Section titled “List of all members”| 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 |
Public Attributes
Section titled “Public Attributes”| 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) |
com_fs
Section titled “com_fs”float com_fsDefined in src/lib/xalgospp/features/impl/pf8.hh:47
The center of mass along the fast-scan dimension.
com_ss
Section titled “com_ss”float com_ssDefined in src/lib/xalgospp/features/impl/pf8.hh:48
The center of mass along the slow-scan dimension.
total_intensity
Section titled “total_intensity”float total_intensityDefined in src/lib/xalgospp/features/impl/pf8.hh:49
The total integrated intensity of all pixels in the peak.
max_intensity
Section titled “max_intensity”float max_intensityDefined in src/lib/xalgospp/features/impl/pf8.hh:50
The maximum pixel intensity of any pixel in the peak.
float snrDefined in src/lib/xalgospp/features/impl/pf8.hh:51
The signal-to-background ratio of the peak.
int npixDefined in src/lib/xalgospp/features/impl/pf8.hh:52
The total number of pixels in the peak.
int labelDefined in src/lib/xalgospp/features/impl/pf8.hh:53
Peak identifier - generally the linearized pixel index (com_idx)