Skip to content

Help with sBART for the CARMENES instrument #35

Answered by Kamuish
dpires09 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi David,

The installation went as it should, the error is on the configuration of the pipeline.

The current version of the CARMENES interface depends on a previous run of SHAQ (Jorge's code). After you get the output file from SHAQ, you can then pass it on to the DataClass through the instrument_options.

It should be something similar to this:

from SBART.data_objects import DataClassManager, DataClass

manager = DataClassManager()
manager.start()
inst_options = {"shaq_output_folder": <path_to_shaq_file.txt>,
                           "minimum_order_SNR": 2,
                           "apply_FluxCorr": False
}

data = DataClass(
        input_filepath,
        storage_path=storage_path,
…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dpires09
Comment options

@Kamuish
Comment options

@dpires09
Comment options

Answer selected by Kamuish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants