![](https://i0.wp.com/peteroshkai.com/wp-content/uploads/2024/12/IC1848-Soul.jpg?resize=525%2C407&ssl=1)
My current workflow for processing one-shot colour images of deep-space objects, particularly nebulae, heavily relies on the process of reconstruction a foraxx palette outlined in this video by Paulyman Astro (https://youtu.be/Gy42AeZ_XB4?si=lNb4B7a0jVKWi4I1).
The video is very detailed, and it has been exceptionally useful for me, but I found myself scrolling through it and pausing so much that I wanted to have a written summary of the steps that I could quickly refer to. Apologies in advance, if the following steps appear out-of-context – they are really short notes that would make sense to those who have used the Pixinsight software and worked with the foraxx palette.
Before this image processing is even started, I generate an integrated image using the following pre-processing sequence (see this guide by Adam Block for details: https://youtu.be/VKOTCuqD2Qs?si=EdbONwT8GO_DUAkR) :
First of all, all the individual exposures (light frames), which are typically 5-min long each, are calibrated with “flats”, “dark flats” and “darks” using the WeightedBatchPreprocessing script.
Then, the resulted de-bayered images are aligned using the StarAlignment process.
Finally, the aligned images are integrated using the ImageIntergation process with Winthorised Sigma Clipping background rejection method. This produces the “integration.xisf” image, which is the basis for the nebula processing workflow itself:
- Right-click on the identifier tab at the top-left of the image frame and set the new identifier to ‘osc’ (for ‘One-Shot Colour’).
- Use Process>All processes>ScreenTransferFunction to preview a stretched image. I unlock the RGB channels before pressing the “nuke” button to avoid a high colour cast. This is not important though, because nothing is actually being done to the image – this is just a preview.
- Use Process>All processes>DynamicCrop to crop the image.
- Use AutomaticBackgroundExrtactor with Function degree (under Interpolation and Output) set to 1 and Target Image Correction to ‘Subtraction’. This works if there is simply some light pollution gradient in the image and little to no vignetting. Otherwise, use the DynamicBackgroundExtraction process.
- Split the RGB channels using an icon in the toolbar.
- Set the identifier of the Red channel to ‘ha’ for “Hydrogen alpha”.
- Combine the Green and the Blue channel using the following Pixelmath expression: 0.5*B+0.5*G. Give the resulting image an identifier ‘oiii’.
- Use StarExterminator process to extract the stars. Check “Generate Star Image” and “Unscreen Stars” boxes. Drag the triangle from the process window onto the ha window and then onto the ha window.
- Use Generalized Hyperbolic Stretch (GHS) script or process to stretch the ‘ha’ and the ‘oiii’ (starless) images.
- First stretch: Just right of the peak. Local stretch intensity ~10. Stretch factor ~3.
- Second stretch: Secondary drop-off (log view). Local stretch intensity ~5.
- Foraxx process: Create the false Green channel (‘ho’) using the Pixelmath expression: (ha*oiii)^~(ha*oiii). Press the square button.
- Boost the brightness of the ‘ho’ image by doing the first-level stretch in GHS.
- Create the colour image by using the Pixelmath expression (uncheck ‘Use a single RGB/K expression’, set Color space to ‘RGB color’):
- R: ha
- G: ho*ha+~ho*oiii
- B: oiii
- Apply CurvesTransformation. Start with saturation, proceed to individual channels.
- Apply NoiseExterminator with default values or Denoise ~0.9, Detail ~0.55.
- Stretch ‘ha_stars’ and ‘oiii_stars’ using HistogramTransformation. Use checkmark to track the histogram and use live preview to monitor the stretch amount. Drag middle slider to the left.
- Apply the Foraxx process (step 10) to ‘ha_stars’ and ‘oiii_stars’.
- Use CurvesTransformation to boost saturation of ‘foraxx_stars’.
- Put the stars back using the Pixelmath expression: ~(~foraxx*~foraxx_stars).
And this is it! Here are some examples of my application of this process applied to various emission nebulae.
![](https://i0.wp.com/peteroshkai.com/wp-content/uploads/2024/09/NGC7635.jpg?resize=525%2C348&ssl=1)
![](https://i0.wp.com/peteroshkai.com/wp-content/uploads/2024/05/NGC7000-Cygnus-Wall-IG.jpg?resize=525%2C428&ssl=1)
![](https://i0.wp.com/peteroshkai.com/wp-content/uploads/2025/02/NGC7822_Question-mark.jpg?resize=465%2C700&ssl=1)