Closed cdeil closed 10 years ago
We should add an upsample function to imageutils.
upsample
imageutils
@larrybradley has written a block-replicating upsample in photutils (see here). @keflavich has written an FFT upsample in image_tools (see here).
How about moving both to scikit-image (see https://github.com/astropy/photutils/issues/103) and putting a WCS-aware wrapper here in imageutils?
That sounds fine to me.
(This is the first I've heard about this new imageutils package. It's a good idea to collect all of these tools in a common place.)
This exists now, so I'll close this.
We should add an
upsample
function toimageutils
.@larrybradley has written a block-replicating upsample in photutils (see here). @keflavich has written an FFT upsample in image_tools (see here).
How about moving both to scikit-image (see https://github.com/astropy/photutils/issues/103) and putting a WCS-aware wrapper here in
imageutils
?