You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of wavelength, 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
The text was updated successfully, but these errors were encountered:
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:
.csv
file ofwavelength, flux, error
Specutils
Spectrum1D object.bin_edges
attribute of the Spectrum1D object, for the resampling stepThe text was updated successfully, but these errors were encountered: