XTENSION= 'BINTABLE' / binary table extension BITPIX = 8 / 8-bit bytes NAXIS = 2 / 2-dimensional binary table NAXIS1 = 12 / width of table in bytes NAXIS2 = 64 / number of rows in table PCOUNT = 0 / size of special data area GCOUNT = 1 / one data group (required keyword) TFIELDS = 4 / number of fields in each row TTYPE1 = 'TIME ' / Start Time of Bad Pixel Interval TFORM1 = '1D ' / data format of field: 8-byte DOUBLE TUNIT1 = 's ' / physical unit of field TTYPE2 = 'RAWX ' / X-position in Raw Detector Coordinates TFORM2 = '1B ' / data format of field: BYTE TUNIT2 = 'pixel ' / physical unit of field TTYPE3 = 'RAWY ' / Y-position in Raw Detector Coordinates TFORM3 = '1B ' / data format of field: BYTE TUNIT3 = 'pixel ' / physical unit of field TTYPE4 = 'BADFLAG ' / Bad pixel flag TFORM4 = '16X ' / data format of field: BIT EXTNAME = 'BADPIX ' / Name of the binary table extension EXTVER = 3 / There shall be one instance of this extension f DETNAM = 'DET2 ' / CZT Detector ID (0,1,2 or 3) TELESCOP= 'NuSTAR ' / Telescope (mission) name INSTRUME= 'FPMB ' / Instrument name (FPMA or FPMB) ORIGIN = 'Caltech ' / Source of FITS file CREATOR = 'FTOOLS 6.10 ' / Creator VERSION = 1 / Extension version number FILENAME= 'nuBuserbadpix20100101v001.fits' / File name CONTENT = 'NuSTAR User Bad Pixel Table' / File content CCLS0001= 'BCF ' / Daset is a Basic Calibration File CDTP0001= 'DATA ' / Calibration file contains data CCNM0001= 'BADPIX ' / Type of calibration data CVSD0001= '2010-01-01' / Date when this file should first be used CVST0001= '00:00:00' / Time of day when this file should first be used CDES0001= 'NuSTAR User Bad Pixel Table' / Description COMMENT COMMENT This extension provides, for Detector #2 of the FPMA, the list of COMMENT user-defined bad pixels. COMMENT The BADFLAG column contains the bad pixel flags. These are a COMMENT combination of the following bit settings: COMMENT COMMENT b0000000000000001 Bad pixel from on-ground CALDB Bad Pixel File COMMENT b0000000000000010 Disabled pixel from on-board software COMMENT b0000000000000100 Bad pixels in the file provided by the user COMMENT END