Skip to content

Peakfinder8::Params

#include <xalgospp/features/peakfinder8.hh>
struct Params

Defined in src/lib/xalgospp/features/peakfinder8.hh:57

Inherits: Parameters< Params >

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
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
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

float ADC_threshold { 10.0f }

Defined in src/lib/xalgospp/features/peakfinder8.hh:58


float min_SNR { 7.0f }

Defined in src/lib/xalgospp/features/peakfinder8.hh:59


long min_pixel_count { 2 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:60


long max_pixel_count { 50 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:61


int local_background_radius { 3 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:62


int max_number_peaks { 2048 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:63


int num_radial_bins { 512 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:64


int iterations { 5 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:65


int width { 0 }

Defined in src/lib/xalgospp/features/peakfinder8.hh:66


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

Return Name Description
constexpr auto get_metadata static inline constexpr

static inline constexpr

constexpr static inline constexpr auto get_metadata()

Defined in src/lib/xalgospp/features/peakfinder8.hh:73