HDR Processing M42: Combining Multiple Exposures with the SV220

HDR Processing M42: Combining Multiple Exposures with the SV220

Capturing the full dynamic range of the Orion Nebula using HDRComposition in PixInsight

The Orion Nebula presents one of astrophotography’s greatest dynamic range challenges. The blazing Trapezium region at its heart can easily blow out while the delicate outer wisps disappear into noise. The solution? Capture multiple exposure lengths and combine them using HDR techniques. In this post, I’ll walk through my workflow for combining 60s, 120s, and 300s exposures taken with the SVBony SV220 dual-narrowband filter.

Equipment Used

ComponentDetails
TelescopeZWO FF65 (65mm f/5.6 APO)
CameraTouptek ATR2600C (One-Shot Color)
FilterSVBony SV220 v1 (Ha+Oiii dual narrowband)
MountZWO AM5
GuidingTouptek OAG + G3M662C guide camera

The Strategy: Three Exposure Lengths

To capture M42’s full dynamic range, I shot three sets of exposures:

Each exposure length was stacked separately, then processed through the calibration pipeline before being combined into a single HDR image.

Pre-HDR Workflow: Process Each Stack Identically

Before combining the exposures, each stack needs to go through the same calibration steps. This ensures consistent color and gradient correction across all three, which is critical for seamless HDR blending.

For each exposure length (60s, 120s, 300s):

  1. Stack/Integrate your sub-exposures
  2. ImageSolver — Plate solve for astrometric data
  3. SpectrophotometricFluxCalibration (SPFC) — Required before MGC
  4. MultiscaleGradientCorrection (MGC) — Gradient removal
  5. Save as .xisf

MGC Settings for SV220 (Ha+Oiii)

The SV220 captures Ha in red and Oiii in green/blue. For M42, the intense Ha emission can be mistaken for gradient by MGC, so we reduce the red channel correction:

ParameterValue
Gradient scale4096
Structure separation5
Model smoothness3.00
R/K Scale Factor0.50
G Scale Factor1.00
B Scale Factor1.00

Important: Use the same MGC settings for all three exposure lengths to maintain consistency.

Aligning the Stacks

HDRComposition requires pixel-perfect alignment between all images. If any of your stacks have different orientations (one of mine was flipped 180°), you’ll need to fix this first.

  1. If needed, use Rotation → FastRotation to correct any flipped images
  2. Run StarAlignment using your best stack (I used the 300s) as the reference
  3. Add the other stacks (60s, 120s) as target images
  4. Save the aligned outputs

Critical: The reference image doesn’t get re-output by StarAlignment—it’s already the reference. So you’ll use your original 300s file plus the newly aligned 60s and 120s files for HDR combination.

HDR Combination

With all three stacks calibrated and aligned, it’s time to combine them.

Process → ImageIntegration → HDRComposition

  1. Add your three aligned images (order doesn’t matter, but I go shortest to longest)
  2. Configure the settings (see below)
  3. Execute and examine the result

HDRComposition Settings

ParameterValueNotes
Binarizing threshold0.9–0.95Higher values favor longer exposures
Mask smoothness7Pixels, controls transition softness
Mask growth5Feathers the transitions
Auto exposureEnabledNormalizes brightness between stacks
Reject blackEnabledPrevents clipped data from bleeding in

Troubleshooting: Black Star Cores

If you see black centers in your stars after HDRComposition, check these things:

Post-HDR Processing

After HDRComposition, your image is still linear. Continue with:

  1. SPCC — SpectrophotometricColorCalibration for color balance (use narrowband mode with Photon Flux white reference for the SV220)
  2. BlurXTerminator — Deconvolution/sharpening (must be before noise reduction)
  3. NoiseXTerminator — Noise reduction (after BXT, still linear)
  4. Stretch — I used a PixelMath MTF stretch (see settings below)
  5. StarXTerminator — Separate stars for independent processing
  6. Final adjustments — Curves, saturation, local contrast, etc.

Stretch Settings (PixelMath MTF)

For M42’s bright core, I used Bill Blanshan’s PixelMath stretch script with these values:

ParameterValueNotes
Stretch0.15Lower than default for bright targets
Curve1.07Arcsin-style to protect highlights
Clip2.8Default

The Curve value above 1.0 gives an arcsin-style response that compresses the highlights, preventing the bright core from blowing out while still bringing up the faint outer regions.

Key Takeaways

Process each exposure stack identically before combining. Run the same MGC settings on all three stacks so the gradients and color balance match perfectly.

Alignment is critical. HDRComposition blends pixel-by-pixel. Any misalignment creates artifacts, especially around stars.

Use a high binarizing threshold for M42. This favors the longer exposures and only pulls in short-exposure data for the very brightest pixels.

BXT before NXT. BlurXTerminator (deconvolution) must come before NoiseXTerminator (noise reduction)—never the other way around.

SPCC goes after HDR, not before. Color calibrate the combined HDR image, not the individual stacks.

The result? An M42 with preserved core detail from the 60s exposures and deep outer nebulosity from the 300s—the best of both worlds.

Clear skies!