spacetelescope / drizzlepac

AstroDrizzle for HST images.
https://drizzlepac.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50 stars 39 forks source link

Update pipeline drizzle products with S_REGION keyword #900

Closed stscijgbot-hstdp closed 3 years ago

stscijgbot-hstdp commented 3 years ago

Issue HLA-470 was created on JIRA by Warren Hack:

The standard pipeline processing of HST data with AstroDrizzle through runastrodriz should result in the addition of the 'S_REGION' keyword. This will allow CAOM to populate the footprints for standard drizzle products from this keyword.

This can be done by applying the processing_utils.compute_sregion() function to each final Drizzle product before writing it out to disk.

stscijgbot-hstdp commented 3 years ago

Comment by Warren Hack on JIRA:

Drizzlepac PR #⁠910 has been submitted and merged to implement this change.  The new keyword gets added to all calibrated FLT and FLC files before checking whether or not DRIZCORR was set to PERFORM.  This insures that all observations get this new keyword regardless of whether the data gets drizzled or not.  

stscijgbot-hstdp commented 3 years ago

Comment by Warren Hack on JIRA:

The question was raised about how to test this.  That can be handled best by it's own ticket.