Changeset 26857 for branches/eam_branches/20091201/ippTools/src/pztool.c
- Timestamp:
- Feb 10, 2010, 3:52:15 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippTools/src
- Property svn:ignore
-
branches/eam_branches/20091201/ippTools/src/pztool.c
r25418 r26857 117 117 telescope, 118 118 uri, 119 NULL // epoch 119 NULL, // epoch 120 0 // use_compress 120 121 )) { 121 122 psError(PS_ERR_UNKNOWN, false, "database error"); … … 783 784 psMetadata *where = psMetadataAlloc(); 784 785 PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "=="); 785 PXOPT_COPY_STR(config->args, where, "-inst", " inst", "==");786 PXOPT_COPY_STR(config->args, where, "-inst", "camera", "=="); 786 787 PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "=="); 787 788 PXOPT_COPY_STR(config->args, where, "-class", "class", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
