Changeset 24779
- Timestamp:
- Jul 12, 2009, 5:42:59 PM (17 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
dettool.c (modified) (1 diff)
-
dettoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r24757 r24779 566 566 PXOPT_COPY_F64(config->args, where, "-select_moon_phase_min", "moon_phase", ">="); 567 567 PXOPT_COPY_F64(config->args, where, "-select_moon_phase_max", "moon_phase", "<="); 568 PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE"); 568 569 569 570 if (!psListLength(where->list)) { -
trunk/ippTools/src/dettoolConfig.c
r24757 r24779 134 134 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_moon_phase_min", 0, "define min moon phase", NAN); 135 135 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_moon_phase_max", 0, "define max moon phase", NAN); 136 136 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-comment", 0, "search by comment field (LIKE comparison)", NULL); 137 137 138 138 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend", 0, "print the exposures that would be included in the detrend run and exit", false);
Note:
See TracChangeset
for help on using the changeset viewer.
