Difference between revisions of "Scanning Beams"

From Planck PLA 2015 Wiki
Jump to: navigation, search
 
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:2015 Scanning Beams}}
  
We released maps of the Stokes parameters of the band-averaged scanning beams. The Stokes parameters maps contain the complete information on the field intensity and polarization properties. Main Beam, Intermediate Beam, and Sidelobes are released separately.
+
== LFI beams ==
 +
 
 +
We released maps of the Stokes parameters of the band-averaged [[Beams LFI#Polarized_Scanning_Beams_and_Focal_Plane_calibration|scanning beams]]. The averages are performed using the [[The_RIMO#LFI_2|RIMO]] bandpass, assuming a flat spectrum of the incoming radiation. The Stokes parameters maps contain the complete information about the field intensity and polarization properties. Main Beam, Intermediate Beam, and Sidelobes are released separately.
 +
 
 +
More information on LFI beams can be found at {{PlanckPapers|planck2014-a05}} and on HFI beams at {{PlanckPapers|planck2014-a08}}
 +
 
 +
===File Names===
 +
 
 +
The file names are of the form:
 +
 
 +
''LFI_ScanBeam-{mb,ib,sl}_{fff}-{rrr}_R2.{nn}.stokes''
 +
 
 +
where
 +
* ''fff'' denotes the frequency
 +
* ''mb'' denotes the Main Beams
 +
* ''ib'' denotes the Intermediate Beam
 +
* ''sl'' denotes the Sidelobes
 +
* ''rrr'' denotes the radiometer
 +
* ''R2.nn'' is the version.
 +
 
 +
 
 +
At the present time, HFI is not releasing the Scanning Beams.
 +
 
 +
===FITS file structure===
 +
The FITS files contain a primary extension with no data and a minimal header, and one BINTABLE extension with data and with a description of the data in the header keywords.
 +
The BINTABLE extension consist in four columns, each containing the array of one Stokes parameter.
 +
The columns are called:
 +
* ''Beamdata'' , containing <math>I</math>
 +
* ''BeamdataQ'', containing <math>Q</math>
 +
* ''BeamdataU'', containing <math>U</math>
 +
* ''BeamdataV'', containing <math>V</math>.
 +
 
 +
Main Beam, Intermediate Beams and Sidelobes are saved with a different data format:
 +
 
 +
* Main Beams are projected on the tangent plane to the sphere, and sampled on a grid. The grid include an angular region expressed by the keyword ''angularCut'', and its dimensions are given by the keywords ''Nx'' and ''Ny'', representing the number of columns and rows. Each column of the BINDATA extension contains the sequence of the <math>Nx \times Ny</math> samples of the map in row major order. The keywords ''Xcentre'' and ''Ycentre'' express the coordinates of the beam maximum (i.e. where the sphere intersect the tangent plane).
 +
 
 +
{| border="1" cellpadding="3" cellspacing="0" align="center" style="text-align:left" width=800px
 +
|+ '''Main Beam file structure'''
 +
 
 +
|- bgcolor="ffdead" 
 +
! Column Name || Data Type || Units || Description || Comment
 +
|-
 +
|BEAMDATA || Real*4 || none  || Stokes parameter I ||
 +
|-
 +
|BEAMDATAQ || Real*4 || none || Stokes parameter Q ||
 +
|-
 +
|BEAMDATAU || Real*4 || none || Stokes parameter U ||
 +
|-
 +
|BEAMDATAV || Real*4 || none || Stokes parameter V ||
 +
 
 +
|- bgcolor="ffdead" 
 +
 
 +
! Keyword || Data Type || Value || Description || Comment
 +
|-
 +
|Nx ||  Int || 601 || X axis samples number || X axis aligned with the direction of the S arm
 +
|-
 +
|Ny ||  Int || 601 || Y axis samples number || Y axis aligned with the direction of the M arm
 +
|-
 +
|Xcentre ||  Int || 301 || X coordinate of the beam centre ||
 +
|-
 +
|Ycentre ||  Int || 301 || Y coordinate of the beam centre ||
 +
|-
 +
|Xdelta ||  Float ||  || X step in radians ||
 +
|-
 +
|Ydelta ||  Float ||  || Y step in radians ||
 +
|}
  
===Note on the file format===
 
  
The stokes map files consist in four columns containing the stokes parameters for each sample.
 
The columns are called "Beamdata"  , "BeamdataQ", "BeamdataU" and "BeamdataV", containing respectively the <math>I</math>, <math>Q</math>, <math>U</math> and <math>V</math> Stokes parameters.
 
There are differences in the data format between the Main Beam and the near and far Sidelobes.
 
  
Main Beams are sampled with a grid map on the tangent space. The dimension of the grid is given by the keywords "Nx" and "Ny", representing the number of columns and rows of the grid map.
 
The four stokes columns contain the succession of the <math>Nx \times Ny</math> samples of the map. The keywords "Xcentre" and "Ycentre" contain the coordinates of the beam maximum.
 
 
   
 
   
Sidelobes are sampled on the sphere. The resolution in <math>\theta</math> and <math>\phi</math> is given by the  keywords "Ntheta" and  "Nphi". The columns contain the succession of Nphi Stokes parameters for each <math>\theta</math>.
+
* Intermediate Beams and Sidelobes are sampled on the sphere. The resolution in <math>\theta</math> and <math>\phi</math> is given by the  keywords "Ntheta" and  "Nphi". The columns of the BINDATA extension contain the sequence of Nphi Stokes parameters for each <math>\theta</math>.
 +
 
 +
{| border="1" cellpadding="3" cellspacing="0" align="center" style="text-align:left" width=800px
 +
|+ '''Intermediate Beam and Sidelobes file structure'''
 +
 
 +
|- bgcolor="ffdead"
 +
! Column Name || Data Type || Units || Description ||Comment
 +
|-
 +
|BEAMDATA || Real*4 || none  || Stokes parameter I ||
 +
|-
 +
|BEAMDATAQ || Real*4 || none || Stokes parameter Q ||
 +
|-
 +
|BEAMDATAU || Real*4 || none || Stokes parameter U ||
 +
|-
 +
|BEAMDATAV || Real*4 || none || Stokes parameter V ||
 +
 
 +
|- bgcolor="ffdead" 
 +
 
 +
! Keyword || Data Type || Value || Description || Comment
 +
|-
 +
|Ntheta ||  Int ||  || <math>\theta</math> samples number || colatitude
 +
|-
 +
|Nphi ||  Int ||  || <math>\phi</math> samples number || longitude
 +
|-
 +
|Mintheta ||  Float ||  || Minimum value of <math>\theta</math> ||
 +
|-
 +
|Maxtheta ||  Float ||  || Maximum value of <math>\theta</math> ||
 +
|-
 +
|angularCut ||  Float ||  || Angular cut [deg] ||
 +
 
 +
|}
 +
 
 +
== HFI Beams ==
 +
 
 +
The HFI scanning beams  are a combination of observations of Saturn, for the central parts, and Jupiter, for the wings, as described in the [[Beams | Beams]] section of this document, and in Section 4.1 of {{PlanckPapers | planck2014-a08}} on ''Hybrid beams''. Saturn data are used where they are signal-dominated; when the SNR of Saturn drops to < 9, Jupiter data are used, after binning them azimuthally. Beyond that, i.e., below the noise floor of the Jupiter data, and out to 100 arcmin, a power law (~θ<sup> -3</sup>) is used, where the exponent is derived from GRASP physical optics models.  The figure below, taken from the [[Beams#Key_Changes | Beams]] section of this document, shows graphically the different portions of the beam model.
 +
 
 +
 
 +
[[Image:HybridBeamDiagram.png|thumb|500px|center| Scanning beam map for detector 143-6 showing a rough diagram of the regions that are handled with a different
 +
data selection or binning.]]
 +
 
 +
 
 +
The beams are provided in FITS files named
 +
* ''HFI_ScanBeam_{det-name}_R2.nn.fits'',
 +
where ''det-name'' is of the form ''100-1a'', and ''nn'' is the version number. Each file contains a single ''IMAGE'' extension.  The image is 6001x6001 pixels of size 2x2 arcsec<sup>2</sup> (given in the ''DELTAX'' and ''DELTAY'' keywords), centred on pixel 3001,3001, and normalised to 1 at the maximum, where ''X'' and ''Y'' and in the Dxx reference system.
 +
 
 +
== References ==
 +
<References />

Latest revision as of 14:33, 15 April 2015


LFI beams[edit]

We released maps of the Stokes parameters of the band-averaged scanning beams. The averages are performed using the RIMO bandpass, assuming a flat spectrum of the incoming radiation. The Stokes parameters maps contain the complete information about the field intensity and polarization properties. Main Beam, Intermediate Beam, and Sidelobes are released separately.

More information on LFI beams can be found at Planck-2015-A04[1] and on HFI beams at Planck-2015-A07[2]

File Names[edit]

The file names are of the form:

LFI_ScanBeam-{mb,ib,sl}_{fff}-{rrr}_R2.{nn}.stokes

where

  • fff denotes the frequency
  • mb denotes the Main Beams
  • ib denotes the Intermediate Beam
  • sl denotes the Sidelobes
  • rrr denotes the radiometer
  • R2.nn is the version.


At the present time, HFI is not releasing the Scanning Beams.

FITS file structure[edit]

The FITS files contain a primary extension with no data and a minimal header, and one BINTABLE extension with data and with a description of the data in the header keywords. The BINTABLE extension consist in four columns, each containing the array of one Stokes parameter. The columns are called:

  • Beamdata , containing [math]I[/math]
  • BeamdataQ, containing [math]Q[/math]
  • BeamdataU, containing [math]U[/math]
  • BeamdataV, containing [math]V[/math].

Main Beam, Intermediate Beams and Sidelobes are saved with a different data format:

  • Main Beams are projected on the tangent plane to the sphere, and sampled on a grid. The grid include an angular region expressed by the keyword angularCut, and its dimensions are given by the keywords Nx and Ny, representing the number of columns and rows. Each column of the BINDATA extension contains the sequence of the [math]Nx \times Ny[/math] samples of the map in row major order. The keywords Xcentre and Ycentre express the coordinates of the beam maximum (i.e. where the sphere intersect the tangent plane).
Main Beam file structure
Column Name Data Type Units Description Comment
BEAMDATA Real*4 none Stokes parameter I
BEAMDATAQ Real*4 none Stokes parameter Q
BEAMDATAU Real*4 none Stokes parameter U
BEAMDATAV Real*4 none Stokes parameter V
Keyword Data Type Value Description Comment
Nx Int 601 X axis samples number X axis aligned with the direction of the S arm
Ny Int 601 Y axis samples number Y axis aligned with the direction of the M arm
Xcentre Int 301 X coordinate of the beam centre
Ycentre Int 301 Y coordinate of the beam centre
Xdelta Float X step in radians
Ydelta Float Y step in radians



  • Intermediate Beams and Sidelobes are sampled on the sphere. The resolution in [math]\theta[/math] and [math]\phi[/math] is given by the keywords "Ntheta" and "Nphi". The columns of the BINDATA extension contain the sequence of Nphi Stokes parameters for each [math]\theta[/math].
Intermediate Beam and Sidelobes file structure
Column Name Data Type Units Description Comment
BEAMDATA Real*4 none Stokes parameter I
BEAMDATAQ Real*4 none Stokes parameter Q
BEAMDATAU Real*4 none Stokes parameter U
BEAMDATAV Real*4 none Stokes parameter V
Keyword Data Type Value Description Comment
Ntheta Int [math]\theta[/math] samples number colatitude
Nphi Int [math]\phi[/math] samples number longitude
Mintheta Float Minimum value of [math]\theta[/math]
Maxtheta Float Maximum value of [math]\theta[/math]
angularCut Float Angular cut [deg]

HFI Beams[edit]

The HFI scanning beams are a combination of observations of Saturn, for the central parts, and Jupiter, for the wings, as described in the Beams section of this document, and in Section 4.1 of Planck-2015-A07[2] on Hybrid beams. Saturn data are used where they are signal-dominated; when the SNR of Saturn drops to < 9, Jupiter data are used, after binning them azimuthally. Beyond that, i.e., below the noise floor of the Jupiter data, and out to 100 arcmin, a power law (~θ -3) is used, where the exponent is derived from GRASP physical optics models. The figure below, taken from the Beams section of this document, shows graphically the different portions of the beam model.


Scanning beam map for detector 143-6 showing a rough diagram of the regions that are handled with a different data selection or binning.


The beams are provided in FITS files named

  • HFI_ScanBeam_{det-name}_R2.nn.fits,

where det-name is of the form 100-1a, and nn is the version number. Each file contains a single IMAGE extension. The image is 6001x6001 pixels of size 2x2 arcsec2 (given in the DELTAX and DELTAY keywords), centred on pixel 3001,3001, and normalised to 1 at the maximum, where X and Y and in the Dxx reference system.

References[edit]

(Planck) Low Frequency Instrument

(Planck) High Frequency Instrument

Flexible Image Transfer Specification