/* The key word "MISSING_CONSTANT" indicates a data value which represents*/ /* missing or bad data (i.e. the data flag value) for the column. */ OBJECT = COLUMN NAME = "TIME" COLUMN_NUMBER = 1 UNIT = "SECONDS" DATA_TYPE = TIME START_BYTE = 1 BYTES = 24 DESCRIPTION = " Time column. This field contains time in PDS format: yyyy-mm-ddThh:mm:ss.sssZ. The individual elements of the time field can be read using the FORTRAN format statement (i4,4(1x,i2),1x,f6.3,1x) yr, mon, day, hr, min, sec." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "BR" COLUMN_NUMBER = 2 UNIT = "nanoTesla" DATA_TYPE = ASCII_REAL START_BYTE = 26 BYTES = 9 MISSING_CONSTANT = -9999.999 DESCRIPTION = " Column contains radial (Jupiter to spacecraft) component of the magnetic field vector in units of nanoTelsa (nT)." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "BTHETA" COLUMN_NUMBER = 3 UNIT = "nanoTesla" DATA_TYPE = ASCII_REAL START_BYTE = 36 BYTES = 9 MISSING_CONSTANT = -9999.999 DESCRIPTION = " Column contains the North/South (system III) component of the magnetic field vector (positive southward). Units are nanoTelsa (nT)." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "BPHI" COLUMN_NUMBER = 4 UNIT = "nanoTesla" DATA_TYPE = ASCII_REAL START_BYTE = 46 BYTES = 9 MISSING_CONSTANT = -9999.999 DESCRIPTION = " Column contains the azimuthal (system III) component of the magnetic field vector (positive eastward). Units are nanoTesla (nT)." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "BMAG" COLUMN_NUMBER = 5 UNIT = "nanoTesla" DATA_TYPE = ASCII_REAL START_BYTE = 56 BYTES = 9 MISSING_CONSTANT = -9999.999 DESCRIPTION = " Column contains average of the magnetic field magnitude." END_OBJECT = COLUMN