 

Header:

Line 1: Spacecraft
Line 2: Time of the first 15 minute interval in ISO 8601 format
Line 3: Time of the last 15 minute interval in ISO 8601 format
Line 4: Number of Rate bins 'b'
Lines 5 to (4+'b') describe the contents of the Rate bins

Each of these lines begins with a number that specifies the position of the quantity in the data rows. That is followed by
the Rate Mnemonic and the Rate Coincidence equation.


Data Rows:

Data lines start with ISO 8601 formatted time string that defines the start of the 15 minute interval.
The time string is followed by 'b' entries. Each entry consists of two, tab-delimited numbers as follows:


Field 1:  Rate Count (R).
Field 2:  Accumulation Time (T).

where:

          R 
Rate =   ---
          T  

Rate Error =   Rate
             ---------
              sqrt(n)

A missing measurement is represented by an entry where the Rate and uncertainty are zero.
If, for lack of coverage, no data was available for an interval, then there is no line for that interval.

So each line will have 2b+1 fields, where 'b' is the number of bins.

The measurement unit for all Rates is: COUNTS / SEC


