Changeset 27517 for branches/eam_branches/20100225/ippTools/src/stacktool.c
- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ippTools/src/stacktool.c
r27009 r27517 124 124 125 125 // select based on properties of the raw exposures 126 PXOPT_COPY_STR(config->args, where, "-select_comment", "rawExp.comment", "LIKE"); 126 127 PXOPT_COPY_STR(config->args, where, "-select_inst", "rawExp.camera", "=="); 127 128 PXOPT_COPY_STR(config->args, where, "-select_telescope", "rawExp.telescope", "=="); … … 611 612 612 613 // pxUpdateRun gets parameters from config->args and updates 613 bool result = pxUpdateRun(config, where, &query, "stackRun", true);614 bool result = pxUpdateRun(config, where, &query, "stackRun", "stack_id", "stackSumSkyfile", true); 614 615 615 616 psFree(query);
Note:
See TracChangeset
for help on using the changeset viewer.
