mod_journal(journal,
sn=10,
rvc=True,
rvcorr_dct=None,
instr=None,
lams=None,
jd=None,
verbose=False)
| source code
|
Exclude or correct items in journal depending on input parameters.
- Parameters:
journal - dictionary with spectra main parameters
sn - limiting signal-to-noise ratio value: exclude all spectra with
lower S/N
rvc - Set Va shift to zero. Useful for telluric line measurements
rvcorr_dct - Dictionary of heliocentric velocity corrections, defined, for
example, by telluric lines measurements
instr - Select spectra obtained with given spectrograph
lams - Exclude all spectra, which no contain given vawelength
jd - Exclude all spectra, which obtained earlier, than given JYear
value
|