Next: EXAMPLE FITS HEADERS Up: Type II: The PHA Previous: Extension Header
Data Format
- Num, a 2-byte INTEGER scalar giving the reference number
of the spectrum stored in this row.
The FITS column name is SPEC_NUM.
(unitless). - Channel, a 2-byte or 4-byte INTEGER array containing the channel numbers for the spectra in the Data column.
- Data, either:
- a 2-byte or 4-byte INTEGER array containing the number of counts observed in all channels during this time interval;
- or a 4-byte REAL array containing the number of counts per second observed in all channels during this time interval.
- Stat_err, a 4-byte REAL array giving the statistical error on the values within Data. The notation is as described in Section 3.1.2.
- Sys_err, a 4-byte REAL array giving the fractional systematic error to be applied to each value within Data. The notation is as described in Section 3.1.2.
- Qual, a 2-byte INTEGER array giving the data quality flag for each value within Data. The notation is as described in Section 3.1.2.
- Grpg, a 2-byte INTEGER array giving the data data grouping flag for each channel. The notation is as described in Section 3.1.2.
- Rowid, an (optional) CHARACTER string giving a unique identifier for each spectrum. The FITS column name is ROWID.
- Exposure, a 4-byte REAL scalar or array giving the
exposure time for each spectrum.
The FITS column name is EXPOSURE - AreaSc, a 4-byte REAL scalar or array giving the
area scaling factor to be applied.
The FITS column name is AREASCAL - Bkgdfile, a CHARACTER string
giving the name of the background file (if any) associated with
the dataset contained in Data.
The FITS column name is BACKFILE - BackSc, a 4-byte REAL scalar or array giving the
scaling factor to be applied to Bkgdfile.
The FITS column name is BACKSCAL - Corrfile, a CHARACTER string
giving the name of the correction file (if any) associated with
the dataset contained in Data.
The FITS column name is CORRFILE - Corrscal, a 4-byte REAL giving the
scaling factor to be applied to Corrfile.
The FITS column name is CORRSCAL - Respfile, a CHARACTER string
giving the name of the redistribution matrix file (RMF)
associated with the dataset contained in Data.
The FITS column name is RESPFILE - Ancrfile, a CHARACTER string
giving the name of the ancillary response file (ARF; if any)
associated with the dataset contained in Data.
The FITS column name is ANCRFILE
Points to Note & Conventions (in addition to those given in Section 3.1.2)
- As with all OGIP files, any of the above variables which have the same value in every row can be removed from the table, and specified as a keyword within the header. Here this is most likely in the case of EXPOSURE, AREASCAL, BACKFILE, BACKSCAL, CORRFILE, CORRSCAL, RESPFILE, and ANCRFILE.
- Any keyword in the type I file can become a column in the type II file. The columns listed above are those most likely to be present.
Next: EXAMPLE FITS HEADERS Up: Type II: The PHA Previous: Extension Header
