Changeset 31048
- Timestamp:
- Mar 24, 2011, 8:18:22 PM (15 years ago)
- Location:
- tags/ipp-20110218/ippTools
- Files:
-
- 2 edited
-
share/pztool_find_completed_exp.sql (modified) (1 diff)
-
src/pztool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110218/ippTools/share/pztool_find_completed_exp.sql
r31040 r31048 26 26 AND newExp.tmp_telescope IS NULL 27 27 GROUP BY 28 pzDownloadExp.summit_id ,28 pzDownloadExp.summit_id 29 29 -- it doesn't matter which field in pzDownloadImfile we count as we've 30 30 -- already Download a group by -
tags/ipp-20110218/ippTools/src/pztool.c
r31040 r31048 509 509 510 510 psMetadata *where = psMetadataAlloc(); 511 PXOPT_COPY_STR(config->args, where, "-summit_id", "summit_id", "=="); 511 /* PXOPT_COPY_STR(config->args, where, "-summit_id", "summit_id", "=="); */ 512 512 PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "=="); 513 513 PXOPT_COPY_STR(config->args, where, "-inst", "camera", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
