Skip to content

v0.10: Row-by-Row BG subtraction, new MAD calc, HST ramp model, GP fix, and so much more

Latest
Compare
Choose a tag to compare
@kevin218 kevin218 released this 09 Nov 14:41
· 286 commits to main since this release
696df7c

What's Changed

  • Corrected issues with mgmc centroiding, cleaned up formatting, and corrected plotting features. by @isaedelman in #532
  • Skip masking trace, etc when bias_correction is None; enable row-by-row BG subtraction; edit NIRCam extraction height by @kevin218 in #524
  • Changing the MAD computation direction by @taylorbell57 in #541
  • Several bug fixes by @taylorbell57 in #539
  • Edit DL script to put HST files in same directory. by @jbrande in #543
  • HST ramp model and enabling calibrated spectra - v2 by @kevin218 in #544
  • Updated install instructions to fix deprecation by @taylorbell57 in #551
  • Minor bug fixes by @taylorbell57 in #558
  • (1) Allows negative Rp/Rs for shallow transits, (2) nansums in optspec extraction to address masking issues, (3) allows for skipping/fitting only certain bins in S5, and (4) updates aperture to be centered properly by @erinmmay in #533
  • Add super-sampling capabilities along cross-dispersion direction by @kevin218 in #536
  • Add matplotlib lower limit to installation by @taylorbell57 in #563
  • Fixing buggy masking of entire wavelength LCs by @taylorbell57 in #549
  • Restrict ap_y1 and ap_y2 to values within subarray by @jbrande in #564
  • Added short quickstart text about HST operations by @jbrande in #565
  • Fixing minor bugs recently introduced by @taylorbell57 in #567
  • Fixing the S5 GP Model by @taylorbell57 in #557
  • Add HSTRampModel to init for proper importing by @jbrande in #573
  • Additional patches before v0.10 by @taylorbell57 in #577
  • Removing Cython as a dependency by @taylorbell57 in #578
  • Increment to v0.10 by @kevin218 in #575

New Contributors

Full Changelog: v0.9...v0.10