OttoStruve / muler

A Python package for working with pipeline-produced spectra from IGRINS, HPF, and Keck NIRSPEC
https://muler.readthedocs.io
MIT License
14 stars 9 forks source link

Feature request: Validate spectra and error handling #139

Open gully opened 1 year ago

gully commented 1 year ago

@ericasaw points out that occasionally errors pop up, like zeros in the uncertainty array. We could offer a .validate() function, that handles these scenarios.

gully commented 1 year ago

I seem to recall that lightkurve has a similiar method that we could look at for inspiration.