Skip to main content
Ctrl+K

Version 1.1.8

Ctrl+K

Contents:

  • Installing ANTARESS
  • Contributing to ANTARESS
    • Contribute
    • Pull-requests
  • Getting started
  • Data inputs
  • Notebooks
  • Sequences
    • Stellar master
    • System view
    • Telluric correction
  • Tutorials
    • Workflow set-up
    • Resolution maps
    • Mock dataset generation
    • 2D spectral reduction
      • Telluric lines
      • Wiggle correction
    • Processing
    • Conversions
      • Conversion 2D / 1D
      • Cross-correlation
        • CCF mask
      • Exposure binning
    • Master spectra
      • Disk-integrated stellar master spectra
      • Intrinsic stellar master spectra
      • Stellar continuum
      • Planetary master spectra
    • Profile extraction
    • Rossiter McLaughlin analysis
    • Plot tutorials
  • Code documentation
    • General routines
      • antaress.ANTARESS_general.constant_data module
      • antaress.ANTARESS_general.minim_routines module
      • antaress.ANTARESS_general.utils module
    • Launch routines
      • antaress.ANTARESS_launch.ANTARESS_gridrun module
      • antaress.ANTARESS_launch.ANTARESS_launcher module
      • antaress.ANTARESS_launch.ANTARESS_settings module
      • antaress.ANTARESS_launch.ANTARESS_systems module
    • Corrections routines
      • antaress.ANTARESS_corrections.ANTARESS_sp_reduc module
      • antaress.ANTARESS_corrections.ANTARESS_tellurics module
      • antaress.ANTARESS_corrections.ANTARESS_flux_balance module
      • antaress.ANTARESS_corrections.ANTARESS_peaks module
      • antaress.ANTARESS_corrections.ANTARESS_interferences module
      • antaress.ANTARESS_corrections.ANTARESS_detrend module
      • antaress.ANTARESS_corrections.ANTARESS_calib module
    • Processing routines
      • antaress.ANTARESS_process.ANTARESS_main module
      • antaress.ANTARESS_process.ANTARESS_data_process module
      • antaress.ANTARESS_process.ANTARESS_data_align module
      • antaress.ANTARESS_process.ANTARESS_plocc_spec module
    • Analysis routines
      • antaress.ANTARESS_analysis.ANTARESS_ana_comm module
      • antaress.ANTARESS_analysis.ANTARESS_inst_resp module
      • antaress.ANTARESS_analysis.ANTARESS_joined_atm module
      • antaress.ANTARESS_analysis.ANTARESS_joined_star module
      • antaress.ANTARESS_analysis.ANTARESS_model_prof module
    • Grid routines
      • antaress.ANTARESS_grids.ANTARESS_coord module
      • antaress.ANTARESS_grids.ANTARESS_star_grid module
      • antaress.ANTARESS_grids.ANTARESS_occ_grid module
      • antaress.ANTARESS_grids.ANTARESS_prof_grid module
    • Conversion routines
      • antaress.ANTARESS_conversions.ANTARESS_masks_gen module
      • antaress.ANTARESS_conversions.ANTARESS_conv module
      • antaress.ANTARESS_conversions.ANTARESS_binning module
      • antaress.ANTARESS_conversions.ANTARESS_sp_cont module
    • Plot routines
      • antaress.ANTARESS_plots.ANTARESS_plot_settings module
      • antaress.ANTARESS_plots.ANTARESS_plots_all module
      • antaress.ANTARESS_plots.utils_plots module
  • .rst

Conversion routines

Conversion routines#

Routines to convert data into a different format (CCF, binning, 2D/1D, ...).

  • antaress.ANTARESS_conversions.ANTARESS_masks_gen module
    • def_masks()
    • line_prop_selection()
  • antaress.ANTARESS_conversions.ANTARESS_conv module
    • init_conversion()
    • CCF_from_spec()
    • DI_CCF_from_spec()
    • DiffIntr_CCF_from_spec()
    • Atm_CCF_from_spec()
    • check_CCF_mask_lines()
    • new_compute_CCF()
    • sub_new_compute_CCF()
    • multithread_new_compute_CCF()
    • conv_2D_to_1D_spec()
    • conv_2D_to_1D_exp()
  • antaress.ANTARESS_conversions.ANTARESS_binning module
    • process_bin_prof()
    • bin_prof_init_gen()
    • init_bin_prof()
    • weights_bin_prof_calc()
    • weights_bin_prof()
    • calc_bin_prof()
    • pre_calc_bin_prof()
    • conv_2D_to_1D_prep()
    • conv_2D_to_1D_weighing()
    • resample_func()
    • sub_calc_bins()
    • sub_def_bins()
    • sub_prop_bin()
  • antaress.ANTARESS_conversions.ANTARESS_sp_cont module
    • process_spectral_cont()
    • calc_spectral_cont()
    • sub_spectral_cont()
    • para_sub_spectral_cont()

previous

antaress.ANTARESS_grids.ANTARESS_prof_grid module

next

antaress.ANTARESS_conversions.ANTARESS_masks_gen module

By V. Bourrier & contributors

© Copyright 2023-2025, V. Bourrier.