Home
last modified time | relevance | path

Searched refs:GESDT (Results 1 – 5 of 5) sorted by relevance

/dports/astro/siril/siril/src/stacking/
H A Dstacking.c96 case GESDT: in initialize_stacking_methods()
326 case GESDT: in _show_summary()
331 if (args->type_of_rejection != GESDT) { in _show_summary()
500 case GESDT: in on_stack_siglow_button_value_changed()
525 case GESDT: in on_stack_sighigh_button_value_changed()
602 case GESDT: in on_comborejection_changed()
H A Dstacking.h38 GESDT enumerator
H A Dmedian_and_mean.c743 case GESDT: in apply_rejection_ushort()
978 } else if (nb_frames < 3 && is_mean && args->type_of_rejection == GESDT) { in stack_mean_or_median()
1088 } else if (args->type_of_rejection == GESDT) { in stack_mean_or_median()
1121 } else if (args->type_of_rejection == GESDT) { in stack_mean_or_median()
H A Drejection_float.c283 case GESDT: in apply_rejection_float()
/dports/astro/siril/siril/src/core/
H A Dcommand.c3555 arg->type_of_rejection = GESDT; in process_stackall()
3565 if (((arg->type_of_rejection == GESDT) in process_stackall()
3670 arg->type_of_rejection = GESDT; in process_stackone()