v.0.5.0
What's Changed
- Major updates and bug fixes for reading in IGRINS and IGRINS-2 data.
Reading in IGRINS or IGRINS-2 data is as simple as
igrins.readIGRINS(fits_file_path)wherefits_file_pathis any H or K band spec.fits, spec2d.fits, or spec_a0v.fits file. Muler will automatically determine if the data is from IGRINS or IGRINS-2 and grab both the H and K bands and combine them into one object. - Updates and code for IGRINS and IGRINS-2 absolute flux calibration.
- Updates for synthetic photometry.
- Fixes for remove_outliers() and remove_nans().
- Updates for compatibility with new versions of specutils, numpy, and other dependencies.
Full Changelog: v0.4.1...v.0.5.0