Difference between revisions of "Pre-processing"

From Planck Legacy Archive Wiki
Jump to: navigation, search
(Statistics on the telemetry data)
(Statistics on the telemetry data)
Line 73: Line 73:
 
! - !! Nominal mission<sup>(1)</sup> !! Full mission<sup>(1)</sup> !! From launch to the end of full mission<sup>(1)</sup>
 
! - !! Nominal mission<sup>(1)</sup> !! Full mission<sup>(1)</sup> !! From launch to the end of full mission<sup>(1)</sup>
 
|-
 
|-
!Duration
+
!align="left"|Duration
 
|align="center"|473 days ||align="center"|884 days || align="center"|974 days  
 
|align="center"|473 days ||align="center"|884 days || align="center"|974 days  
 
|-
 
|-

Revision as of 10:36, 22 October 2012

Overview[edit]

In terms of data processing, the HFI ground segment handles two types of data, both made available via the MOC:

  • telemetry data transmitted from the satellite. These come from the different subsystems of the satellite service module, from the sorption cooler and from the two instruments.
  • auxiliary data. These are data produced by MOC. The only 3 products used by the HFI DPC are the pointing data, the orbit data, and the time correlation data.

All data are retrieved by the HFI level 1 software and stored in the HFI database.

Telemetry data[edit]

The digitized data from the satellite are assembled on board in packets according to the ESA Packet Telemetry Standard and Packet Telecommand Standard, the CCSDS Packet Telemetry recommendations and the ESA Packet Utilization Standard.The packets are dumped to the ground during the Daily Tranmission Control Period, consolidated by and stored at MOC. Telemetry data contain the housekeeping data and the bolometer (ie science) data.

Housekeeping data[edit]

For several reasons (systems monitoring, potential impact of the environment, understanding of the bolometer data), the HFI level 1 software gathers and stores in its database the satellite subsystems housekeeping parameters:

  • Command and Data Management System
  • Attitude Control & Measurement Subsystem
  • Thermal Control System
  • Sorption Cooler System
  • HFI housekeeping parameters

The structure and the frequency of the packets built by these subsystems and the format of the house keeping parameters are described in the Mission Information Bases [refer to an hypothetical MIB section under MOC responsibility]. The HFI L1 software uses these MIBs to extract the house keeping parameters from the packets. Given the status of each subsystem, the parameters are gathered in the HFI database in groups. The HFI L1 software builds in each group a vector of time (usually named TIMESEC) and a single vector per housekeeping parameter.

Bolometer data[edit]

The HFI science data is retrieved and reconstructed as described in section 3.1 of Planck early paper VI .

On board, the signal from the 72 HFI channels is sampled at 180.4Hz by the Read-out Electronic Unit. 254 samples per channel are grouped into a compression slice. The Data Processing Unit then builds a set of several telemetry packets containing the compression slice data and adds to the first packet the start time of the compression slice. When receiving this set of telemetry packets, the L1 software extracts the 72 × 254 samples and computes the time of each sample based on the compression slice start time (digitized with 2−16 s = 15.26 μs quantization steps) and a mean sample time between samples. For the nominal instrument configuration, the sample integration time is measured to be Tsamp = 5.54404 ms

The two plots show the histogram of time differences between two successive samples for the full mission. 6 samples intervals ( > 6 ms) correspond to 3 occurences of packets lost on board when the on board sofwtare of the Command and Data Management Unit has been patched (18, 19 and 20th of August 2009). The right plot is a blow up of the left one. It shows the distribution around the mean value of 5,54 ms and the 15 μs quantization step.

HFI 4 4 1 deltatos.png
HFI 4 4 1 deltatoszoom.png

Transfer functions[edit]

In order to ease the reading data in the HFI database, so called transfer functions are created. They allow software items to read data on which functions are applied on the fly. A simple example of a transfer function is the conversion of a thermometer data in Analogic to Digital Units (ADU) to Kelvins. Here we show the 2 transfer functions applied on the bolometer samples in the data processing pipelines:


From raw signal to non demodulated signal in Volts (transf1_nodemod)


[math]HFI\_Signal\_{N\!D}\_V_{bc} = \dfrac{\dfrac{HFI{\_C}_{bc}}{N_{sample} - Nblanck_{bc}}- offset_{bc}}{F1_{bc}} \times \dfrac{Gamp_{ETAL}}{Gamp_{bc}} [/math]

where:

  • [math]bc[/math] refers to a bolometer usually labelled by its electronic belt and channel. Eg. bc=00 refers to the a part of the first 100 GHz Polarized Sentivite Bolometer.
  • [math]HFI\_Signal\_V_{bc}[/math] is the bolometer signal in Volts
  • [math]HFI{\_C}_{bc}[/math] is the bolometer sample in Analogic Digital Units (ADU)
  • [math]N_{sample}[/math] is the number of samples in half a modulation period. This parameter is common to all bolometer channels and - although kept fixed during the whole mission - is read from the housekeeping parameter. [math]N_{sample}[/math] is equal to 40.
  • [math]Nblanck_{bc}[/math] is the number of samples suppressed at the beginning oft each half modulation period. Although kept fixed during the whole mission, it is read from the housekeeping parameter. For bc=00, [math]Gamp_{ETAL}[/math] is equal to 1.
  • [math]F1_{bc}[/math] is a calibration factor. For bc=00, [math]F1_{00} \simeq 1.8 10^7[/math].
  • [math]offset_{bc}[/math] is close to 32768
  • [math]Gamp_{ETAL}[/math] is the gain amplifier mesured during the calibration phase. For bc=00, [math]Gamp_{ETAL}[/math] is equal to 1.
  • [math]Gamp_{bc}[/math] is the current gain amplifier. Although kept fixed during the whole mission, it is read from the housekeeping parameter. For bc=00, [math]Gamp_{00}[/math] is equal to 1.


From raw signal to demodulated signal in Volts (transf1)


The same formula as above is used but with the demodulation and a 3-point filter computed as:

[math]HFI\_Signal\_V (n) = - \tfrac{1}{4} (-1)^{parity_{n-1}} HFI\_Signal\_{N\!D} (n-1) + \tfrac{1}{2} (-1)^{parity_{n}} HFI\_Signal\_{N\!D} (n) - \tfrac{1}{4} (-1)^{parity_{n+1}} HFI\_Signal\_{N\!D} (n+1)[/math]

where:

  • [math]n-1[/math], and [math]n+1[/math] refer to the samples before and after the given [math]n[/math] sample to demodulate
  • [math]parity[/math] is computed by the HFI L1 software


Statistics on the telemetry data[edit]

The table gives some statistics about the data handled at the pre-processing level:

- Nominal mission(1) Full mission(1) From launch to the end of full mission(1)
Duration 473 days 884 days 974 days
Number of HFI packets generated onboard (HSK/science)(2)
Number of HFI packets lost on board (HSK/science) 2 / 20 2 / 20 2 / 20
Number of HFI packets lost on ground (HSK/science) 0 / 0 0 / 0 0 / 0
Number of retreived HFI packets (HSK/science)
Number of science samples stored in the database 530 632 594 653 991 929 524 565 1 090 125 748 960
Number of missing science samples 17 050 65 310 7 521 758 (3)
Number of different housekeeping parameters stored in the database (HFI/SCS/sat) 3174 / 708 / 12390
  • (1) : mission periods are defined in this page.
  • (2) : science packets refer to the number of telemetry packets containing bolometer data when the instrument is in observation mode (Application Program Identifier = 1412). HSK packets refer to the number of HFI non essential housekeeping telemetry packets (Application Program Identifier = 1410).
  • (3) : this amount of lost bolometer samples lost is essentially due to tests made during the CPV phase and aren't part of the surveys.

Pointing data[edit]

The pointing data are built by the MOC Flight Dynamics team. The pointing data are made available to the DPC via AHF files. See AHF description document and [refer to the PLA AHF folders] AHF files repository. All data contained in the AHF files are ingested in the HFI database. The present section describes the steps to produce the HFI pointing solution.

  • During the stable pointing period (ie during the dwell), data sampling rate is given at 8 Hz while it is at 4 Hz during the satellite slews. Those data are thus interpolated to the bolometer sampling rate using a sphericallinear interpolation as described in section 3.4 of of Planck early paper VI .
  • The pointing solution is then amended from the wobble effect as delivered by MOC Flight Dynamics in the AHF files.
  • A final correction is then applied based on the study of main planets and point sources seen by the bolometers.


Note HFI ring : a ring corresponds to a duration during each stable pointing period, when the spin axis is pointing towards an essentially fixed direction in the sky and the detectors repeatedly scan the same circle on the sky. More precisely the HFI ring start time is defined as the time of the first thurster firing. The end time of the HFI ring is the start time of the following ring.


ring duration


The plot shows the evolution of the ring duration along the whole mission. It mainly reflects the scanning strategy and few long rings due to operational constraints or tests.



Orbit data[edit]

Satellite orbit velocity is built by the MOC Flight Dynamics team and made available to the HFI DPC via orbit files. See Orbit description document and [refer to the PLA orbit files folders] orbit files repository. As those orbit files contain both effective and predictive data, they are regularly ingested updated in the HFI database.
Note: these same data are also ingested in parallel into the NASA JPL Horizons system (http://ssd.jpl.nasa.gov/) under ESA’s responsibility.

The satellite orbit data preprocessing is the following.

  • The sampling of the MOC provided orbit velocity data is appromximately 1 every 5 mn. These data are interpolated to the time of the middle of the HFI rings.
  • The reference frame of the orbit data is translated from the MOC given Earth Mean Equator and Equinox J2000 (EME2000) reference frame to the ecliptic reference frame in cartesian coordinates.
  • The earth velocity provided by the NASA JPL Horizons system (http://ssd.jpl.nasa.gov/) is interpolated to the time of the middle of the HFI rings. It is then added to the satellite velocity data.

The use of the satellite orbit velocity is three-fold:

  1. computation of the CMB orbital dipole (see calibration section)
  2. computation of th positions of solar system objects (see data masking section)
  3. computation of the abberation correction.


Time correlation data[edit]

The MOC is responsible for providing information about the relationship between the satellite On Board Time (OBT) and Universal Coded Time (UTC) [refer to a hypothetical Time Management section]. This information comes via several measurements of OBT and UTC pairs each day, measured during the satellite ranging. See Time Correlation document and [refer to the PLA TCO folders] Time Correlation files repository.

OBT-UTC correlation data


The plot shows the (OBT, UTC) data couples provided by MOC since Planck launch. The x axis is in number of days since the 17th of May 2009 while the y axis is the difference of OBT and UTC in seconds. The very slow drift is approximately 0.05 seconds per day. The small wiggles are due to the satellite global temperature trends due to its orbit and distance to the sun. Note: The extra couple on the 1st of June 2010 is not significant and due to a misconfiguration of the ground station parameters.

An order 3 polynomial is then fitted to the data. As the whole HFI data management and processing uses OBT, the OBT-UTC information is only used when importing orbit data from Horizons.

(Planck) High Frequency Instrument

[ESA's] Mission Operation Center [Darmstadt, Germany]

Data Processing Center

European Space Agency

House-Keeping data

Sorption Cooler Subsystem (Planck)

Calibration and Performance Verification

Attitude History File

Planck Legacy Archive

Cosmic Microwave background

On-Board Time

Universal Time Coordinate(d)