UDF PROGRAMMERS MANUAL

PidfBin (2S) UDF PROGRAMMERS MANUAL PidfBin (2S)
NAME Pidf

SYNOPSIS #include "PidfStr.h"

struct PidfBin {

ByTe_2 Method;
ByTe_2 Sca;
ReaL_4 Min;
ReaL_4 Max;
ByTe_4 NBins;
};

FIELD DEFINITIONS

Method - Method to use when creating the scan bins. (PIDF Scan Binning block KEYWORD: method)
Sca - Scaling to use between bin centers. 1 is linear scaling, 2 is log scaling. (PIDF Scan Binning block KEYWORD: bin_scaling)
Min - The center value of the first scan bin. (PIDF Scan Bin block KEYWORD: min)
Max - The center value of the last scan bin. (PIDF Scan Bin block KEYWORD: max)
NBins - The total number of bins to create. (PIDF Scan Bin block KEYWORD: num_bins)

DESCRIPTION This structure holds one instance of a PIDF Scan Binning definition. Its contents are filled in by the ReadPidf() routine.

APPLICABLE FORMATS PIDF V2.0

SEE ALSO PidfRets(2H) ReadPidf (2) Pidf (2S)

PIDF V2.0 August 30, 1999 PIDF V2.0

TOC HOME