extract_pseudo_oiii
Create a pseudo-OIII mono view from an RGB image by subtracting a scaled red channel from the blue channel, isolating oxygen emission.
Instructions
Create a mono view from the B channel of an RGB view minus its scaled R channel. OIII = max(0, B - continuum_factor * R); any view of that name is replaced. Reports the new view's median and max.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rgb_id | Yes | Source RGB view | |
| output_id | No | Name of the view to create; omitted = OIII_pseudo | |
| continuum_factor | Yes | Multiplier on R subtracted from B |