Changeset 43038 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- May 28, 2026, 9:38:40 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r42890 r43038 29 29 options->doNonLin = false; // Non-linearity correction 30 30 options->doNewNonLin = false; // New Non-linearity correction (v2023) 31 options->doMaskBadOverscan = false; // Mask cells / readouts if overscan is out of bounds 31 32 options->doOverscan = false; // Overscan subtraction 32 33 options->doNoiseMap = false; // Apply Read Noise Map … … 182 183 } 183 184 185 // Mask cells/readouts with out-of-range overscan 186 // nominal overscan ranges are loaded from a file defined in the detrend system or on the command-line 187 if (psMetadataLookupBool(NULL, recipe, "MASK.BAD.OVERSCAN")) { 188 options->doMaskBadOverscan = true; 189 } 190 184 191 // XXX PAP: The overscan stuff needs to be updated following the reworked API 185 192
Note:
See TracChangeset
for help on using the changeset viewer.
