blase
blase copied to clipboard
Applying blasé to spectra from new instruments, e.g. VLT ESPRESSO
In the paper, we demonstrate blasé on IGRINS and HPF spectra, using muler to do the pre-processing. There has been some interest in applying blasé to spectra from other instruments, which should be straightforward, since muler is not a prerequisite to using blasé.
I propose we make a tutorial that shows an end-to-end worked example, which would have these pre-processing steps:
- Read in a
.csv
file ofwavelength, flux, error
- Pack that into a
Specutils
Spectrum1D object - Retrieve a PHOENIX template for that target (with or without gollum, probably without for simplicity)
- Access the
.bin_edges
attribute of the Spectrum1D object, for the resampling step - Proceed identically as in existing tutorials