Changeset 13873 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Jun 18, 2007, 5:59:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r13593 r13873 61 61 options->satMask = 0x00; 62 62 options->badMask = 0x00; 63 64 63 return options; 65 64 } … … 135 134 136 135 // First, deal with the recipe. These are parameters that will typically be constant for a camera. 137 OPTION_PARSE(options->rows, recipe, "ROWS", U16);136 OPTION_PARSE(options->rows, recipe, "ROWS", S32); 138 137 OPTION_PARSE(options->minElectrons, recipe, "ELECTRONS", F32); 139 138 OPTION_PARSE(options->sample, recipe, "SAMPLE", S32); … … 215 214 options->shutter = true; 216 215 options->mask = false; 217 options->rows = 0; // Read the whole image at once218 216 } else if (strcasecmp(type, "MASK") == 0) { 219 217 options->zero = false;
Note:
See TracChangeset
for help on using the changeset viewer.
