OGIP Calibration Memo CAL/GEN/92-027

THE OGIP FORMAT FOR 2-D (IMAGE) POINT SPREAD FUNCTION DATASETS
Ian M George & Rehana Yusaf
Mail Code 668,
NASA/GSFC,
Greenbelt,
MD 20771.


Version: 1995 Jan 19





SUMMARY

Ths document describes the standard formats adopted by the OGIP for the storage of the 2-diemnsional Point Spread Function (2DPSF) datasets.
Intended audience: primarily OGIP programmers & hardware teams.
Log of Significant Changes
Release Sections Changed Brief Notes
Date
1992 Jul 24 First Draft (within memo CAL/GEN/92-003)
1993 Oct 03 All Separation from CAL/GEN/92-003
1994 Jan 12 All Revised & added HDUCLASn info
1995 Jan 25 All Made compatible with LaTeX2HTML software
2004 Apr 01 All Made compatible with tth

RELATED DOCUMENTATION

The following documents may also be of use:

1  Introduction

Within the OGIP caldb the term "Point Spread Function" (PSF) is used to refer to the spatial/angular spreading of incident photons from a point source caused by the instrument (detector and/or mirror). In the most common and simple case, imperfections in the surface smoothness and shape of the mirrors result in incident photons from cosmic sources not being perfectly focussed on the focal plane. Thus the number of events detected as a function of position in the focal plane is not the idealized δ-function at the expected position, but has a characteristic shape (depending upon the optics and detectors in use) with a finite "width". More generally, the PSF also can include spreading of events due to "geometrical" effects (eg obscuring structures, the detector surface not laying exactly on the focal plane, including coma), and effects within the detector (eg lateral charge-cloud drift in gas experiments), etc.
Thus, generally a point-source at infinity gives rise to a 2-dimensional image of finite size. Within the the OGIP caldb such a dataset is refered to as a 2DPSF, and it is the FITS file format for such calibration datasets which are described here. The corresponding file formats for the analogous 1-dimensional calibration datasets (based upon azimuthally averaged values of a 2DPSF, centred on the theoretical point of focus based on an idealized optical path) are described in CAL/GEN/92-020 (George & Yusaf).

1.1  Storage Options

... section incomplete

1.2  Dataset Origins & Storage Recommendations

... section incomplete
General
... section incomplete
Pre-launch
Post-launch

1.3  Dataset vs Task Summary

... section incomplete

1.4  Software Considerations

... section incomplete
Data Files:
... section incomplete
Virtual Files:
... section incomplete

1.5  Relationships to Other Calibration Datasets

... section incomplete

2  2DPSF Data File Formats

The OGIP FITS Working Group (OFWG) Header-Data Unit (HDU) keywords and values for this type of dataset are: These are valid for all datasets described in this section, and should be present in the header of the extension containing the 2DPSF dataset.

2.1  Summary of 2DPSF file formats versions

The following versions of file formats for a 2DPSF dataset have been defined:

2.2  The PSF Extension (HDUVERS = '1.0.0')

Description:
A 2-dimensional array either in the Primary FITS array or in an IMAGE extension.
Extension Header
Beyond the standard FITS keywords required, and the HDU keywords/values given in Section 2, the following keywords/values are mandatory:
and the following keywords/values are mandatory for CIF purposes ONLY if the dataset is ever to be included as a calibration file within the OGIP caldb (see CAL/GEN/92-011; George, Zellar & Pence 1992):,
Data Format:
A 2-dimensional array either in the Primary FITS array or in an IMAGE extension.
Points to Note & Conventions

3  Example FITS headers

Here we give an example of keywords used for a number of PSF images already in the calibration database.

3.1  ASCA

Example 1
A 2DPSF dataset given in detector coordinates, constructed from observations, background subtracted, valid over a restricted energy range (1.0-2.0 keV) and at specified position in the focal plane (off-axis angle θ = 6.0 arcmin, azimuthal angle φ = 9.0°), stored in the Primary array.
SIMPLE  =                    T / file does conform to FITS standard
BITPIX  =                  -32 / number of bits per data pixel
NAXIS   =                    2 / number of data axes
NAXIS1  =                   63 / length of data axis   1
NAXIS2  =                   63 / length of data axis   2
EXTEND  =                    T / FITS dataset may contain extensions
COMMENT   FITS (Flexible Image Transport System) format defined in Astronomy and
COMMENT   Astrophysics Supplement Series v44/p363, v44/p371, v73/p359, v73/p365.
COMMENT   Contact the NASA Science Office of Standards and Technology for the
COMMENT   FITS Definition document #100 and other FITS information.
CTYPE1  = 'DETX    '           / GIS detector coordinate system
CTYPE2  = 'DETY    '           / GIS detector coordinate system
CUNIT1  = 'pixel   '           / GIS detector pixels (0.2456 arcmin)
CUNIT2  = 'pixel   '           / GIS detector pixels (0.2456 arcmin)
CRPIX1  =           2.8500E+01 / X axis reference pixel
CRPIX2  =           3.3500E+01 / Y axis reference pixel
CRVAL1  =           1.2850E+02 / coord of X ref pixel
CRVAL2  =           1.2850E+02 / coord of Y ref pixel
CDELT1  =           4.0000E+00 / X axis increment
CDELT2  =           4.0000E+00 / Y axis increment
HDUCLASS= 'OGIP    '           / Extension is OGIP defined
HDUDOC  = 'CAL/GEN/92-020'     / Document containing extension definition
HDUVERS = '1.0.0   '           / Version number of OGIP definition
HDUCLAS1= 'IMAGE   '           / Extension is an image
HDUCLAS2= 'PSF     '           / Extension is a PSF
HDUCLAS3= 'OBSERVED'           / Extension is observed data
HDUCLAS4= 'NET     '           / Extension is background-subtracted
TELESCOP= 'ASCA    '           / Satellite
INSTRUME= 'XRT     '           / Instrument
FILTER  = 'NONE    '           / Filter
CDTP0001= 'DATA    '           / Type of calibration
CCNM0001= '2D_PSF  '           /
CDES0001= 'Smoothed XRT PSF for theta= 6.0 arcmin, phi= 9.0 deg and E= 1- 2 keV'
BACKGRND=              0.0E+00 / background count/pixel
ENERG_LO=              1.0E+00 / min energy used for PSF
ENERG_HI=              2.0E+00 / max energy used for PSF
SUMRCTS =         1.132884E+00 / total counts in image
CBD10001= 'ENERGY( 1- 2)keV'   / Energy range for PSF
CBD20001= 'THETA( 6.0)arcmin'  / Distance from optical axis for PSF
CBD30001= 'PHI( 9.0)deg'       / Azimuthal angle for PSF
COMMENT   GIS images are smoothed before binning with a position-independent
COMMENT   Gaussian with sigma = 0.85,1.35,1.51,1.54,1.64,1.67,1.66,1.60,1.46,
COMMENT   1.18 GIS pixels for the 10 energy bands, respectively, and have
COMMENT   the final resolution of sigma=0.5 arcmin in all energy bands. This
COMMENT   is done to compensate for the GIS energy-dependent detector resolution
CCLS0001= 'BCF     '           / Basic Calibration File
END

Example 2
As for example 1, except stored as a FITS IMAGE extension (and for this eaxmple, a different energy range).
XTENSION= 'IMAGE   '           / IMAGE extension
BITPIX  =                  -32 / number of bits per data pixel
NAXIS   =                    2 / number of data axes
NAXIS1  =                   63 / length of data axis   1
NAXIS2  =                   63 / length of data axis   2
PCOUNT  =                    0 / number of random group parameters
GCOUNT  =                    1 / number of random groups
CTYPE1  = 'DETX    '           / GIS detector coordinate system
CTYPE2  = 'DETY    '           / GIS detector coordinate system
CUNIT1  = 'pixel   '           / GIS detector pixels (0.2456 arcmin)
CUNIT2  = 'pixel   '           / GIS detector pixels (0.2456 arcmin)
CRPIX1  =           2.8500E+01 / X axis reference pixel
CRPIX2  =           3.3500E+01 / Y axis reference pixel
CRVAL1  =           1.2850E+02 / coord of X ref pixel
CRVAL2  =           1.2850E+02 / coord of Y ref pixel
CDELT1  =           4.0000E+00 / X axis increment
CDELT2  =           4.0000E+00 / Y axis increment
HDUCLASS= 'OGIP    '           / Extension is OGIP defined
HDUDOC  = 'CAL/GEN/92-020'     / Document containing extension definition
HDUVERS = '1.0.0   '           / Version number of OGIP definition
HDUCLAS1= 'IMAGE   '           / Extension is an image
HDUCLAS2= 'PSF     '           / Extension is a PSF
HDUCLAS3= 'OBSERVED'           / Extension is observed data
HDUCLAS4= 'NET     '           / Extension is background-subtracted
TELESCOP= 'ASCA    '           / Satellite
INSTRUME= 'XRT     '           / Instrument
FILTER  = 'NONE    '           / Filter
CDTP0001= 'DATA    '           / Type of calibration
CCNM0001= '2D_PSF  '           /
CDES0001= 'Smoothed XRT PSF for theta= 6.0 arcmin, phi= 9.0 deg and E= 4- 5 keV'
BACKGRND=              0.0E+00 / background count/pixel
ENERG_LO=              4.0E+00 / min energy used for PSF
ENERG_HI=              5.0E+00 / max energy used for PSF
SUMRCTS =         1.195189E+00 / total counts in image
CBD10001= 'ENERGY( 4- 5)keV'   / Energy range for PSF
CBD20001= 'THETA( 6.0)arcmin'  / Distance from optical axis for PSF
CBD30001= 'PHI( 9.0)deg'       / Azimuthal angle for PSF
COMMENT   GIS images are smoothed before binning with a position-independent
COMMENT   Gaussian with sigma = 0.85,1.35,1.51,1.54,1.64,1.67,1.66,1.60,1.46,
COMMENT   1.18 GIS pixels for the 10 energy bands, respectively, and have
COMMENT   the final resolution of sigma=0.5 arcmin in all energy bands. This
COMMENT   is done to compensate for the GIS energy-dependent detector resolution
CCLS0001= 'BCF     '           / Basic Calibration File
END

REFERENCES

Angelini, L., et al., 1992. In preparation.
George, I.M., 1992. Legacy, 1, 56, (CAL/GEN/91-001).
George, I.M. & Zellar, R.S., 1992. OGIP Calibration Memo CAL/GEN/92-003.
(available on-line from the anon ftp account on legacy.gsfc.nasa.gov).
George, I.M., Zellar, R.S. & Pence, W., 1992. OGIP Calibration Memo CAL/GEN/92-011.
(available on-line from the anon ftp account on legacy.gsfc.nasa.gov).
George, I.M., Arnaud, K.A., Pence, W. & Ruamsuwan, L., 1992a. (CAL/GEN/92-002).
George, I.M., et al., 1992b. In preparation. (CAL/SW/92-004).

USEFUL LINKS TO OTHER HTML PAGES

The following useful links are available (in the HTML version of this document only):



File translated from TEX by TTH, version 3.59.
On 12 Apr 2004, 13:32.