spacetelescope / drizzlepac

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

TEAL interface does not allow setting custom WCS CRPIX #64

Closed mcara closed 7 years ago

mcara commented 7 years ago

The code for drizzlepac.wcs_functions.mergeWCS() checks if user specified a custom CRPIX value for the output WCS. However, user parameter dictionary will never contain such a parameter when run with TEAL because TEAL UI (and astrodrizzle.cfg) does not contain CRPIX field.

CC: @stsci-hack

mcara commented 7 years ago

Fixed through https://github.com/spacetelescope/drizzlepac/pull/66