Public Member Functions | |
code::Time | getUTCTime () const |
bool | isUTC () const |
Public Attributes | |
StructureHeader | sh |
The size stored in here is the total size of the file. | |
YMDSTime | t |
short | swpNo |
Sweep number (1 is first sweep). | |
short | res |
Resolution specified in number of rays in a 360 sweep. | |
short | idxFirstRay |
Index of first ray from above set of rays. | |
short | rayTotalIr |
"Irtotl" number of rays (and pointers) expected in the file | |
short | rayTotalIw |
"Iwritn" Number of rays acturally in the file | |
unsigned short | angle |
Fixed angle for this sweep (binary angle). | |
short | numBitsPerBin |
Number of bits per bin for this data type. | |
unsigned short | dataType |
DataHeader type in the file: 0=extended header 1=Total power (dBZ) 2=Reflectivity (dBZ) 3=Velocity 4=Width 5=ZDR. |
code::Time SIGMET::IngestDataHeader::getUTCTime | ( | ) | const |
bool SIGMET::IngestDataHeader::isUTC | ( | ) | const |
unsigned short SIGMET::IngestDataHeader::angle |
Fixed angle for this sweep (binary angle).
unsigned short SIGMET::IngestDataHeader::dataType |
DataHeader type in the file: 0=extended header 1=Total power (dBZ) 2=Reflectivity (dBZ) 3=Velocity 4=Width 5=ZDR.
Index of first ray from above set of rays.
Number of bits per bin for this data type.
"Irtotl" number of rays (and pointers) expected in the file
"Iwritn" Number of rays acturally in the file
Resolution specified in number of rays in a 360 sweep.
The size stored in here is the total size of the file.
That is 76 + 4*Irttl + Iwritn * raysize.
Sweep number (1 is first sweep).