- Timestamp:
- Jan 26, 2023, 10:42:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppImage.20230123/src/ppImageOptions.c
r41918 r42328 28 28 options->doAuxMask = false; // apply auxillary mask 29 29 options->doNonLin = false; // Non-linearity correction 30 options->doNewNonLin = false; // New Non-linearity correction (v2023) 30 31 options->doOverscan = false; // Overscan subtraction 31 32 options->doNoiseMap = false; // Apply Read Noise Map … … 175 176 // XXX PAP: The overscan stuff needs to be updated following the reworked API 176 177 178 // New Non-linearity (v 2023) recipe options 179 // non-linearity corrections are loaded from a file defined in the detrend system or on the command-line 180 if (psMetadataLookupBool(NULL, recipe, "NEWNONLIN")) { 181 options->doNewNonLin = true; 182 } 183 184 // XXX PAP: The overscan stuff needs to be updated following the reworked API 185 177 186 // Overscan recipe options 178 187 // XXX EAM : we should abort on invalid options. default options?
Note:
See TracChangeset
for help on using the changeset viewer.
