Skip to content

Releases: SAIL-Labs/AMICAL

v1.6.0

15 Feb 16:47
a03a80b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

Stable v1.5.0 (August 2022)

10 Aug 15:34
c4ea1a1
Compare
Choose a tag to compare

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

Stable version (Feb 2021)

31 Jan 20:15
a024ac8
Compare
Choose a tag to compare

Highlights

  • Implementation of the CLI version of AMICAL (to be documented soon),
  • Add new tests (analysis, multiprocessing, multiple triangle method, CLI, etc.),
  • Fix of different bugs/issues

Support for Python 3.7 has been dropped, and Python 3.10 is now officially supported

What's Changed

Here's a nearly exhaustive list of user facing changes

Full Changelog: v1.3.1...v1.4

Stable version (June 2021)

17 Jun 16:13
dc4727f
Compare
Choose a tag to compare

New features in this release:

  • AMICAL is now formatted with black,
  • pre-commit is used to ensure the formatting (pyupgrade, black, etc.).

Stable version (April 2021).

31 Mar 06:20
Compare
Choose a tag to compare

AMICAL repository is now compliant with Github standard (doc, externals dir), include tutorial, documentation and different example scripts.

Stable version (Feb 2021).

24 Feb 04:26
Compare
Choose a tag to compare

Stable version as in February 2021.

  • AMICAL now includes compatibility with SUBARU/VAMPIRES instrument but not fully tested yet.
  • AMICAL now includes compatibility with the IFU mode of SPHERE instrument (IFS) but not fully tested yet.

Stable version (Sept 2020).

23 Sep 01:39
Compare
Choose a tag to compare

Stable version as in September 2020.

  • Tested on JWST/NIRISS data from different simulation software as ami-sim (https://github.com/anand0xff/ami_sim) and MIRAGE (https://mirage-data-simulator.readthedocs.io/en/latest/),
  • Tested on VLT/SPHERE data (published) of the faint binary star HD1424527,
  • AMICAL now includes compatibility with VLT/VISIR instrument but not fully tested yet.
  • AMICAL let to perform some bad pixel correction but is not yet optimal (especially for Nyquist sampled detector as NIRISS). A future version will include a bad pixel correction performed in the Fourier space (and not image plan).

Ready to be public.

08 Jul 06:51
Compare
Choose a tag to compare
v0.3dev

Simplify extract_bs call.