Changeset 8279 for trunk/ippTools/src/dettool.c
- Timestamp:
- Aug 10, 2006, 3:16:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8248 r8279 474 474 iteration, 475 475 rawExp->exp_id, 476 rawExp->camera, 477 rawExp->telescope, 478 rawExp->exp_type, 479 rawExp->imfiles, 480 rawExp->filter, 481 rawExp->airmass, 482 rawExp->ra, 483 rawExp->decl, 484 rawExp->exp_time, 485 rawExp->background 476 true, // use 477 false // accept 486 478 ); 487 479 } … … 1788 1780 return false; 1789 1781 } 1782 psString class_id = psMetadataLookupStr(&status, config->args, "-class_id"); 1783 if (!status) { 1784 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -class_id"); 1785 return false; 1786 } 1787 if (!class_id) { 1788 psError(PS_ERR_UNKNOWN, true, "-class_id is required"); 1789 return false; 1790 } 1790 1791 psString recipe = psMetadataLookupStr(&status, config->args, "-recip"); 1791 1792 if (!status) { … … 1844 1845 iteration, 1845 1846 exp_id, 1847 class_id, 1846 1848 recipe, 1847 1849 accept … … 2149 2151 newIteration, 2150 2152 inputExp->exp_id, 2151 inputExp->camera, 2152 inputExp->telescope, 2153 inputExp->exp_type, 2154 inputExp->imfiles, 2155 inputExp->filter, 2156 inputExp->airmass, 2157 inputExp->ra, 2158 inputExp->decl, 2159 inputExp->exp_time, 2160 inputExp->background 2153 true, // use 2154 true // accept 2161 2155 ); 2162 2156 psArrayAdd(newInputExps, 0, newInputExp);
Note:
See TracChangeset
for help on using the changeset viewer.
