Is there a possibility in Siril to mix the RGB channels, like
Photoshop / Channel Mixer
or
Fitsworks / Color Functions / Color Corrections?
Background:
With my ASI 183 MC camera, the green and blue channel are a bit sensitive above 650nm and therefore it is a good solution to subtract some R (20%) from G channel in the case of nebula (h alpha).
The color saturation of the nebula is significantly better. (from orange to red)
Thank you for your prompt reply.
I know this Siril function “RGB composition”.
I am looking for a solution for a fast RGB Mixer inside a siril script.
The RGB composition in GUI is a overkill for my small problem.
First I have to split an RGB image into the three channels in order to put them back together again.
I was hoping to avoid that.
There is currently no way to do what you describe in simple operations, you have to split images, multiply them, subtract them and so on.
I’ve never seen the result of what you explain, would you share images to show us how much it improved the result? That could be another interesting way of improving the RGB composition tool.
would you share images to show us how much it improved the result?
The difference is of course relatively small. All methods of color shifting can compensate for this crosstalk between the red and green channels.
The later you tackle this, the more other colors are also attacked.
Siril’s phomotric color calibration does an excellent job of compensating for this crosstalk.
You can best see it in the RAW image.
As an attachment, an example in which only the stacked image was corrected with these two steps,
(a) Background extraction
(b) color calibration (no photometric calibration to show the difference!)
Another good use of a command line channels mixer in Siril are dual-channel filters on RGB cameras.
It can be useful to calculate a synthetic 3rd color channel from the dual-channel filter.
Keyword: Steve Cannistra and his Bicolor Narrowband Technique for synthetic green
I like to do something like that with Imagemagick
R/K: HA → R
G: (0.4HA)+(0.6OIII) → 0.2R+0.8G
B: OIII → 0.3B + 0.7G -0.1R