Skip to content

Commit 08088a9

Browse files
authored
Fix indentation on changelog
1 parent 9b193ea commit 08088a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ Breaking Changes
1818

1919
- Update glob patterns from ``*_<ra>_<dec>_<ny>x<nx>_astrocut.fits`` to ``*_<ra>_<dec>_*-x-*_astrocut.fits``.
2020
- If parsing filenames, switch to flexible regex patterns:
21+
2122
- RA/Dec: ``_(?P<ra>[-+]?\\d+(?:\\.\\d+)?)_(?P<dec>[-+]?\\d+(?:\\.\\d+)?)_``
2223
- Dimensions (with optional units): ``(?P<ny>\\d+(?:\\.\\d+)?)(?P<ny_unit>arcsec|arcmin|deg|pixel|pix)?-x-(?P<nx>\\d+(?:\\.\\d+)?)(?P<nx_unit>arcsec|arcmin|deg|pixel|pix)?``
2324
- Prefer reading RA/Dec, dimensions, and scales from file metadata (FITS headers/WCS) instead of relying on filenames.
2425
- Example transition:
26+
2527
- Old: ``..._83.406310_-62.489771_64x64_astrocut.fits``
2628
- New (no unit - pixels assumed): ``..._83.4063100_-62.4897710_64-x-64_astrocut.fits``
2729
- New (with units): ``..._83.4063100_-62.4897710_5arcmin-x-4arcmin_astrocut.fits``

0 commit comments

Comments
 (0)