Download this file

OBJECT            = COLUMN
   NAME           = START_INDEX
   COLUMN_NUMBER  = 1
   BYTES          = 14
   DATA_TYPE      = ASCII_INTEGER
   START_BYTE     = 1
   DESCRIPTION    = "Unique identifier 
             for the start of 
             the current sample 
             range." 
END_OBJECT        = COLUMN

OBJECT            = COLUMN
   NAME           = STOP_INDEX
   COLUMN_NUMBER  = 2
   BYTES          = 14
   DATA_TYPE      = ASCII_INTEGER
   START_BYTE     = 15
   UNIT           = SECOND
   DESCRIPTION    = "Unique identifier
             for the end of the
             current sample range" 
END_OBJECT        = COLUMN

OBJECT            = COLUMN
   NAME           = START_MET
   COLUMN_NUMBER  = 3
   BYTES          = 14
   DATA_TYPE      = ASCII_REAL
   START_BYTE     = 29
   DESCRIPTION    = "Mission Elapsed Time
             at the beginning of
             the accumulation." 
END_OBJECT        = COLUMN

OBJECT            = COLUMN
   NAME           = STOP_MET
   COLUMN_NUMBER  = 4
   BYTES          = 14
   DATA_TYPE      = ASCII_REAL
   START_BYTE     = 43
   DESCRIPTION    = "Mission Elapsed Time
             at the beginning of
             the accumulation." 
END_OBJECT        = COLUMN

OBJECT            = COLUMN
   NAME           = TIME_RESL
   COLUMN_NUMBER  = 5
   BYTES          = 16
   DATA_TYPE      = CHARACTER
   START_BYTE     = 57
   DESCRIPTION    = "Time resolution label." 
END_OBJECT        = COLUMN

OBJECT            = COLUMN
   NAME           = ION
   COLUMN_NUMBER  = 6
   BYTES          = 16
   DATA_TYPE      = CHARACTER
   START_BYTE     = 73
   DESCRIPTION    = "Ion or ion group label." 
END_OBJECT        = COLUMN

OBJECT            = COLUMN
   NAME           = FLUX
   COLUMN_NUMBER  = 7
   BYTES          = 9072
   ITEMS          = 648
   ITEM_BYTES     = 14
   DATA_TYPE      = ASCII_REAL
   UNIT       = "(cm^2 s keV/keV sr)^-1"
   START_BYTE     = 89
   DESCRIPTION    = "2D matrix (MSO lat, MSO lon)
             that defines ion flux. Each
             dimension is separated into 10 
             degree bins. Latitude range: 
             -90, 90 inclusive. Logitude
             range: -180, 180. Matrix is 
             ordered by sequential 36 element
             longitude vectors (elements 0-35 
             are latitude -90, longitude -180
             to 180). Each flux vector can be 
             constructed by multiplying the 
             cell value (magnitude) by the 
             cell normal vector (direction). 
             Each cell normal points away from 
             the center of the unit sphere." 
END_OBJECT        = COLUMN