antaress.ANTARESS_launch.ANTARESS_settings module#
- ANTARESS_settings(data_dic, mock_dic, gen_dic, theo_dic, plot_dic, glob_fit_dic, detrend_prof_dic)[source]#
ANTARESS default settings: global
Initializes ANTARESS configuration settings with default values.
Sequences can be requested through the workflow launch command, which will set specific settings. Possible sequences are:
‘st_master_tseries’ : compute a master 1D spectrum of the star from a non-consecutive time-series of S2D spectra, with minimal information on the star and no planets
‘system_view’ : only plot a view of the system, based on input properties and plot settings
ANTARESS can process data from the following instruments, with the associated designation in the workflow:
CARMENES (visible detector): ‘CARMENES_VIS’
CORALIE : ‘CORALIE’
ESPRESSO (1 UT) : ‘ESPRESSO’
ESPRESSO (4 UT) : ‘ESPRESSO_MR’
EXPRES : ‘EXPRES’
HARPS-N : ‘HARPN’
HARPS : ‘HARPS’
IGRINS-2 (blue arm, H band) : ‘IGRINS2_Blue’
IGRINS-2 (red arm, K band) : ‘IGRINS2_Red’
MAROON-X (blue arm) : ‘MAROONX_Blue’
MAROON-X (red arm) : ‘MAROONX_Red’
MIKE (blue arm) : ‘MIKE_Blue’
MIKE (red arm) : ‘MIKE_Red’
NIRPS (high-accuracy mode) : ‘NIRPS_HA’
NIRPS (high-efficiency mode) : ‘NIRPS_HE’
SOPHIE (high-efficiency mode) : ‘SOPHIE_HE’
SOPHIE (high-resolution mode) : ‘SOPHIE_HR’
- Parameters:
TBD
- Returns:
None
- ANTARESS_2D_1D_settings(data_type, local_dic, gen_dic, plot_dic)[source]#
ANTARESS default settings: 2D -> 1D conversion modules
Initializes ANTARESS configuration settings with default values for conversion of 2D spectra into 1D spectra. Converted 1D spectra replace 2D spectra in the workflow process, ie that every operation afterwards will be performed on those profiles. Prior to conversion, spectra are normalized in all orders to a flat, common continuum.
- Parameters:
TBD
- Returns:
None
- ANTARESS_CCF_settings(data_type, gen_dic)[source]#
ANTARESS default settings: CCF conversion modules
Initializes ANTARESS configuration settings with default values for conversion of spectra into CCFs. Converted CCF replace spectra in the workflow process, ie that every operation afterwards will be performed on those profiles.
- Parameters:
TBD
- Returns:
None