Open jdavies-st opened 4 years ago
Not sure what this is referring to but, with a soon to be released 2.0, this issue is no longer valid: the caller can use any method to create a pixel map.
This issue is still valid. The calc_pixmap()
function maintained here in Drizzle is a specialized version of the more general function in astropy
The functionality has moved upstream to Astropy and therefore Drizzle should use it.
Use
astropy.wcs.utils.pixel_to_pixel
instead ofhttps://github.com/spacetelescope/drizzle/blob/291b8b6249f2b24cac801ea99b383f7bf61dd1aa/drizzle/calc_pixmap.py#L5
if possible.
This will require bumping up the
astropy
and other dependency versions.