Changeset 28003 for branches/pap/ippTools/src/camtool.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/src/camtool.c
r27391 r28003 681 681 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 682 682 PXOPT_LOOKUP_BOOL(faulted, config->args, "-faulted", false); 683 PXOPT_LOOKUP_BOOL(pstamp_order, config->args, "-pstamp_order", false); 683 684 684 685 // generate restrictions … … 741 742 } 742 743 743 // order by cam_id so that the postage stamp parser can easliy find the 'latest' astrometry 744 psStringAppend(&query, " ORDER BY exp_id, cam_id"); 744 745 if (pstamp_order) { 746 // put runs in order of exposure id with newest chip Runs first 747 // The postage stamp parser depends on this behavior 748 psStringAppend(&query, " ORDER BY exp_id, cam_id DESC"); 749 } 745 750 746 751 // treat limit == 0 as "no limit"
Note:
See TracChangeset
for help on using the changeset viewer.
