Changeset 32482 for trunk/ippTools/src/difftool.c
- Timestamp:
- Oct 4, 2011, 5:03:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r32218 r32482 1634 1634 PXOPT_COPY_F32(config->args, selectWhere, "-timediff", 1635 1635 "ABS(TIME_TO_SEC(TIMEDIFF(inputRawExp.dateobs, templateRawExp.dateobs)))", "<="); 1636 PXOPT_COPY_F32(config->args, selectWhere, "-mintimediff", 1637 "ABS(TIME_TO_SEC(TIMEDIFF(inputRawExp.dateobs, templateRawExp.dateobs)))", ">="); 1636 1638 1637 1639 // other where restrictions: … … 1867 1869 const char *tess_id = psMetadataLookupStr(NULL, row, "tess_id"); 1868 1870 psString input_data_group = psMetadataLookupStr(NULL, row, "input_data_group"); 1869 if ( input_data_group) {1871 if (!data_group) { 1870 1872 data_group = input_data_group; 1871 1873 }
Note:
See TracChangeset
for help on using the changeset viewer.
