Skip to content

Antimilos

Choose a tag to compare

@PaulHancock PaulHancock released this 17 Aug 07:42
· 117 commits to main since this release
c0e3c3d

General

  • dropped support for version of python prior to 3.8
  • Added new module CLI which contains the CLI interface for all scripts
  • Scripts are now wrappers around the CLI module
  • Rename AegeanTools.fits_interp to AegeanTools.fits_tools
  • Remove the fits_image.FitsImage class
  • Move functions from AegeanTools.fits_image into AegeanTools.fits_tools
  • Remove dependency on pprocess and 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 slice option
  • Multiprocessing now uses 'fork' for linux machines and 'spawn' for all others

Aegean

  • When not providing background/noise images use BANE and pass the slice option accordingly.
  • Use the file specified by --region when finding islands.
  • Calculation and reporting of 'condon' errors has been removed
  • aegean will no longer use multiprocessing but instead rely on the underlying parallel processing provided by system linear algebra libraries
  • --cores is now passed to BANE but not used for Aegean

MIMAS

  • Dropped support for --fitsimage