Difference between revisions of "Scanning Beams"
(→Note on the file format) |
(→HFI Beams) |
||
(39 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:2015 Scanning beams}} | ||
+ | == LFI beams == | ||
+ | Maps are released 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 parameter maps contain the complete information about the field intensity and polarization properties. The Main Beam, Intermediate Beam, and Sidelobes are released separately. | ||
− | + | More information on LFI beams can be found in {{PlanckPapers|planck2014-a05}} and on HFI beams in {{PlanckPapers|planck2014-a08}} | |
− | The stokes | + | ===File Names=== |
− | The columns are | + | |
− | + | The file names are of the form | |
− | Main Beams are sampled | + | |
− | The | + | ''LFI_ScanBeam-{mb,ib,sl}_{fff}-{rrr}_R2.{nn}.stokes'', |
− | Sidelobes are sampled on the sphere. The resolution in | + | |
+ | 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, as well as one BINTABLE extension with data and with a description of the data in the header keywords. | ||
+ | The BINTABLE extension consist of four columns, each containing the array of one Stokes parameter. | ||
+ | The columns are: | ||
+ | * "Beamdata", containing <i>I</i>; | ||
+ | * "BeamdataQ", containing <i>Q</i>; | ||
+ | * "BeamdataU", containing <i>U</i>; | ||
+ | * "BeamdataV", containing <i>V</i>. | ||
+ | |||
+ | The Main Beam, Intermediate Beams, and Sidelobes are saved with a different data format, as described below. | ||
+ | |||
+ | * Main Beams are projected onto the tangent plane to the sphere, and sampled on a grid. The grid includes 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 a sequence of the <i>N<sub>x</sub></i>×<i>N<sub>y</sub></i> 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 intersects 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>I</i> || | ||
+ | |- | ||
+ | |BEAMDATAQ || Real*4 || None || Stokes parameter <i>Q</i> || | ||
+ | |- | ||
+ | |BEAMDATAU || Real*4 || None || Stokes parameter <i>U</i> || | ||
+ | |- | ||
+ | |BEAMDATAV || Real*4 || None || Stokes parameter <i>V</i> || | ||
+ | |||
+ | |- bgcolor="ffdead" | ||
+ | |||
+ | ! Keyword || Data Type || Value || Description || Comment | ||
+ | |- | ||
+ | |Nx || Int || 601 || Number of <i>x</i>-axis samples || <i>x</i> axis aligned with the direction of the "S" arm | ||
+ | |- | ||
+ | |Ny || Int || 601 || Number of <i>y</i>-axis samples || <i>y</i> axis aligned with the direction of the "M" arm | ||
+ | |- | ||
+ | |Xcentre || Int || 301 || <i>x</i> coordinate of the beam centre || | ||
+ | |- | ||
+ | |Ycentre || Int || 301 || <i>y</i> coordinate of the beam centre || | ||
+ | |- | ||
+ | |Xdelta || Float || || <i>x</i> step in radians || | ||
+ | |- | ||
+ | |Ydelta || Float || || <i>y</i> step in radians || | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | * Intermediate Beams and Sidelobes are sampled on the sphere. The resolution in θ and φ are given by the keywords "Ntheta" and "Nphi". The columns of the BINDATA extension contain the sequence of Nphi Stokes parameters for each θ. | ||
+ | |||
+ | {| 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>I</i> || | ||
+ | |- | ||
+ | |BEAMDATAQ || Real*4 || None || Stokes parameter <i>Q</i> || | ||
+ | |- | ||
+ | |BEAMDATAU || Real*4 || None || Stokes parameter <i>U</i> || | ||
+ | |- | ||
+ | |BEAMDATAV || Real*4 || None || Stokes parameter <i>V</i> || | ||
+ | |||
+ | |- bgcolor="ffdead" | ||
+ | |||
+ | ! Keyword || Data Type || Value || Description || Comment | ||
+ | |- | ||
+ | |Ntheta || Int || || Number of θ samples || Colatitude | ||
+ | |- | ||
+ | |Nphi || Int || || Number of φ samples || Longitude | ||
+ | |- | ||
+ | |Mintheta || Float || || Minimum value of θ || | ||
+ | |- | ||
+ | |Maxtheta || Float || || Maximum value of θ || | ||
+ | |- | ||
+ | |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 S/N 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 using 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 6001×6001 pixels of size 2arcsec×2arcsec (given in the "DELTAX" and "DELTAY" keywords), centred on pixel 3001,3001, and normalized to 1 at the maximum, where "X" and "Y" and are in the Dxx reference system. | ||
+ | |||
+ | == References == | ||
+ | <References /> |
Latest revision as of 00:02, 22 March 2018
LFI beams[edit]
Maps are released 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 parameter maps contain the complete information about the field intensity and polarization properties. The Main Beam, Intermediate Beam, and Sidelobes are released separately.
More information on LFI beams can be found in Planck-2015-A04[1] and on HFI beams in 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, as well as one BINTABLE extension with data and with a description of the data in the header keywords. The BINTABLE extension consist of four columns, each containing the array of one Stokes parameter. The columns are:
- "Beamdata", containing I;
- "BeamdataQ", containing Q;
- "BeamdataU", containing U;
- "BeamdataV", containing V.
The Main Beam, Intermediate Beams, and Sidelobes are saved with a different data format, as described below.
- Main Beams are projected onto the tangent plane to the sphere, and sampled on a grid. The grid includes 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 a sequence of the Nx×Ny 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 intersects the tangent plane).
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 | Number of x-axis samples | x axis aligned with the direction of the "S" arm |
Ny | Int | 601 | Number of y-axis samples | 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 θ and φ are given by the keywords "Ntheta" and "Nphi". The columns of the BINDATA extension contain the sequence of Nphi Stokes parameters for each θ.
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 | Number of θ samples | Colatitude | |
Nphi | Int | Number of φ samples | Longitude | |
Mintheta | Float | Minimum value of θ | ||
Maxtheta | Float | Maximum value of θ | ||
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 S/N 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.
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 6001×6001 pixels of size 2arcsec×2arcsec (given in the "DELTAX" and "DELTAY" keywords), centred on pixel 3001,3001, and normalized to 1 at the maximum, where "X" and "Y" and are in the Dxx reference system.
References[edit]
- ↑ Planck 2015 results. IV. LFI beams and window functions, Planck Collaboration, 2016, A&A, 594, A4.
- ↑ 2.02.1 Planck 2015 results. VII. High Frequency Instrument data processing: Time-ordered information and beam processing, Planck Collaboration, 2016, A&A, 594, A7.
(Planck) Low Frequency Instrument
(Planck) High Frequency Instrument
Flexible Image Transfer Specification