Changeset 9966
- Timestamp:
- Nov 13, 2006, 3:17:17 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
dettool.c (modified) (2 diffs)
-
dettoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9965 r9966 973 973 974 974 { 975 psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_ exp_begin");976 if (!status) { 977 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_ exp_begin");975 psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_begin"); 976 if (!status) { 977 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_begin"); 978 978 return false; 979 979 } … … 992 992 993 993 { 994 psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_ exp_end");995 if (!status) { 996 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_ exp_end");994 psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_end"); 995 if (!status) { 996 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_end"); 997 997 return false; 998 998 } -
trunk/ippTools/src/dettoolConfig.c
r9957 r9966 154 154 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_use_end", 0, 155 155 "end of detrend run applicable peroid", NULL); 156 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_ exp_begin",0,156 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_begin", 0, 157 157 "filter input detrun exp to be in this peroid", NULL); 158 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_ exp_end",0,158 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_end", 0, 159 159 "filter input detrun exp to be in this peroid", NULL); 160 psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple", 0,160 psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple", 0, 161 161 "use the simple output format", false); 162 162
Note:
See TracChangeset
for help on using the changeset viewer.
