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’ : computes a master 1D spectrum of the star from a time-series of S2D spectra, possibly non-consecutive, with minimal user input

  • ‘st_rv_tseries’ : computation of stellar RVs from time-series

  • ‘’st_CCF_mask’ : computation of stellar CCF mask from master 1D spectrum

  • ‘system_view’ : only plots a view of the system, based on input properties and plot settings

  • ‘tell_corr’enables the optimization of telluric correction.

    if set to ‘tell_corr_RV’, RV time series will further be output

  • ‘drifts_NIGHT’ : derives RV drift of instrument and/or telluric shifts from a time-series of NIGHT spectra, with minimal user input

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 0.7’’ slit (blue arm) : ‘MIKE_Blue_0.7’

  • MIKE 0.7’’ slit (red arm) : ‘MIKE_Red_0.7’

  • NIGHT : ‘NIGHT’

  • 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

ANTARESS_fit_prof_settings(data_type, local_dic)[source]#

ANTARESS default settings: fitted profiles

Initializes ANTARESS configuration settings with default values for fitted profiles in analysis modules.

Parameters:

TBD

Returns:

None

ANTARESS_fit_mod_settings(data_type, local_dic)[source]#

ANTARESS default settings: model profiles

Initializes ANTARESS configuration settings with default values for model profiles in analysis modules.

Parameters:

TBD

Returns:

None

ANTARESS_fit_def_settings(data_type, local_dic, plot_dic, gen_dic)[source]#

ANTARESS default settings: fit properties

Initializes ANTARESS configuration settings with default values for fit properties in analysis modules.

Parameters:

TBD

Returns:

None