X-shooter Pipeline Reference Manual 3.8.15
Data Fields
xsh_detect_continuum_param Struct Reference

#include <xsh_parameters.h>

Data Fields

int search_window
 
int running_window
 
int fit_window
 
int poly_degree
 
int poly_step
 
double fit_threshold
 
int fmtchk_window
 
int fmtchk_step
 
double fmtchk_search_sn
 
double fmtchk_follow_sn
 
int dist_order
 

Detailed Description

Definition at line 100 of file xsh_parameters.h.

Field Documentation

◆ dist_order

int xsh_detect_continuum_param::dist_order

Definition at line 112 of file xsh_parameters.h.

Referenced by compute_abs_order().

◆ fit_threshold

double xsh_detect_continuum_param::fit_threshold

◆ fit_window

int xsh_detect_continuum_param::fit_window

Window used for gaussian fit (centered on maximum flux)

Definition at line 103 of file xsh_parameters.h.

Referenced by main(), xsh_detect_continuum(), xsh_fit_gaussian(), xsh_orderpos(), xsh_parameters_detect_continuum_create(), and xsh_parameters_detect_continuum_get().

◆ fmtchk_follow_sn

double xsh_detect_continuum_param::fmtchk_follow_sn

S/N ratio used to follow order

Definition at line 111 of file xsh_parameters.h.

Referenced by xsh_order_table_from_fmtchk().

◆ fmtchk_search_sn

double xsh_detect_continuum_param::fmtchk_search_sn

S/N ratio to find orders at Y = NY/2

Definition at line 110 of file xsh_parameters.h.

Referenced by xsh_order_table_from_fmtchk().

◆ fmtchk_step

int xsh_detect_continuum_param::fmtchk_step

Step in Y used to follow an order

Definition at line 109 of file xsh_parameters.h.

Referenced by xsh_order_table_from_fmtchk().

◆ fmtchk_window

int xsh_detect_continuum_param::fmtchk_window

Window used to follow an order

Definition at line 108 of file xsh_parameters.h.

Referenced by xsh_order_table_from_fmtchk().

◆ poly_degree

int xsh_detect_continuum_param::poly_degree

◆ poly_step

int xsh_detect_continuum_param::poly_step

◆ running_window

int xsh_detect_continuum_param::running_window

◆ search_window

int xsh_detect_continuum_param::search_window

The documentation for this struct was generated from the following file: