Changeset 16661
- Timestamp:
- Feb 26, 2008, 1:25:45 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
flatcorr.c (modified) (1 diff)
-
flatcorrConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorr.c
r16660 r16661 299 299 PS_ASSERT_PTR_NON_NULL(config, false); 300 300 301 // required 302 PXOPT_LOOKUP_STR(corr_id, config->args, "-corr_id", true, false); 303 PXOPT_LOOKUP_STR(chip_id, config->args, "-chip_id", true, false); 304 305 if (!flatcorrExpInsert(config->dbh, 306 (psS64)atoll(corr_id), 307 (psS64)atoll(chip_id) 308 )) { 309 psError(PS_ERR_UNKNOWN, false, "database error"); 310 return false; 311 } 312 301 313 return true; 302 314 } -
trunk/ippTools/src/flatcorrConfig.c
r16660 r16661 148 148 // -addexp 149 149 psMetadata *addexpArgs = psMetadataAlloc(); 150 psMetadataAddStr(addexpArgs, PS_LIST_TAIL, "-corr_id", 0, 151 "define Flat Correction ID (required)", NULL); 152 psMetadataAddStr(addexpArgs, PS_LIST_TAIL, "-chip_id", 0, 153 "define Chip ID (required)", NULL); 150 154 151 155 // -pending
Note:
See TracChangeset
for help on using the changeset viewer.
