Skip to content

Stable v1.5.0 (August 2022)

Compare
Choose a tag to compare
@DrSoulain DrSoulain released this 10 Aug 15:34
c4ea1a1

Highlights

  • Add compatibility with IFS-SPHERE data,
  • New example script for IFS cleaning and extraction (example_IFS.py),
  • New documentation available here,
  • Add the possibility of saving the uncalibrated observables:
raw_bs = amical.oifits.wrap_raw(bs)
amical.show(raw_bs)
amical.save(raw_bs)
  • Position angle (PA) is now automatically computed for NIRISS,
  • Per-frame bad pixel correction,
  • Subtract sky from full image and allow arbitrary mask,

What's Changed

Thanks to @vandalt, @neutrinoceros and @benjaminpope for their contributions to this release.

Full Changelog: v1.4...v1.5.0