EXPRES

    Types

    Functions

    EchelleInstruments.EXPRES.filter_line_listMethod

    filter_line_list( linelist, inst ; λmin, λmax ) Return DataFrame based on linelist, but filtered to only include lines between λmin and λmax. Defaults for λmin and λmax specified are in traits for EXPRES.

    source
    RvSpectMLBase.InstrumentsCommon.make_clean_line_list_from_telluricsMethod

    make_clean_line_list_from_tellurics(line_list, expres_data; Δv_to_avoid_tellurics ) Returns a new line list that excludes lines with telluric contamination. Inputs:

    • line_list: Dataframe containing field lambda
    • expres_data: Array of spectra
    • Δv_to_avoid_tellurics: in m/s

    Outputs:

    • line_list_without_tellurics: DataFrame with fields: lambda, weight, lambda_lo, and lambda_hi.

    Warning: Currently, assumes a tellurics value in metadata for each spectra, such as is provided by EXPRES.

    source

    Files

    Internals

    Index