From eafeee5e64c32a34a39a299e3e7d57132531ed48 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Mon, 9 Sep 2024 18:21:09 +0200 Subject: [PATCH] docs: add changelog for from_fits_image's fixed healpix order calculation --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd27597..8905885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,15 @@ way more precise than the given WCS [#166] '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. +parameter `hdu_index` set to -1 [#110] + +### Fixed + +* fix healpix order corresponding to 1 pixel on the image calculation in `from_fits_image` [#169] ## [0.16.2] -## Fixed +### Fixed * `MOC.from_astropy_regions` now accepts `EllipseSkyRegion` and `RectangleSkyRegion` where width > height.