- Timestamp:
- Jul 6, 2008, 6:23:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ppImage/src/ppImageOptions.c
r17688 r18430 191 191 192 192 // Mask recipe options 193 // XXX we cannot set these values here; wait until just before ppImageDetrend 193 194 options->doMask = psMetadataLookupBool(NULL, recipe, "MASK"); 195 196 # if (0) 194 197 const char *masks = psMetadataLookupStr(&status, recipe, "MASK.VALUE"); 195 198 if (status) { … … 201 204 options->blankMask = pmConfigMask("BLANK", config); 202 205 // XXX should it be an error for these to not exist? 206 # endif 203 207 204 208 options->doBias = psMetadataLookupBool(NULL, recipe, "BIAS");
Note:
See TracChangeset
for help on using the changeset viewer.
