TABLE  MultiframeDetector

Contains details of individual detector frames that are part of a multiframe.


Required constraints:
  • Primary key is (multiframeID,extNum)
  • (multiframeID) references Multiframe(multiframeID)

NameTypeLengthUnitDescriptionDefault ValueUnified Content Descriptor
multiframeIDbigint8 UID of the relevant multiframe ID_FRAME
extNumtinyint1 Extension number of this frame NUMBER
cuEventIDint4 UID of curation event giving rise to this record REFER_CODE
compFilevarchar256 Filename of the compressed image of this image frame, eg. server:/path/filename.jpg ID_FILE
julianDayNumint4Julian daysJulian Day number of the UKIRT night {image primary HDU keyword: UTDATE} TIME_DATE
camNumint4 Number of WFCAM camera (1, 2, 3 or 4) {image extension keyword: CAMNUM} ID_PLATE
configIndexint4 Configuration index {image extension keyword: CNFINDEX}-99999999SPECT_INDEX_MISC
deviceIDvarchar32 Device UID identifying every IR device {image extension keyword: DETECTID} ID_PLATE
filterIDtinyint1 UID of combined filter (assigned in WSA) over the lifetime of WFCAM {image primary HDU keyword: FILTER} INST_FILTER_CODE
runIDvarchar256 Name of CASU raw data file {image extension keyword: RUNID}NONEID_FILE
creationDatedatetime8MM-DD-YYYY:hh:mm:ss.sssCreation date/time of file {image extension keyword: DATE}12-31-9999??
imageExtNamevarchar16 Extension name in source FITS image file {image extension keyword: XTENSION}NONE??
bitsPerPixsmallint2FITS bitpixNumber of bits per data pixel, eg. +32 = 4 byte integers {image extension keyword: BITPIX} NUMBER
dataScalereal4 Scaling of pixel values {image extension keyword: BSCALE}1.0??
dataZeroreal4 Zeropoint of pixel values {image extension keyword: BZERO}0.0??
numAxestinyint1 Number of data axes; eg. 2 NUMBER
axis1Lengthint4 length of data axis 1 NUMBER
axis2Lengthint4 length of data axis 2 NUMBER
imagePcountint4 FITS image extension required keyword (always 0 for uncompressed images) {image extension keyword: PCOUNT} NUMBER
imageGcountint4 FITS image extension required keyword (always 1 for uncompressed images) {image extension keyword: GCOUNT} NUMBER
detectorTypevarchar16 Detector array used, eg. Aladdin {image extension keyword: DETECTOR}NONEINST_ID
detRowssmallint2pixelsNumber of detector rows {image extension keyword: DROWS} NUMBER
detColssmallint2pixelsNumber of detector columns {image extension keyword: DCOLUMNS} NUMBER
startColsmallint2 Start column of array readout {image extension keyword: RDOUT_X1} NUMBER
endColsmallint2 Start column of array readout {image extension keyword: RDOUT_X2} NUMBER
startRowsmallint2 Start row of array readout {image extension keyword: RDOUT_Y1} NUMBER
endRowsmallint2 Start row of array readout {image extension keyword: RDOUT_Y2} NUMBER
pixelScalereal4arcsec per pixelPixel size {image extension keyword: PIXLSIZE}-0.9999995e9INST_PIXSIZE
xSizeint4 X-axis size of image {catalogue extension keyword:  NXOUT}-99999999NUMBER
ySizeint4 Y-axis size of image {catalogue extension keyword:  NYOUT}-99999999NUMBER
gainreal4electrons/ADUDetector gain {image extension keyword: GAIN}-0.9999995e9??
readNoisereal4 Readnoise estimate {image extension keyword: READNOIS}-0.9999995e9??
CIRMEDreal4 Latest estimate of background {image extension keyword: CIRMED}-0.9999995e9INST_BACKGROUND
CIR_BVARreal4 Latest estimate of background variance {image extension keyword: CIR_BVAR}-0.9999995e9INST_BACKGROUND
CIR_ZEROreal4 Pedestal value relative to group average {image extension keyword: CIR_ZERO}-0.9999995e9FIT_PARAM_VALUE
CIR_SCALreal4 Background scale relative to group maximum {image extension keyword: CIR_SCAL}-0.9999995e9INST_BACKGROUND
ditherOffsetXreal4 Dither offset X {image extension keyword: CIR_XOFF}-0.9999995e9POS_OFFSET
ditherOffsetYreal4 Dither offset Y {image extension keyword: CIR_YOFF}-0.9999995e9POS_OFFSET
readModevarchar8 Name of camera readmode {image primary HDU keyword: READMODE}NONE??
readOutAppvarchar32 Name of camera readout application {image extension keyword: CAPPLICN}NONE??
camReadOutvarchar3 Camera readout (CDS|NDR|SAR|RRR) {image extension keyword: READOUT}---??
camRolevarchar8 Camera role (master|slave|unsync) {image extension keyword: CAMROLE}NONE??
camPowervarchar3 Camera power (On|Off) {image extension keyword: CAMPOWER}---??
detectorTempreal4degrees_KelvinDetector array temperature {image extension keyword: DET_TEMP}-0.9999995e9??
pcSysIDvarchar32 PC system identifier {image extension keyword: PCSYSID}NONE??
sdsuNumvarchar32 Serial number of SDSU controller {image extension keyword: SDSUID}NONE??
hdtFileExtvarchar32 Name of camera-specific hdt file {image extension keyword: HDTFILE2}NONE??
decurtFlagvarchar32 De-curtaining flag {image extension keyword: DECURTN}NONE??
skyCorrExtreal4 Percentage sky correction of the detector {image extension keyword: PERCORR}-0.9999995e9??
photZPExtreal4magsPhotometric zero point for default extinction of the detector {image extension keyword: MAGZPT}-0.9999995e9??
photZPErrExtreal4magsPhotometric zero point error of the detector {image extension keyword: MAGZRR}-0.9999995e9??
extinctionExtreal4magsExtinction coefficient of the detector {image extension keyword: EXTINCT}-0.9999995e9??
skyCorrCatreal4 Percentage sky correction for the catalogue data {catalogue extension keyword:  PERCORR}-0.9999995e9??
photZPCatreal4magsPhotometric zero point for default extinction for the catalogue data {catalogue extension keyword:  MAGZPT}-0.9999995e9??
photZPErrCatreal4magsPhotometric zero point error for the catalogue data {catalogue extension keyword:  MAGZRR}-0.9999995e9??
extinctionCatreal4magsExtinction coefficient for the catalogue data {catalogue extension keyword:  EXTINCT}-0.9999995e9??
tableExtNamevarchar16 Extension name of source FITS binary table {catalogue extension keyword:  EXTNAME}NONE??
tableWidthsmallint2bytesRow size of source FITS binary table {catalogue extension keyword:  NAXIS1}-9999??
tableRowsint4 No. of rows in source FITS binary table {catalogue extension keyword:  NAXIS2}-99999999??
tablePcountsmallint2 FITS binary table required keyword {catalogue extension keyword:  PCOUNT}-9999??
tableGcountsmallint2 FITS binary table required keyword {catalogue extension keyword:  GCOUNT}-9999??
tableFieldssmallint2 No. of fields per row in source FITS binary table {catalogue extension keyword:  TFIELDS}-9999??
catCreationDatedatetime8MM-DD-YYYY:hh:mm:ss.sssCreation date/time of catalogue file {catalogue extension keyword:  DATE}12-31-9999??
skyLevelreal4counts/pixelMedian sky brightness {catalogue extension keyword:  SKYLEVEL}-0.9999995e9??
skyNoisereal4countsPixel noise at sky level {catalogue extension keyword:  SKYNOISE}-0.9999995e9??
seeingreal4pixelsAverage FWVM {catalogue extension keyword:  SEEING}-0.9999995e9??
avStellarEllreal4 Average stellar ellipticity (1-b/a) {catalogue extension keyword:  ELLIPTIC}-0.9999995e9PHYS_ELLIPTICITY
avSaturLevelreal4 Average saturation level in frame {catalogue extension keyword:  SATURATE}-0.9999995e9??
aperCorPeakreal4 Stellar aperture correction: peak height {catalogue extension keyword:  APCORPK}-0.9999995e9??
aperCor1real4 Stellar aperture correction: 1⁄2 × core flux {catalogue extension keyword:  APCOR1}-0.9999995e9??
aperCor2real4 Stellar aperture correction: 1⁄√2 core flux {catalogue extension keyword:  APCOR2}-0.9999995e9??
aperCor3real4 Stellar aperture correction: core flux {catalogue extension keyword:  APCOR3}-0.9999995e9??
aperCor4real4 Stellar aperture correction: √2 × core flux {catalogue extension keyword:  APCOR4}-0.9999995e9??
aperCor5real4 Stellar aperture correction: 2 × core flux {catalogue extension keyword:  APCOR5}-0.9999995e9??
aperCor6real4 Stellar aperture correction: 2√2 × core flux {catalogue extension keyword:  APCOR6}-0.9999995e9??
aperCor7real4 Stellar aperture correction: 4 × core flux {catalogue extension keyword:  APCOR7}-0.9999995e9??
thresholdIsophreal4countsIsophotal analysis threshold {catalogue extension keyword:  THRESHOL}-0.9999995e9??
minImageSizeint4pixelsMinimum size for images {catalogue extension keyword:  MINPIX}-99999999??
crowdedFlagtinyint1 Crowded field analysis flag (0 none, 1 active) {catalogue extension keyword:  CROWDED}0CODE_MISC
coreRadiusreal4pixelsCore radius for default profile fit {catalogue extension keyword:  RCORE}-0.9999995e9??
deprecatedtinyint1 Is the frame superseded by reprocessing (0=no, 1=yes)?0??
Total length1013