Hi Nicholas,
and thanks for your answer.
After trying different methodologies with mixed results, I eventually landed on the processing well described by lukomatico in his youtube video below.
I find it extremely robust and consistent. Here is the link
https://www.youtube.com/watch?v=QV6ObLVRvNkIt is substantially based on the utilization of strong signal channels R and G only (starless), equalization of G with R intensity (very important!), and then a very simple new channel assignment, well illustrated in the video.
I strongly recommend to follow this processing that was generously shown me by the expert
@Elmiko,, whom I'll never stop to thank.
Hope you will enjoy this methodology!
All the best!
Mau
Nicolas Eon:
Hi All.
I have just purchased an L-eXtreme to be used in association with my OSC camera (ASI2600MC).
I apologize for the very basic question: do you have any initial suggestions about post processing with PixInsight?
I start from the point that, when you split the channels of a L-eXtreme OSC image, you extract H-alfa and O-III respectively from red and green channels.
Now my basic questions are:
1. In a "pure" L-extreme scenario (no RGB signals) how could we recombine the H-alfa nd O-III signals in a pleasant way?
I have seen somewhere, for instance, the suggestion to assign the following palette:
R=O-III
G=H-alfa
B=H-alfa - O-III (do not ask me why the difference)
2. In a different scenario, where we want to mix H-a and O-III with R-G-B have you got any suggestions?
Thank you very much in advance for your help!
Mau
Hi @Mau_Bard Thanks for your post
I like working in HaSHO space. I do image with DSLR and L-Extreme. Here is I usually proceed:
Ha = R
Oiii= 0.7G+0.3B
Siii= RGB Luminance
SHO I used the combination proposed by "The Coldest Nights" (https://thecoldestnights.com/2020/06/pixinsight-dynamic-narrowband-combinations-with-pixelmath/)
- R = (Oiii^~Oiii)*Sii + ~(Oiii^~Oiii)*Ha
- G = ((Oiii*Ha)^~(Oiii*Ha))*Ha + ~((Oiii*Ha)^~(Oiii*Ha))*Oiii
- B = Oiii
as PI Math expression
Then I add Ha as Luminance channel. Finally, I do Curve Transformation to find the right colours.
I am still learning in this process as my post processing does not seems to be predictable. If I repeat several time the same workflow, I may end with different results. Maybe this due to the stretch of my different channel which change the colour balance of my final image.
Does anybody knows how can I make sure that each channel (Ha, Sii and Oiii) are stretched separately but in a consistent way ?