STC duo filter with 294 colour camera

6 replies355 views
Rishi avatar
I have taken some images of Orion with a 294 and a STC duo filter (Ha and OIII).
I use Pixinsight for processing. How should I approach processing the images?
Should I split the Ha and OIII by splitting the image in RGB components and then re-combining with pixmath.?

Any suggestions would be welcome. The images are great but far to red so I need to adjust the balance.
Fritz avatar
Hi Rishi,

I have written a short description of my workflow in the comments to this picture: https://astrob.in/378561/0/
You need to scroll down a little bit the comments to find it. I have used a DSLR, so you have to adjust it to the Bayer Matrix of your camera. Other than that, it should work for you.

Fritz
Rishi avatar
Thanks. I will give this a try.

Sorry for the double post. Not sure how it happened and I cannot find a way of deleting one.
Well Written Respectful
Salvatore Iovene avatar
(double post deleted)
Daniel Tackley avatar
AstroPixelProcessor has specific debayer routines that can be used to extract Ha and OIII data from filters like the STC Duo. These can then be processed separately before being recombined into a bicolour (e.g. HOO) image.
Well Written Concise
Rishi avatar
Thanks. I am using PI and PS. I did have a trail for APP but 2 complex processing applications is enough for now.
I have done a CFA split and integrated CFA0 to a Ha image and CFA1,CFA2 and CFA3 into a OIII image. I now need to clean them up and recombine them using PixMath.

Combined image
Alessio Pariani avatar
I would do this way:
- ChannelExtractor set to default (RGB). R will be your Halpha
- PixelMath “ max(G,B) “ this function lets you to compose an image with the brightest version of every single pixel between the two G and B channel. Choose to get a new image to avoid overwriting. This will be your OIII
- LinearFit with OIII as reference image to get a more balanced combination
- ChannelCombination (or PixelMath to combine your bicolor palette as you prefer). I am actually using this combination:
R = H
G = (H+O)/2
B = O
- You probably will need a BackgroundNeutralization step
Helpful
Related discussions
Best way to combine Ha OIII SII with LRGB
I'm new on my narrowband journey and am looking for guidance on how best to combine the narrowband captures with LRGB to maintain star colour and keep a natural look to the images. I've only taken a handful of narrowband images so far as I on...
Directly addresses combining Ha and OIII narrowband data with color balance.
Dec 1, 2021
PixInsight Tutorial: RGB stars from narrowband data
Hi everyone, I wanted to share in this community a tutorial that I published recently. It is a procedure to produce stars with calibrated colors, but without the necessity to gather RGB data at all. This is usefull for narrowband imaging, of course, ...
PixInsight tutorial for processing narrowband data into RGB stars with proper colors.
Dec 20, 2020
How do people use Lum captures in HAOIIIRGB images?
I'm trying to work out what value luminosity image capture has when combining Ha and OIII data with RGB. Can anyone point me in a direction on this? I am creating an RGB image and then combining that with narrowband data (i.e. the RGB gives me th...
Discusses combining Ha and OIII data with RGB and luminosity considerations.
Dec 14, 2021