next up previous contents
Next: 3.6 CDFinquire Up: 3.5 CDFstats Previous: Example(s):

3.5.3 Output from the CDFstats Program

 

The format of the output from CDFstats is as follows:

For each variable (rVariables and zVariables),

   <number>.  <name>  <n-dims>:[<dim-sizes>]  <rec-vary>/<dim-varys>  (<data-type>/<n-elems>)

                 min: <min-value>
        min in range: <min-value-in-range>
           valid min: <valid-min>, <low-values> low value(s)

                 max: <max-value>
        max in range: <max-value-in-range>
           valid max: <valid-max>, <high-values> high value(s)

          fill value: <fill-value>, <fill-values> fill value(s)

           monotonic: <monotonicity>

If range checking and/or fill value filtering is disabled, the corresponding fields will not be displayed. The fields are defined as follows:

The <monotonicity> field may take on one of the following values.

    Steady (one value)

    The variable has only one value in the CDF.

    Steady (all values the same)

    All values of the variable are the same.

    Increase

    Values strictly increase (with increasing record number/dimension index).

    Decrease

    Values strictly decrease (with increasing record number/dimension index).

    noDecrease (some values the same)

    Consecutive values either increase or are the same (with increasing record number/dimension index).

    noIncrease (some values the same)

    Consecutive values either decrease or are the same (with increasing record number/dimension index).

    False

    Consecutive values both increase and decrease.

    n/a

    The variable was not checked for monotonicity because it varies along more than one ``dimension'' (if records are considered another ``dimension'').



next up previous contents
Next: 3.6 CDFinquire Up: 3.5 CDFstats Previous: Example(s):



cdfsupport@nssdca.gsfc.nasa.gov