data.edit.corr.psap_flow

data.edit.corr.psap_flow applies the necessary corrections to account for a change in the PSAP flow calibration. Note that the input calibration can only be second order (no higher).

data.edit.corr.psap_flow can operate as either an independent filter (provided the correct input is given) or as part of the correction chain

Command Line Usage

data.edit.corr.psap_flow [--input=A11] --old=x0,x1,x2 --new=x0,x1,...

Arguments

--input=A11

Specify what instrument/record to use as the input, instead of trying to match what's available. Required if the input stream is ambiguous.

--old=x0,x1,x2

Set the “old” calibration on the input data. flow = x0 + raw * x1 + raw2 * x2

--new=x0,x1,...

Specify the new calibration to change to. flow = x0 + raw * x1 … + rawN * xN

Example Usage

data.get sgp A11a,A11m 2008:10 2008:11 | data.edit.corr.psap_flow --old=0.054,1.04,0.03 --new=0.1,1.90