Changeset 13937 for trunk/ippTools/src/camtool.c
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r13702 r13937 184 184 } 185 185 186 psString re cipe = psMetadataLookupStr(&status, config->args, "-set_recipe");187 if (!status) { 188 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_re cipe");186 psString reduction = psMetadataLookupStr(&status, config->args, "-set_reduction"); 187 if (!status) { 188 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_reduction"); 189 189 return false; 190 190 } … … 237 237 238 238 // would could do this "all in the database" if we didn't want the option 239 // of changing the label/re cipe/expgroup/dvodb/etc. So we're pulling the239 // of changing the label/reduction/expgroup/dvodb/etc. So we're pulling the 240 240 // data out so we have the option of changing these values or leaving the 241 241 // old values in place (i.e., passing the values through). … … 257 257 workdir ? workdir : row->workdir, 258 258 label ? label : row->label, 259 re cipe ? recipe : row->recipe,259 reduction ? reduction : row->reduction, 260 260 expgroup ? expgroup : row->expgroup, 261 261 dvodb ? dvodb : row->dvodb … … 617 617 pendingRow->workdir, 618 618 pendingRow->label, 619 pendingRow->re cipe,619 pendingRow->reduction, 620 620 pendingRow->expgroup, 621 621 pendingRow->dvodb, … … 628 628 zp_mean, 629 629 zp_stdev, 630 fwhm,631 fwhm_range,632 n_stars,633 n_extended,634 n_cr,635 n_astrom,630 fwhm, 631 fwhm_range, 632 n_stars, 633 n_extended, 634 n_cr, 635 n_astrom, 636 636 path_base, 637 637 code
Note:
See TracChangeset
for help on using the changeset viewer.
