Antimilos
General
- dropped support for version of python prior to 3.8
- Added new module
CLIwhich contains the CLI interface for all scripts - Scripts are now wrappers around the CLI module
- Rename
AegeanTools.fits_interptoAegeanTools.fits_tools - Remove the
fits_image.FitsImageclass - Move functions from
AegeanTools.fits_imageintoAegeanTools.fits_tools - Remove dependency on
pprocessand remove it from this repo - Added a build script in
containers/for making docker images of AegeanTools
BANE
- Allow BANE to run on a single slice of an image cube using the
sliceoption - Multiprocessing now uses 'fork' for linux machines and 'spawn' for all others
Aegean
- When not providing background/noise images use BANE and pass the
sliceoption accordingly. - Use the file specified by
--regionwhen finding islands. - Calculation and reporting of 'condon' errors has been removed
aegeanwill no longer use multiprocessing but instead rely on the underlying parallel processing provided by system linear algebra libraries--coresis now passed toBANEbut not used for Aegean
MIMAS
- Dropped support for
--fitsimage