cls_analysis
Purpose:
-
Process a specified data file to compute statistical values for parameters, applying rules based on pool type, lookback period, and lookback pumps, and generate result files containing averages and standard deviations.
Enter:
-
cls_analysis <filename> [-r] [pt=pool_type] [ld=lookback_period] [lp=lookback_pumps] [tpi=testpoint_ID] [gn=group_name]
Where:
-
filename
Specify the path and name of the file to be processed.
-r
Optional. If specified, the entire specified filename will be processed. If omitted, new data appended to the specified filename will be processed.
pt
Optional. Specify the pool type (e.g., 1 for date-based).
ld
Optional. Specify the number of days for lookback.
lp
Optional. Specify the number of pumps for lookback.
tpi
Optional. Specify the test point ID.
gn
Optional. Specify the group name.
Example:
-
cls_analysis mydata pt=1 ld=3 lp=0 tpi=TP1 gn=cls_1500
Notes:
-
The program creates result files such as <filename>.AV for average values and <filename>.SD for standard deviation values, along with a linecount file.