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.
The code for
drizzlepac.wcs_functions.mergeWCS()
checks if user specified a customCRPIX
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