astropy / imageutils

Image processing utilities for Astropy (No longer maintained)
https://imageutils.readthedocs.org/
9 stars 17 forks source link

Add upsample function #8

Closed cdeil closed 10 years ago

cdeil commented 10 years ago

We should add an upsample function to 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?

larrybradley commented 10 years ago

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.)

astrofrog commented 10 years ago

This exists now, so I'll close this.