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
For non-subarrays, such as full-frame NIRCam images, we have the following bounding boxes:
In [56]: model = datamodels.open("jw42424001001_01101_00001_nrca5_cal.fits")
In [57]: model.meta.wcs.bounding_box
Out[57]: ((-0.5, 2047.5), (-0.5, 2047.5))
In [58]: model.data.shape
Out[58]: (2048, 2048)
Issue JP-1818 was created on JIRA by James Davies:
Testing of
#5507
found a bug in
jwst.assign_wcs
where NIRCam time-series subarrays of 64x64 were getting bounding boxes of sizeIt looks like this is a general problem for all subarray bounding boxes.
The text was updated successfully, but these errors were encountered: