astropy / imageutils

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

Add docs and tests for `fits2bitmap` script #26

Open cdeil opened 9 years ago

cdeil commented 9 years ago

Looks like we have a fits2bitmap script in the master branch ... it should appear in the docs (currently doesn't, see here) and have some tests (currently doesn't, see here).

cc @larrybradley I think you added this?

cdeil commented 9 years ago

How to test output images against reference images was figured out in wcsaxes already (see here). It would be nice if that became available in the Astropy core so that we can re-use it here. But I think the logistics of where to store the reference images hasn't been figured out yet. cc @astrofrog

astrofrog commented 9 years ago

By the way, APLpy has a well-tested make_rgb_image function which we could consider combining with what already exists in imageutils.

cdeil commented 9 years ago

@astrofrog Do you think this make_rgb_image function should be moved to imageutils or what's your suggestion?

astrofrog commented 9 years ago

Oh, I just realized fits2bitmap is only for single images (not RGB). I'll open a new issue to explain what I meant.