Hi Jack,
Thanks for pointing this out. This tool is indeed interesting and looks great, however I disagree with these color calibration methods. I'll try to explain why, and also why we have followed a completely different path to design and implement the current color calibration tools in PixInsight.
If I understand it correctly, this tool is based on the ideas of
Bernhard Hubl and
Mischa Schirmer. This method is essentially the well-known G2 calibration, but instead of taking only G2 stars as white references, it allows using much more stars whose color indices (B-V and V-R differences for example) are accurately known from photometric catalogs. In both the traditional G2 calibration and this B-V calibration method, the goal is the same: make G2 stars white in the image, after correction for atmospheric and galactic extinction, as necessary. In other words, these methods are based on the idea that to achieve a valid color calibration on a deep-sky image, a G2 star must be represented as white. The advantage of the B-V method is that a lot of stars can be used as white references, since usually a pure G2 star (unaffected by galactic extinction) is hard to find.
Why G2 stars? G2 is the spectral type of our sun. G2 calibration is based on the idea that since the human vision system has evolved to perceive solar light as white, then a G2 star can be used as an ideal white reference. In my humble opinion, this is a wrong procedure when applied to calibrate deep-sky astronomical images.
G2 calibration works extremely well for daylight images, where the sun (which is a G2 star) is the only illuminant. But for the same reason, a G2 calibration is not applicable to deep-sky images: in a deep-sky image, no object is reflecting, in general, light coming from a G2 star. In my opinion, it is just that simple. Each single pixel in a deep-sky image accumulates a mixture of light coming from black-body radiators, line emission sources and reflection sources. G2 stars are just an infinitesimal part of the deep-sky ocean; pretending that our sun can be a valid white reference is perhaps a too anthropocentric vision
Our approach to the color calibration problem in PixInsight is different. PixInsight's color calibration tools are based on purely documentary criteria (as most of PixInsight): All objects in a deep-sky image should be represented in an unbiased way, as permitted by the instrumental limitations. A color calibration algorithm must not give more importance to some particular spectral types or emission wavelengths.
We currently support two color calibration methods for deep-sky images:
- The sum of all the light coming from a nearby galaxy (without a significant redshift) can be taken as a plausible white reference. This is because it includes all possible spectral types and all existing types of astronomical objects.
Note that we are not saying that a galaxy is white —THIS is what is really different in our methods with respect to G2 and similar methods. We only say —and we don't want to say anything else— that by taking the integrated light from a nearby galaxy as white, we don't introduce a significant bias toward any particular type of deep-sky object, spectral type, or emission wavelength. This method has been devised by our team member Vicent Peris, who is currently working on a standardization of it. This work includes a catalog of good white reference galaxies for both hemispheres. According to Vicent, good candidates are galaxies with the following properties:
- Closer than 50 mpc
- Hubble classifications Sa, Sb, Sc, Scd, SBa, SBb, SBc or SBcd
- Inclination less than 60 degrees
- Integrated intrinsic intergalactic and galactic reddening < 0.5 mag in Johnson B
Here is an example with Vicent's NGC7331 image taken with Calar Alto's 3.5 meter telescope:
The RGB composite image before calibration:
http://forum-images.pixinsight.com/legacy/1.5-preview/ColorCalibration-3.jpgAfter BackgroundNeutralization:
http://forum-images.pixinsight.com/legacy/1.5-preview/ColorCalibration-4.jpgAfter ColorCalibration:
http://forum-images.pixinsight.com/legacy/1.5-preview/ColorCalibration-5.jpg - As an alternative calibration method —but significantly more complex to implement and potentially less accurate—, we can take the integrated light from all stars in the image as a white reference. Again, we only try to avoid giving more importance to a particular spectral type by doing this. This method has more problems; for example we must take into account the effect of galactic extinction, which can be difficult. When interstellar extinction is not a problem, this method works extremely well for wide-field deep-sky images.
You are right: this is indeed an interesting topic. Besides its evident practical interest, it is also interesting because it easily unveils different (opposite?) concepts of astrophotography.