Peakfinder8::Params
Params
Section titled “Params”#include <xalgospp/features/peakfinder8.hh>struct ParamsDefined in src/lib/xalgospp/features/peakfinder8.hh:57
Inherits:
Parameters< Params >
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
ADC_threshold |
variable |
Declared here |
min_SNR |
variable |
Declared here |
min_pixel_count |
variable |
Declared here |
max_pixel_count |
variable |
Declared here |
local_background_radius |
variable |
Declared here |
max_number_peaks |
variable |
Declared here |
num_radial_bins |
variable |
Declared here |
iterations |
variable |
Declared here |
width |
variable |
Declared here |
height |
variable |
Declared here |
r_map |
variable |
Declared here |
mask |
variable |
Declared here |
get_metadata |
function |
Declared here |
set |
function |
Inherited from Parameters |
get |
function |
Inherited from Parameters |
set_impl |
function |
Inherited from Parameters |
get_impl |
function |
Inherited from Parameters |
Inherited from Parameters
Section titled “Inherited from Parameters”| Kind | Name | Description |
|---|---|---|
function |
set inline |
Set a parameter for the Parameters-set by string. |
function |
get const inline |
Retrieve a parameter by name from the Parameters-set. |
function |
set_impl static inline |
|
function |
get_impl static inline |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
float |
ADC_threshold |
|
float |
min_SNR |
|
long |
min_pixel_count |
|
long |
max_pixel_count |
|
int |
local_background_radius |
|
int |
max_number_peaks |
|
int |
num_radial_bins |
|
int |
iterations |
|
int |
width |
|
int |
height |
|
const float * |
r_map |
|
const bool * |
mask |
ADC_threshold
Section titled “ADC_threshold”float ADC_threshold { 10.0f }Defined in src/lib/xalgospp/features/peakfinder8.hh:58
min_SNR
Section titled “min_SNR”float min_SNR { 7.0f }Defined in src/lib/xalgospp/features/peakfinder8.hh:59
min_pixel_count
Section titled “min_pixel_count”long min_pixel_count { 2 }Defined in src/lib/xalgospp/features/peakfinder8.hh:60
max_pixel_count
Section titled “max_pixel_count”long max_pixel_count { 50 }Defined in src/lib/xalgospp/features/peakfinder8.hh:61
local_background_radius
Section titled “local_background_radius”int local_background_radius { 3 }Defined in src/lib/xalgospp/features/peakfinder8.hh:62
max_number_peaks
Section titled “max_number_peaks”int max_number_peaks { 2048 }Defined in src/lib/xalgospp/features/peakfinder8.hh:63
num_radial_bins
Section titled “num_radial_bins”int num_radial_bins { 512 }Defined in src/lib/xalgospp/features/peakfinder8.hh:64
iterations
Section titled “iterations”int iterations { 5 }Defined in src/lib/xalgospp/features/peakfinder8.hh:65
int width { 0 }Defined in src/lib/xalgospp/features/peakfinder8.hh:66
height
Section titled “height”int height { 0 }Defined in src/lib/xalgospp/features/peakfinder8.hh:67
const float * r_map { nullptr }Defined in src/lib/xalgospp/features/peakfinder8.hh:70
const bool * mask { nullptr }Defined in src/lib/xalgospp/features/peakfinder8.hh:71
Public Static Methods
Section titled “Public Static Methods”| Return | Name | Description |
|---|---|---|
constexpr auto |
get_metadata static inline constexpr |
get_metadata
Section titled “get_metadata”static inline constexpr
constexpr static inline constexpr auto get_metadata()Defined in src/lib/xalgospp/features/peakfinder8.hh:73