Releases: caracal-pipeline/MosaicQueen
Releases · caracal-pipeline/MosaicQueen
Fabrizio
Fabrizio de Andre
What's Changed
- Adding user defined xy(z) grid selection of the output mosaic by @molnard89 in #33
- distribute the reproj & #32 #34 #31 by @paoloserra in #35
- re-sync with pypi by @SpheMakh in #36
- add MANIFEST and long description type by @SpheMakh in #37
New Contributors
- @molnard89 made their first contribution in #33
Full Changelog: v1.0.2...1.1.01
Cleopatra
- Add missing and remove unused dependencies
- Update readme
Free at last, maybe
1.0.12 re-nuke 3.9, 3.10 tests
Breakfree, for real
- Build with python 3.8
- Does not support python > 3.8
breakfree
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
Release 2
Release 1
- Uses montage commands to mosaic together 2D or 3D images specified by the user.
- Throws an error if only one image is provided.
- Checks that all images, and the corresponding primary beams, are present.
- Uses the longest filename specified to avoid truncation when mImgtbl is run.