spacetelescope / drizzlepac

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

Wcskey 'O' is reserved for the original WCS and should not be deleted. #34

Closed mcara closed 7 years ago

mcara commented 7 years ago

Currently, astrodrizzle code emits messages such as

[INFO    ] Wcskey 'O' is reserved for the original WCS and should not be deleted.

multiple times during a run (see, e.g., https://ssb.stsci.edu/pandokia/pandokia.cgi?query=detail&key_id=38950982).

The code should be modified not to attempt to delete "original" WCS.

mcara commented 7 years ago

This issue was solved in https://github.com/spacetelescope/drizzlepac/pull/35