Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:
-
Story Points:16
-
Epic Link:
-
Sprint:SUIT Sprint 2018-07, SUIT Sprint 2018-08, SUIT Sprint 2018-09
-
Team:Science User Interface
Description
See
http://adsabs.harvard.edu/abs/2004PASP..116..133L
for details and motivation.
(According to Gregory Dubois-Felsmann, this is already on the radar at some level, but I didn't see a ticket, so I created one).
Paper:
https://arxiv.org/pdf/astro-ph/0312483.pdf
Implementation in afw_display and astropy:
https://github.com/lsst/afw/blob/master/python/lsst/afw/display/rgb/rgbContinued.py
https://github.com/astropy/astropy/blob/master/astropy/visualization/lupton_rgb.py
We can always make no hue-preserving option a default behavior. It's not hard to disable it in IRSA, and we should certainly do it if it does not work for IR data sets.
However, it would be interesting to understand, why the algorithm behaves the way it is for Spitzer images or any other cases we think it should work. Is there something we could do to to bring the images to the same scale and make it work? I tried to follow astropy implementation as close as possible. We can check if astropy produces the same result with Spitzer irac bands you mentioned.