Changeset 32743 for trunk/ippTools/src/faketool.c
- Timestamp:
- Nov 22, 2011, 10:04:20 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/faketool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/faketool.c
r30907 r32743 625 625 psMetadata *where = psMetadataAlloc(); 626 626 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "=="); 627 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake _id", "==");628 PXOPT_COPY_S64(config->args, where, "-exp_id", " exp_id", "==");629 PXOPT_COPY_STR(config->args, where, "-exp_name", " exp_name", "==");630 PXOPT_COPY_STR(config->args, where, "-inst", " camera", "==");631 PXOPT_COPY_STR(config->args, where, "-telescope", " telescope", "==");627 PXOPT_COPY_S64(config->args, where, "-fake_id", "fakeRun.fake_id", "=="); 628 PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "=="); 629 PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "=="); 630 PXOPT_COPY_STR(config->args, where, "-inst", "rawExp..camera", "=="); 631 PXOPT_COPY_STR(config->args, where, "-telescope", "rawExp.telescope", "=="); 632 632 PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "dateobs", ">="); 633 633 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
Note:
See TracChangeset
for help on using the changeset viewer.
