Changeset 42340 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jan 30, 2023, 9:55:36 AM (3 years ago)
- Location:
- trunk/ppImage
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ppImage merged eligible /branches/czw_branch/20160809/ppImage merged eligible /branches/czw_branch/20170908/ppImage merged eligible /branches/eam_branches/ipp-20191011/ppImage merged eligible /branches/eam_branches/ipp-20211108/ppImage merged eligible /branches/eam_branches/ipp-dev-20210817/ppImage merged eligible /branches/eam_branches/ppImage.20230123 merged eligible /tags/ipp-ops-20220303-rc/ppImage merged eligible /tags/ipp-ops-20220705/ppImage merged eligible /tags/ipp-ps1-20210510/ppImage merged eligible /tags/ipp-ps1-20210708/ppImage merged eligible /branches/ipp-259_genericise_backups/ppImage 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppImage/src/ppImageOptions.c
r41918 r42340 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.
