Changeset 13921 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 20, 2007, 11:03:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r13901 r13921 18 18 19 19 // Initialise options 20 options->overscan = NULL;21 20 options->nonLinearData = NULL; 22 21 options->nonLinearSource = NULL; … … 52 51 53 52 // Overscan defaults 54 options->overscan = NULL; // Overscan options53 options->overscan = NULL; // Overscan options 55 54 56 55 // Fringe defaults … … 162 161 } 163 162 163 int boxcar = psMetadataLookupS32(NULL, recipe, "OVERSCAN.BOXCAR"); 164 float gauss = psMetadataLookupF32(NULL, recipe, "OVERSCAN.GAUSS"); 165 164 166 // Fill in the options 165 options->overscan = pmOverscanOptionsAlloc(overscanSingle, overscanFit, overscanOrder, overscanStats); 167 options->overscan = pmOverscanOptionsAlloc(overscanSingle, overscanFit, overscanOrder, 168 overscanStats, boxcar, gauss); 166 169 psFree(overscanStats); 167 170 }
Note:
See TracChangeset
for help on using the changeset viewer.
