Plot tutorials#

All ANTARESS plots are activated via the configuration file and have default settings. This tutorial details how to customize the plots using the options available in the plot configuration file plot configuration file.

Disk-integrated profiles : Individual profiles#


Original spectra#

You can plot flux spectra at various stages of the processing with plot_dic[‘sp_raw’]=’pdf’.

You can normalize spectra with ‘norm_prof’, control the plotted range with ‘x_range’, the plotted orders with ‘orders_to_plot’, the plotted exposures with ‘iexp_plot’, and overplot exposures with ‘multi_exp’.

Transmission spectra#

Flux balance#

You can plot flux balance variations within each visit with plot_dic[‘Fbal_corr’]=’pdf’, and between visits with plot_dic[‘Fbal_corr_vis’]=’pdf’.

You can set a gap between plotted exposures (e.g., 0.1) through the keyword ‘gap_exp’, which will make inspecting the variations and model fit much easier.