UDF PROGRAMMERS MANUAL

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

SYNOPSIS #include "PidfStr.h"

struct PidfFixed {

ReaL_4 Version;
ByTe_1 *Institute;
ByTe_1 *Project;
ByTe_1 *Mission;
ByTe_1 *Exper;
ByTe_1 *Inst;
ByTe_1 *Vinst;
ByTe_2 PlotTypes;
ByTe_2 DataTypes;
ByTe_2 Depends;
ByTe_2 Blocking;
ReaL_4 PhiMin;
ReaL_4 PhiMax;
ReaL_4 ThetaMin;
ReaL_4 ThetaMax;
ReaL_4 ScanMin;
ReaL_4 ScanMax;
ReaL_4 MassMin;
ReaL_4 MassMax;
ReaL_4 ChargeMin;
ReaL_4 ChargeMax;
ReaL_4 EnergyMin;
ReaL_4 EnergyMax;
ReaL_4 FreqMin;
ReaL_4 FreqMax;
ByTe_1 Cyclic;
ByTe_1 SenType;
};

FIELD DEFINITIONS

Version - The PIDF version number. (PIDF General Information block KEYWORD: version)
Institute - Suggested Experiment Institute Label. (PIDF General Information block KEYWORD: institution)
Project - The UDF Project acronym. (PIDF General Information block KEYWORD: project)
Mission - The UDF Mission acronym. (PIDF General Information block KEYWORD: mission)
Exper - The UDF Experiment acronym. (PIDF General Information block KEYWORD: experiment)
Inst - The UDF Instrument acronym. (PIDF General Information block KEYWORD: instrument)
Vinst - The UDF Sub-Instrument acronym. (PIDF General Information block KEYWORD: vinst)
PlotTypes - The suggested types of plots which are applicable to the UDF data. (PIDF General Information block KEYWORD: plot_avail_flag)
DataTypes - The types measurements defined in the PIDF. (PIDF General Information block KEYWORD: data_type_mask)
Depends - The type of dependencies associated with the sensor measurements defined in the PIDF. (PIDF General Information block KEYWORD: instrument_dep)
Blocking - Suggested method to use when positioning the file pointer into the UDF Data file. (PIDF General Information block KEYWORD: blocking)
0 - Use file_pos
1 - Use FileRecPos
PhiMin - When measurements have a phi dependency, this is the minimum phi value attained. (PIDF General Information block KEYWORD: phi_min)
PhiMax - When measurements have a phi dependency, this is the maximum phi value attained. (PIDF General Information block KEYWORD: phi_max)
ThetaMin - When measurements have a theta dependency, this is the minimum theta value attained. (PIDF General Information block KEYWORD: theta_min)
ThetaMax - When measurements have a theta dependency, this is the maximum theta value attained. (PIDF General Information block KEYWORD: theta_max)
ScanMin - When measurements have a scan dependency, this is the minimum scan value attained. (PIDF General Information block KEYWORD: scan_min)
ScanMax - When measurements have a scan dependency, this is the maximum scan value attained. (PIDF General Information block KEYWORD: scan_max)
MassMin - When measurements have a mass dependency, this is the minimum mass value attained. (PIDF General Information block KEYWORD: mass_min)
MassMax - When measurements have a mass dependency, this is the maximum mass value attained. (PIDF General Information block KEYWORD: mass_max)
ChargeMin - When measurements have a charge dependency, this is the minimum charge value attained. (PIDF General Information block KEYWORD: charge_min)
ChargeMax - When measurements have a charge dependency, this is the maximum charge value attained. (PIDF General Information block KEYWORD: charge_max)
EnergyMin - When measurements have a energy dependency, this is the minimum energy value attained. (PIDF General Information block KEYWORD: energy_min)
EnergyMax - When measurements have a energy dependency, this is the maximum energy value attained. (PIDF General Information block KEYWORD: energy_max)
FreqMin - When measurements have a frequency dependency, this is the minimum frequency value attained. (PIDF General Information block KEYWORD: freq_min)
FreqMax - When measurements have a frequency dependency, this is the maximum frequency value attained. (PIDF General Information block KEYWORD: freq_max)
Cyclic - Cyclic Flag, valid only when measurements have a phi dependency, (PIDF General Information block KEYWORD: cyclic)
0 - Phi dependency is not cyclic
1 - Phi dependency is cyclic.
SenType - The type of sensor measurements define in the UDF. This can be Scalar, Vector, or Matrix. (PIDF General Information block KEYWORD: sen_type)

DESCRIPTION This structure holds the contents of the PIDF General Information block. 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