Field Name Length (bits) Bit Contents Description
Item Total Algn Off
dataCcBiasMap 1251212512 32 0 telemetry Packet Portion of a Continuous Clocking Bias Map from one FEP (see table 36, swreq Rev. I)
  header 6464 32 0 telemetry Header Telemetry Packet Header
    synch 3232 32 0 uint32 = 0x736f4166 This field delimits the start of a telemetry packet.
    telemetryLength 1010 1 32 uint10 = 391 This field indicates the total number of 32-bit words in the telemetry packet
    formatTag 66 1 42 uint6 = 32 This field identifies the content of the telemetry packet [see enum TlmFormatTag]: TTAG_SCI_CC_BIAS
    sequenceNumber 1616 1 48 uint16 This field is the sequence number of the telemetry packet
  biasStartTime 3232 32 64 uint32 Science timestamp counter value at start of bias computation
  biasParameterId 3232 32 96 uint32 Bias Run's Parameter Block's Identifier field
  ccdId 44 1 128 uint4 Identify which CCD produced the data [see enum CcdId]
  fepId 33 1 132 uint3 Identify which FEP computed the data [see enum FepId]
  initialOverclocks[4] 1664 16 144 uint16 Output node initial overclock values added to pixel map values (in Full/Diag Mode, ordered by node [A, B, C, D]. In AC mode, [A, C, x, x] and in BD Mode, [B, D, x, x])
  data[1024] 1212288 32 224 pixel PulseHeight Array of 12-bit bias values, one for each column bias value. Indexed linearly starting from column 0.
    value 1212 1 224+
12*j
uint12 This represents the pulse height of a single pixel

Definition of variables
i
j the index of an element in the data array [0 < j < 1024]