Skip to content

v.0.5.0

Choose a tag to compare

@kfkaplan kfkaplan released this 13 Aug 01:02
· 85 commits to main since this release

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) where fits_file_path is 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