Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@ManonMarchand ManonMarchand released this 17 Oct 13:33
· 1 commit to master since this release
744a8fc

What's Changed

Added

  • Add support of regions.Regions [#163]
  • Add option to turn off optimization in fill. The optimization degrades MOCs that are
    way more precise than the given WCS [#166]
  • Creation of a MOC from a zone (defined by min/max ra and dec)MOC.from_zone
  • Creation of a single MOC from a lot of cones/boxes is faster with the new option in
    MOC.from_cones/MOC.from_boxes: the keyword 'union_strategy' can now take the value
    'small_cones'/'small_boxes' or 'large_cones'/'large_boxes'.
    Small cones/boxes is faster for non-overlapping cones/boxes.
  • MOC.from_fits_images can now loop through the HDUList to only keep images with the
    parameter hdu_index set to -1 [#110]
  • MOC.from_fits_image now has an 'approximate' option that returns a rough approximation
    of the footprint of the image data from the corners of a square deduced from its WCS and
    does not apply any mask.

Fixed

  • fix healpix order corresponding to 1 pixel on the image calculation in MOC.from_fits_image [#169]
  • MOC.from_fits_images will return an empty MOC and emit a warning if there are no images in the
    FITS file instead of returning an error.

Full Changelog: v0.16.2...v0.17.0