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
When custom output WCS for resample is missing both array_shape and the bounding box, we should be able to determine them from input images by projecting them onto the output WCS and take max(x) and max(y) of projected coordinates.
Issue JP-3874 was created on JIRA by Mihai Cara:
When custom output WCS for resample is missing both array_shape and the bounding box, we should be able to determine them from input images by projecting them onto the output WCS and take max(x) and max(y) of projected coordinates.
See https://github.com/spacetelescope/stcal/blob/3ce9cedc1d0825f8ba86316a0706fa03f929a3ed/src/stcal/resample/resample.py#L533-L541 and spacetelescope/stcal#320 (comment)
The text was updated successfully, but these errors were encountered: