spacetelescope / romancal

Python library to process science observations from the Nancy Grace Roman Space Telescope
https://roman-pipeline.readthedocs.io/en/latest/
Other
31 stars 28 forks source link

Romanisim L2 Product Missing Bounding Box #1240

Closed stscijgbot-rstdms closed 2 months ago

stscijgbot-rstdms commented 4 months ago

Issue RCAL-842 was created on JIRA by Tyler Desjardins:

ASAB made RTB aware that L2 products made with romanisim are missing the bounding_box attribute in the gwcs object. It appears that assign_wcs in romancal does insert the bounding box. The bounding box is necessary for certain tools (e.g., imviz) to know the region over which the WCS transform is valid.

We have a workaround for the moment with the test data for the science platform, but we should add a bounding_box to the gwcs object in the next romanisim release.

schlafly commented 4 months ago

This is addressed here https://github.com/spacetelescope/romanisim/pull/123 waiting for feedback.

schlafly commented 2 months ago

Closed in romanisim, closing here.