Home
last modified time | relevance | path

Searched refs:f_fwhm_p (Results 1 – 3 of 3) sorted by relevance

/dports/astro/siril/siril/src/core/
H A Dsequence_filtering.c202 if ((arg->f_fwhm_p > 0.0f && arg->f_fwhm > 0.0f) || in convert_stack_data_to_filter()
216 if (arg->f_fwhm_p > 0.0f || arg->f_fwhm > 0.0f) { in convert_stack_data_to_filter()
219 compute_highest_accepted_fwhm(stackargs->seq, layer, arg->f_fwhm_p); in convert_stack_data_to_filter()
H A Dcommand.c3307 arg->f_fwhm_p = val; in parse_stack_command_line()
3518 arg->f_fwhm = -1.f; arg->f_fwhm_p = -1.f; arg->f_round = -1.f; in process_stackall()
3629 arg->f_fwhm = -1.f; arg->f_fwhm_p = -1.f; arg->f_round = -1.f; in process_stackone()
/dports/astro/siril/siril/src/stacking/
H A Dstacking.h112 float f_fwhm, f_fwhm_p, f_wfwhm, f_wfwhm_p, f_round, f_round_p, f_quality, f_quality_p; // on if >0 member