File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ``
You can’t perform that action at this time.
0 commit comments