continuum_subtract_ha
Removes continuum contamination from an Ha image by subtracting a scaled red-channel reference, isolating pure emission signal.
Instructions
Subtract the scaled R channel of an RGB view from an Ha view, in place. Ha = max(0, Ha - continuum_factor * R). Runs as 64-bit PixelMath truncated to [0,1]; reports the new median and max.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ha_id | Yes | Ha view (mono), modified in place | |
| rgb_id | Yes | RGB view whose R channel is subtracted (same dimensions) | |
| continuum_factor | Yes | Multiplier on R subtracted from Ha |