issues
search
Keck-DataReductionPipelines
/
KPF-Pipeline
KPF-Pipeline
https://kpf-pipeline.readthedocs.io/en/latest/
Other
11
stars
2
forks
source link
WLS Refactoring Notes
#929
Open
bjfultn
opened
3 months ago
bjfultn
commented
3 months ago
Jake's L1 class:
Spectrum
order
peak
each orderlet is represented as separate Spectrum class
would like to create orderlet class under Spectrum
Proposals
Method to put orders together into a 2D array in Spectrum object (done already?)
Method of Spectrum that takes flux array, error array, and function reference and turns that into a WLS array
Make orderlet an attribute of each order
read and write methods for the WLS JSON files -- lets transition to HD5
will need a script to convert existing FITS+JSON files to HD5, but lets worry about this once we have a semi-well-established class
Jake's L1 class:
Proposals