OBJECT        = COLUMN
 NAME                 = TIME
 COLUMN_NUMBER        = 1
 DATA_TYPE            = PC_REAL
 FORMAT               = "F16.5"
 UNIT                 = SECOND
 START_BYTE           = 1
 BYTES                = 8
 DESCRIPTION          = "Time  for which geometry parameters are calculated.  Units are elapsed UTC seconds after 1-Jan-1970 (see EAICD Section 3.2.2).  "
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = GMT_STD
 COLUMN_NUMBER        = 2
 DATA_TYPE            = TIME
 FORMAT               = "A26"
 START_BYTE           = 9
 BYTES                = 26
 DESCRIPTION          = "UTC time of start of cts data collection.  Format is yyyy-mm-ddThh:mm:ss.sssssZ where the upper-case T and Z and the colons are delimiters.  yyyy is the year mm is the month dd is the day-of-month hh is the hour mm are the minutes and ss.sssss are the seconds."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SW_VERSION
 COLUMN_NUMBER        = 3
 DATA_TYPE            = PC_REAL
 FORMAT               = "F6.2"
 START_BYTE           = 35
 BYTES                = 8
 DESCRIPTION          = "Identifier for MIRO software used to generate this record."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = BS_X_ANG
 COLUMN_NUMBER        = 4
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 43
 BYTES                = 8
 DESCRIPTION          = "Angle between MIRO boresight and comet center projected on the MIRO x-axis (-360 to +360 deg with positive angles measured  counterclockwise from the x-axis towards the y-axis)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = BS_Y_ANG
 COLUMN_NUMBER        = 5
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 51
 BYTES                = 8
 DESCRIPTION          = "Angle between MIRO boresight and comet center projected on the MIRO y-axis (-360 to +360 deg with positive angles measured  counterclockwise from the y-axis towards the negative x-axis)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = BS_Z_ANG
 COLUMN_NUMBER        = 6
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 59
 BYTES                = 8
 DESCRIPTION          = "Angle between MIRO boresight and the spacecraft to comet-center line (0 to 90 degrees)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = DIST
 COLUMN_NUMBER        = 7
 DATA_TYPE            = PC_REAL
 FORMAT               = "F10.2"
 UNIT                 = KM
 START_BYTE           = 67
 BYTES                = 8
 DESCRIPTION          = "Distance between the spacecraft and comet center."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = EMI_ANG
 COLUMN_NUMBER        = 8
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 75
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Emission angle (0 to 90 deg): Angle between surface normal and MIRO boresight.  Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = FOUND_INTERSECTION
 COLUMN_NUMBER        = 9
 DATA_TYPE            = LSB_UNSIGNED_INTEGER
 FORMAT               = "I1"
 START_BYTE           = 83
 BYTES                = 2
 DESCRIPTION          = "Set to 1 when MIRO boresight intercepts shape model.  Otherwise set to 0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = LOCAL_SOLHA
 COLUMN_NUMBER        = 10
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = HOURS
 START_BYTE           = 85
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Solar hour angle (0 to 24): Angle between the plane containing the comet rotation axis and the Sun and the plane containing the rotation axis and the boresight location on the surface.  (Equivalent to solar hour angle on a spherical surface.  Compare to scene_eff_solha.)  0 is midnight and 12 is Noon.  Set to -999.00 if found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = PHASE_ANG
 COLUMN_NUMBER        = 11
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 93
 BYTES                = 8
 DESCRIPTION          = "Angle between Sun and spacecraft as measured at the comet center (-180 to 180 degrees; negative values represent local solar times between  midnight and Noon)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = PLATE_ID
 COLUMN_NUMBER        = 12
 DATA_TYPE            = LSB_INTEGER
 FORMAT               = "I7"
 START_BYTE           = 101
 BYTES                = 4
 DESCRIPTION          = "Identifier for the shape model plate at the MIRO boresight.  Set to -1 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = POL_ANG
 COLUMN_NUMBER        = 13
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 105
 BYTES                = 8
 DESCRIPTION          = "Pole angle: Angle from the Rosetta y-axis to the projection of the comet spin axis on the Rosetta xy-plane (-180 to 180 degrees positive counterclockwise from the y-axis towards the negative x-axis)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = RH
 COLUMN_NUMBER        = 14
 DATA_TYPE            = PC_REAL
 FORMAT               = "F15.11"
 UNIT                 = AU
 START_BYTE           = 113
 BYTES                = 8
 DESCRIPTION          = "Distance between the comet and the Sun in AU."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SC_ANG
 COLUMN_NUMBER        = 15
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 121
 BYTES                = 8
 DESCRIPTION          = "Angle between the Rosetta y-axis and the J2000 z-axis measured counterclockwise in the Rosetta xy-plane (-180 to 180 degrees). "
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_EFF_LAT
 COLUMN_NUMBER        = 16
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 129
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Effective latitude (-90 to 90 deg): Over the course of one comet day the smallest angle between the surface normal and the Sun. For a given spot on the surface effective latitude varies with season.  Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_EFF_LON
 COLUMN_NUMBER        = 17
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 137
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Effective east longitude (-180 to 180 deg):  The angle between the prime meridian and the surface normal projected on the equatorial plane.   Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_EFF_SOLHA
 COLUMN_NUMBER        = 18
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = HOURS
 START_BYTE           = 145
 BYTES                = 8
 DESCRIPTION          = "Effective solar hour angle (0 to 24 hours):  The angle between the plane containing the Sun and the comet rotation axis and the plane parallel to the surface normal that contains the rotation axis. 0 is Midnight"
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_LAT
 COLUMN_NUMBER        = 19
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 153
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Comet-centric latitude (-90 to 90 deg) of the boresight location on the surface.  Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_LON
 COLUMN_NUMBER        = 20
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 161
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Comet-centric eastward longitude of the boresight on the surface (-180 to 180 deg).  Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_R
 COLUMN_NUMBER        = 21
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = KM
 START_BYTE           = 169
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Distance in km between the comet center and the boreisght intersection with the surface.  Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SCENE_SOL_INC_ANGLE
 COLUMN_NUMBER        = 22
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 177
 BYTES                = 8
 INVALID_CONSTANT     = -999.00
 DESCRIPTION          = "Angle between the surface normal at the boresight location and the Sun (0 to 180 deg).  Set to -999.00 when found_intersection=0."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SHAPE_VERSION
 COLUMN_NUMBER        = 23
 DATA_TYPE            = LSB_INTEGER
 FORMAT               = "I11"
 START_BYTE           = 185
 BYTES                = 4
 DESCRIPTION          = "Identifier for shape model used. 1=shap5-v0.3; 2=shap5-v1.2; 3=Osiris_shap7_1.6; 4=OSIRIS_v_1.1."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SPICE_KERNEL_VERSION
 COLUMN_NUMBER        = 24
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 START_BYTE           = 189
 BYTES                = 8
 DESCRIPTION          = "Identifier for SPICE kernels used.  See interface document for details. "
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SSC_LAT
 COLUMN_NUMBER        = 25
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 197
 BYTES                = 8
 DESCRIPTION          = "Comet-centric latitude of the sub-spacecraft point on the nucleus (-90 to 90 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SSC_LON
 COLUMN_NUMBER        = 26
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 205
 BYTES                = 8
 DESCRIPTION          = "Comet-centric east longitude of the sub-spacecraft point on the nucleus (-180 to 180 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SSOL_LAT
 COLUMN_NUMBER        = 27
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 213
 BYTES                = 8
 DESCRIPTION          = "Comet-centric latitude of the sub-solar point on the nucleus (-90 to 90 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SSOL_LON
 COLUMN_NUMBER        = 28
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 221
 BYTES                = 8
 DESCRIPTION          = "Comet-centric east longitude of the sub-solar point on the nucleus (-180 to 180 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SUN_DEC
 COLUMN_NUMBER        = 29
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 229
 BYTES                = 8
 DESCRIPTION          = "Declination of the Sun in J2000  (-90 to 90 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = SUN_RA
 COLUMN_NUMBER        = 30
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 237
 BYTES                = 8
 DESCRIPTION          = "Right Ascension of the Sun in J2000 (-180 to 180 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = TGT_DEC
 COLUMN_NUMBER        = 31
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 245
 BYTES                = 8
 DESCRIPTION          = "Declination of the comet in J2000  (-90 to 90 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = TGT_RA
 COLUMN_NUMBER        = 32
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 253
 BYTES                = 8
 DESCRIPTION          = "Right Ascension of the comet in J2000 (0 to 360 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = VLOS
 COLUMN_NUMBER        = 33
 DATA_TYPE            = PC_REAL
 FORMAT               = "F6.2"
 UNIT                 = "KM/S"
 START_BYTE           = 261
 BYTES                = 8
 DESCRIPTION          = "Velocity in km/s of spacecraft relative to comet center projected on line-of-sight vector."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = VRAD
 COLUMN_NUMBER        = 34
 DATA_TYPE            = PC_REAL
 FORMAT               = "F6.2"
 UNIT                 = "KM/S"
 START_BYTE           = 269
 BYTES                = 8
 DESCRIPTION          = "Velocity in km/s of spacecraft relative to comet center."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = Z_DEC
 COLUMN_NUMBER        = 35
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 277
 BYTES                = 8
 DESCRIPTION          = "Declination of the spacecraft z-axis in J2000 coordinates (-90 to 90 deg)."
END_OBJECT    = COLUMN

OBJECT        = COLUMN
 NAME                 = Z_RA
 COLUMN_NUMBER        = 36
 DATA_TYPE            = PC_REAL
 FORMAT               = "F7.2"
 UNIT                 = DEG
 START_BYTE           = 285
 BYTES                = 8
 DESCRIPTION          = "Right Ascension (0 to 360 deg) of the spacecraft z-axis in J2000 coordinates."
END_OBJECT    = COLUMN