Skip to content

Releases: caracal-pipeline/MosaicQueen

1.2.0: Merge pull request #45 from caracal-pipeline/modernize

21 Dec 15:58
cc04b66
Compare
Choose a tag to compare
  1. Switch to TOML build system
  2. Remove Python 3.6 and 3.7 support
  3. Add Python 3.8 - 3.11 support

v1.2.0

18 Dec 18:55
c1badca
Compare
Choose a tag to compare

What's Changed

  • some fixes on the way we handle selection along the spectral axis by @paoloserra in #41
  • fixes the case of partly blanked primary beam images by @paoloserra in #43

Full Changelog: 1.1.1...v1.2.0

Fabrizio

16 Jun 14:26
a9e1951
Compare
Choose a tag to compare
1.1.1

Fix description content type again

Fabrizio de Andre

16 Jun 14:18
e78db15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...1.1.01

Cleopatra

10 May 08:16
33f1092
Compare
Choose a tag to compare
  • Add missing and remove unused dependencies
  • Update readme

Free at last, maybe

04 May 11:00
e7dde27
Compare
Choose a tag to compare
1.0.12

re-nuke 3.9, 3.10 tests

Breakfree, for real

03 May 10:02
d8a4070
Compare
Choose a tag to compare
  • Build with python 3.8
  • Does not support python > 3.8

breakfree

21 Apr 10:10
53c84d1
Compare
Choose a tag to compare

What's Changed

  • Optionally weight images/cubes as 1/variance when mosaicking (channel-independent in the case of cubes); the variance = noise**2 can be measured with MAD, RMS or a Gaussian fit, always using negative pixels only.
  • Optionally mosaic not only the restored images/cubes but also the clean component images/cubes and the residual images/cubes (using the same weights)
  • Return noise image/cube in Jy/beam
  • Optionally blank mosaic image/cube above a given noise level
  • Better memory usage
  • Better handling of NaN pixels in input images/cubes
  • More complete mosaic FITS header
  • Friendlier way of giving input images/cubes at command line
  • Name change: MosaicQueen

Full Changelog: v0.0.3...v1.0.1

Release 3

10 Dec 11:29
8a8ce98
Compare
Choose a tag to compare

Changing the name of this package from montage_mosaic to MosaicSteward

Release 2

01 Nov 14:33
62d043d
Compare
Choose a tag to compare
  • Better handling of errors, i.e. raising Exceptions as appropriate