You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now fits_cut and img_cut assume the list of images they are given all share the same WCS and pixel scale, but no actual checking is done. A minor improvement would be to add checking and raise an error is the images don't match. A larger improvement would be to implement optional resampling.
The text was updated successfully, but these errors were encountered:
Right now
fits_cut
andimg_cut
assume the list of images they are given all share the same WCS and pixel scale, but no actual checking is done. A minor improvement would be to add checking and raise an error is the images don't match. A larger improvement would be to implement optional resampling.The text was updated successfully, but these errors were encountered: