cls_analysis

Purpose:

Analyze CLS data. The cls_analysis program produces 2 result files and 1 linecount file. The 2 result files summarize fuel reading data within the specified filename.  The linecount file contains a number representing the number of lines read and processed from the source file.  

Enter:

 cls_analysis filename [-r] pt=pool_type ld=lookback_period lp=lookback_pump 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

Specify the pool type.

ld

Specify the lookback period.

lp

Specify the lookback pump.

tpi

Specify the test point ID.

gn

Specify the group name.

Example:

cls_analysis /data/cls/mydata -r pt=1 ld=3 lp=0 tpi=TP1 gn=cls_1500
cls_analysis mydata pt=1 ld=3 lp=0 tpi=TP1 gn=cls_1500

Notes:

The two result files created are:
            mydata.AV   – contains Average values of data found in mydata file
            mydata.SD   – contains Standard Deviation values of data found in mydata file

      The name of the linecount file created is:
            mydata.LineCount – contains number of lines already processed

See Also: