preprocess_import#

Import FITS files into pickle files that can be processed by RASSINE

usage: preprocess_import [--config CONFIG] [--root ROOT]
                         [--pickle-protocol PICKLE_PROTOCOL]
                         [--logging-level LOGGING_LEVEL] [-I INPUT_TABLE]
                         [-O OUTPUT_TABLE] [-i INPUT_FOLDER]
                         [-o OUTPUT_PATTERN]
                         [--instrument {HARPS,CORALIE,HARPN,ESPRESSO,EXPRESS}]
                         [--plx-mas PLX_MAS] [--drs-style {old,new}]
                         inputs

Named Arguments#

--config

Use the specified configuration files.

Files can be separated by commas/the command can be invoked multiple times.

--pickle-protocol

Pickle protocol version to use

--logging-level

Logging level to use

inputs

Indices of spectrum to process

If not provided, all spectra are processed

--instrument

Possible choices: HARPS, CORALIE, HARPN, ESPRESSO, EXPRESS

Instrument format of the s1d spectra

--plx-mas

Parallax in mas (no more necessary ?)

required arguments#

--root

Root path of the data, used as a base for other relative paths

-I, --input-table

Input spectrum table

-O, --output-table

Output spectrum table

-i, --input-folder

Relative path to the folder containing the raw spectra

-o, --output-pattern

Path pattern for output files

--drs-style

Possible choices: old, new

Type of DRS format