Changeset 27739 for trunk/ippTools/src/camtool.c
- Timestamp:
- Apr 23, 2010, 11:21:34 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r27391 r27739 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.
