astropy / imageutils

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

Move APLpy make_rgb_image to imageutils #41

Open astrofrog opened 9 years ago

astrofrog commented 9 years ago

APLpy has a function for making 3-color images - aplpy.make_rgb_image which could be moved to imageutils. In addition, aplpy.make_rgb_cube (which reprojects images to the same grid before calling make_rgb_image) could also be moved once the reproject package is also part of Astropy.