| | 1 | == Detection (P2) Batches == |
| | 2 | |
| | 3 | There are 3 tables within P2 batches |
| | 4 | |
| | 5 | * FrameMeta |
| | 6 | * ImageMeta |
| | 7 | * Detection |
| | 8 | |
| | 9 | --------------------------- |
| | 10 | === FrameMeta VOTable description of PSPS table FrameMeta === |
| | 11 | --------------------------- |
| | 12 | ||frameID || dimensionless || INT 4 || NA ||unique exposure/frame identifier.|| |
| | 13 | ||frameName || dimensionless || VARCHAR(32) || NA ||frame name provided by camera software|| |
| | 14 | ||surveyID || dimensionless || TINYINT 1 || NA ||survey flag identifier|| |
| | 15 | ||filterID || dimensionless || TINYINT 1 || NA ||filter identifier|| |
| | 16 | ||cameraID || dimensionless || SMALLINT 2 || NA ||camera identifier|| |
| | 17 | ||cameraConfigID || dimensionless || SMALLINT 2 || NA ||camera configuration identifier|| |
| | 18 | ||telescopeID || dimensionless || SMALLINT 2 || NA ||telescope identifier|| |
| | 19 | ||analysisVer || alphanumeric || VARCHAR(100) || 8000 ||IPP software analysis release|| |
| | 20 | ||p1Recip || alphanumeric || VARCHAR(100) || 8000 ||IPP phase 1 MD5 Checksum|| |
| | 21 | ||p2Recip || alphanumeric || VARCHAR(100) || 8000 ||IPP phase 2 MD5 Checksum|| |
| | 22 | ||p3Recip || alphanumeric || VARCHAR(100) || 8000 ||IPP phase 3 MD5 Checksum|| |
| | 23 | ||nOTA || alphanumeric || SMALLINT 2 || -999 ||number of valid OTA/CCD images in this exposure|| |
| | 24 | ||photoScat || magnitude || REAL 4 || -999 || global photometric scatter|| |
| | 25 | ||numPhotoRef || dimensionless || INT 4 || -999 ||number of photometric reference sources|| |
| | 26 | ||expStart || days || FLOAT 8 || -999 || exposure start time in MJD|| |
| | 27 | ||expTime || seconds || REAL 4 || -999 || exposure time|| |
| | 28 | ||airmass || dimensionless || REAL 4 || -999 ||airmass at mid-exposure|| |
| | 29 | ||raBore || degrees || FLOAT 8 || -999 || RA of telescope boresight|| |
| | 30 | ||decBore || degrees || FLOAT 8 || -999 || DEC of telescope boresight|| |
| | 31 | ||ctype1 || alphanumeric || VARCHAR(100) || 8000 ||name of astrometric projection in RA|| |
| | 32 | ||ctype2 || alphanumeric || VARCHAR(100) || 8000 ||name of astrometric projection in DEC|| |
| | 33 | ||crval1 || degrees || FLOAT 8 || -999 || RA corresponding to reference pixel|| |
| | 34 | ||crval2 || degrees || FLOAT 8 || -999 || DEC corresponding to reference pixel|| |
| | 35 | ||crpix1 || dimensionless || FLOAT 8 || -999 ||reference pixel value for RA|| |
| | 36 | ||crpix2 || dimensionless || FLOAT 8 || -999 ||reference pixel value for DEC|| |
| | 37 | ||cdelt1 || degrees/pixel || FLOAT 8 || -999 ||scale factor for RA|| |
| | 38 | ||cdelt2 || degrees/pixel || FLOAT 8 || -999 ||scale factor for DEC|| |
| | 39 | ||pc001001 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 40 | ||pc001002 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 41 | ||pc002001 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 42 | ||pc002002 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 43 | ||polyOrder || dimensionless || TINYINT 1 || 255 ||polynomial order of astrometry fit|| |
| | 44 | ||pca1x3y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 45 | ||pca1x2y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 46 | ||pca1x1y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 47 | ||pca1x0y3 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 48 | ||pca1x2y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 49 | ||pca1x1y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 50 | ||pca1x0y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 51 | ||pca2x3y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 52 | ||pca2x2y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 53 | ||pca2x1y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 54 | ||pca2x0y3 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 55 | ||pca2x2y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 56 | ||pca2x1y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 57 | ||pca2x0y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 58 | ||calibModNum || dimensionless || SMALLINT 2 || NA ||calibration modification number|| |
| | 59 | ||batchID || dimensionless || INT 4 || NA ||batchID|| |
| | 60 | ||dataRelease || dimensionless || TINYINT 1 || NA ||Data release|| |
| | 61 | --------------------------- |
| | 62 | === ImageMeta VOTable description of PSPS table ImageMeta === |
| | 63 | --------------------------- |
| | 64 | ||imageID || dimensionless || BIGINT 8 || NA ||unique ID for each image, hashed from frameID and ccdID (ALEX)|| |
| | 65 | ||frameID || dimensionless || INT 4 || NA ||frame identifier, also known as exposure number|| |
| | 66 | ||ccdID || dimensionless || SMALLINT 2 || NA ||ccd cell identifier in the focal plane|| |
| | 67 | ||photoCalID || dimensionless || INT 4 || NA ||photometry reduction code identifier|| |
| | 68 | ||filterID || dimensionless || TINYINT 1 || NA ||filter ID|| |
| | 69 | ||bias || ADU || REAL 4 || -999 || detector bias level|| |
| | 70 | ||biasScat || ADU || REAL 4 || -999 || scatter in bias level|| |
| | 71 | ||sky || ADU/pixel || REAL 4 || -999 || mean sky level|| |
| | 72 | ||skyScat || ADU/pixel || REAL 4 || -999 || scatter in mean sky level|| |
| | 73 | ||nDetect || dimensionless || INT 4 || -999 ||number of detections on CCD|| |
| | 74 | ||magSat || magnitude || REAL 4 || -999 || saturation magnitude level|| |
| | 75 | ||completMag || magnitude || REAL 4 || -999 || 95% completion level in mag|| |
| | 76 | ||astroScat || arcsec || REAL 4 || -999 || astrometric scatter for chip|| |
| | 77 | ||photoScat || magnitude || REAL 4 || -999 ||photometric scatter for chip|| |
| | 78 | ||numAstroRef || dimensionless || INT 4 || -999 ||number of astrometric reference sources|| |
| | 79 | ||numPhotoRef || dimensionless || INT 4 || -999 ||number of photometric reference sources|| |
| | 80 | ||nx || pixels || SMALLINT 2 || -999 ||chip dimension in x|| |
| | 81 | ||ny || pixels || SMALLINT 2 || -999 ||chip dimension in y|| |
| | 82 | ||psfModelID || dimensionless || INT 4 || -999 ||PSF model identifier|| |
| | 83 | ||psfFwhm || arcsec || REAL 4 || -999 || model psf full width at half maximum at chip center|| |
| | 84 | ||psfWidMajor || arcsec || REAL 4 || -999 || model PSF parameters at chip center|| |
| | 85 | ||psfWidMinor || arcsec || REAL 4 || -999 || model PSF parameters at chip center|| |
| | 86 | ||psfTheta || degrees || REAL 4 || -999 || model PSF parameters at chip center|| |
| | 87 | ||momentXX || pixels || REAL 4 || -999 || moment XX|| |
| | 88 | ||momentXY || pixels || REAL 4 || -999 || moment XY|| |
| | 89 | ||momentYY || pixels || REAL 4 || -999 || moment YY|| |
| | 90 | ||momentM3C || pixels squared || REAL 4 || -999 || moment M3C|| |
| | 91 | ||momentM3S || pixels squared || REAL 4 || -999 || moment M3S|| |
| | 92 | ||momentM4C || pixels squared || REAL 4 || -999 || moment M4C|| |
| | 93 | ||momentM4S || pixels squared || REAL 4 || -999 || moment M4S|| |
| | 94 | ||momentR1 || pixels || REAL 4 || -999 || moment R1|| |
| | 95 | ||momentRH || sqrt pixels || REAL 4 || -999 || moment RH|| |
| | 96 | ||apResid || magnitude || REAL 4 || -999 ||corrected aperture residual|| |
| | 97 | ||dapResid || magnitude || REAL 4 || -999 ||scatter of aperture corrections|| |
| | 98 | ||detectorID || alphanumeric || VARCHAR(100) || ||identifier for actual CCD chip|| |
| | 99 | ||qaFlags || alphanumeric || BIGINT 8 || -999 ||Q/A flags for this OTA|| |
| | 100 | ||detrend1 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 1|| |
| | 101 | ||detrend2 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 2|| |
| | 102 | ||detrend3 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 3|| |
| | 103 | ||detrend4 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 4|| |
| | 104 | ||detrend5 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 5|| |
| | 105 | ||detrend6 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 6|| |
| | 106 | ||detrend7 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 7|| |
| | 107 | ||detrend8 || alphanumeric || VARCHAR(100) || 8000 ||identifier of detrend image 8|| |
| | 108 | ||photoZero || magnitude || REAL 4 || -999 || local derived photometric zero point|| |
| | 109 | ||ctype1 || alphanumeric || VARCHAR(100) || 8000 ||name of astrometric projection in RA|| |
| | 110 | ||ctype2 || alphanumeric || VARCHAR(100) || 8000 ||name of astrometric projection in DEC|| |
| | 111 | ||crval1 || degrees || FLOAT 8 || -999 || RA corresponding to reference pixel|| |
| | 112 | ||crval2 || degrees || FLOAT 8 || -999 || DEC corresponding to reference pixel|| |
| | 113 | ||crpix1 || pixels || FLOAT 8 || -999 || reference pixel value for RA|| |
| | 114 | ||crpix2 || pixels || FLOAT 8 || -999 || reference pixel value for DEC|| |
| | 115 | ||cdelt1 || degrees/pixel || FLOAT 8 || -999 ||scale factor for RA|| |
| | 116 | ||cdelt2 || degrees/pixel || FLOAT 8 || -999 ||scale factor for DEC|| |
| | 117 | ||pc001001 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 118 | ||pc001002 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 119 | ||pc002001 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 120 | ||pc002002 || dimensionless || FLOAT 8 || -999 ||elements of rotation/scale matrix|| |
| | 121 | ||polyOrder || dimensionless || TINYINT 1 || 255 ||polynomial order of astrometry fit|| |
| | 122 | ||pca1x3y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 123 | ||pca1x2y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 124 | ||pca1x1y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 125 | ||pca1x0y3 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 126 | ||pca1x2y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 127 | ||pca1x1y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 128 | ||pca1x0y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 129 | ||pca2x3y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 130 | ||pca2x2y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 131 | ||pca2x1y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 132 | ||pca2x0y3 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 133 | ||pca2x2y0 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 134 | ||pca2x1y1 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 135 | ||pca2x0y2 || dimensionless || FLOAT 8 || -999 ||polynomial coefficients for the astrometric fit|| |
| | 136 | ||calibModNum || dimensionless || SMALLINT 2 || NA ||calibration modification number|| |
| | 137 | ||dataRelease || dimensionless || TINYINT 1 || NA ||Data release|| |
| | 138 | --------------------------- |
| | 139 | === Detection VOTable description of PSPS table Detection === |
| | 140 | --------------------------- |
| | 141 | ||objID || dimensionless || BIGINT 8 || NA ||ODM object identifier|| |
| | 142 | ||gcobjID || dimensionless || BIGINT 8 || NA ||galactic coordinates ODM object identifier|| |
| | 143 | ||detectID || dimensionless || BIGINT 8 || NA ||ODM detection identifier|| |
| | 144 | ||ippObjID || dimensionless || BIGINT 8 || NA ||object id generated by IPP|| |
| | 145 | ||ippDetectID || dimensionless || BIGINT 8 || NA ||detection id generated by IPP|| |
| | 146 | ||filterID || dimensionless || TINYINT 1 || NA ||filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ...|| |
| | 147 | ||surveyID || dimensionless || TINYINT 1 || NA ||survey flag identifier|| |
| | 148 | ||imageID || dimensionless || BIGINT 8 || NA ||image id hash of frame identifier & OTA/CCD number|| |
| | 149 | ||randomDetID || dimensionless || BIGINT 8 || NA || random detection Id|| |
| | 150 | ||dvoRegionID || dimensionless || REAL 4 || -999 || identifier to dvo spacial region|| |
| | 151 | ||obsTime || MeanJulianDays || FLOAT 8 || -999 || Time of mid observation in Mean Julian Days|| |
| | 152 | ||xPos || raw pixels || REAL 4 || -999 || measured x on CCD from PSF fit|| |
| | 153 | ||yPos || raw pixels || REAL 4 || -999 || measured y on CCD from PSF fit|| |
| | 154 | ||xPosErr || raw pixels || REAL 4 || -999 || estimated error in x|| |
| | 155 | ||yPosErr || raw pixels || REAL 4 || -999 || estimated error in y|| |
| | 156 | ||pltScale || arcsec/pix || REAL 4 || -999 || plate scale at this location (from DVO)|| |
| | 157 | ||posAngle || degrees || REAL 4 || -999 || position angle (sky-to-chip) at this location (from DVO)|| |
| | 158 | ||ra || degrees || FLOAT 8 || NA ||right ascension|| |
| | 159 | ||dec || degrees || FLOAT 8 || NA ||declination|| |
| | 160 | ||raErr || arcsec || REAL 4 || NA ||right ascension error|| |
| | 161 | ||decErr || arcsec || REAL 4 || NA ||declination error|| |
| | 162 | ||zp || magnitude || REAL 4 || 0 ||zeropoint|| |
| | 163 | ||telluricExt || magnitude || REAL 4 || NA ||estimated extinction due to non-photometric conditions|| |
| | 164 | ||expTime || seconds || REAL 4 || -999 ||exposure time (informational)|| |
| | 165 | ||airMass || dimensionless || REAL 4 || 0 ||airmass (informational)|| |
| | 166 | ||psfFlux || adu/seconds || REAL 4 || -999 || PSF instrumental flux (in analog-to-digital units/sec) or adu/sec|| |
| | 167 | ||psfFluxErr || adu/seconds || REAL 4 || -999 || estimated error in flux|| |
| | 168 | ||psfMajorFWHM || arcsec || REAL 4 || -999 || model PSF width in major axis|| |
| | 169 | ||psfMinorFWHM || arcsec || REAL 4 || -999 || model PSF width in minor axis|| |
| | 170 | ||psfTheta || degrees || REAL 4 || -999 || model PSF orientation angle degrees East of North|| |
| | 171 | ||psfCore || dimensionless || REAL 4 || -999 ||model PSF core parameter [k in 1 + kz + z^1.66)]|| |
| | 172 | ||psfQf || dimensionless || REAL 4 || -999 ||PSF coverage factor|| |
| | 173 | ||psfQfPerfect || dimensionless || REAL 4 || -999 ||PSF-weighted fraction of pixels totally unmasked|| |
| | 174 | ||psfChiSq || dimensionless || REAL 4 || -999 ||reduced-chisq of the psf model fit. (ndof?, npix?)|| |
| | 175 | ||psfLikelihood || dimensionless || REAL 4 || -999 ||PSF likelihood|| |
| | 176 | ||momentXX || raw pixels || REAL 4 || -999 || moment XX|| |
| | 177 | ||momentXY || raw pixels || REAL 4 || -999 || moment XY|| |
| | 178 | ||momentYY || raw pixels || REAL 4 || -999 || moment YY|| |
| | 179 | ||momentR1 || raw pixels || REAL 4 || -999 || first radial moment|| |
| | 180 | ||momentRH || raw pixels || REAL 4 || -999 || half radial moment|| |
| | 181 | ||momentM3C || raw pixels || REAL 4 || -999 || 3rd moment cos(theta)|| |
| | 182 | ||momentM3S || raw pixels || REAL 4 || -999 || 3rd moment sin(theta)|| |
| | 183 | ||momentM4C || raw pixels || REAL 4 || -999 || 4th moment cos(theta)|| |
| | 184 | ||momentM4S || raw pixels || REAL 4 || -999 || 4th moment sin(theta)|| |
| | 185 | ||apFlux || adu/seconds || REAL 4 || -999 || Aperture Flux|| |
| | 186 | ||apFluxErr || adu/seconds || REAL 4 || -999 || Aperture Flux error|| |
| | 187 | ||apFillF || dimensionless || REAL 4 || -999 || Aperture fill factor|| |
| | 188 | ||kronFlux || adu/seconds || REAL 4 || -999 || Kron flux|| |
| | 189 | ||kronFluxErr || adu/seconds || REAL 4 || -999 || Kron flux error|| |
| | 190 | ||kronRad || raw pixels || REAL 4 || -999 || Kron radius|| |
| | 191 | ||kronRadErr || raw pixels || REAL 4 || -999 || Kron radius error|| |
| | 192 | ||sky || adu/sec/pixel || REAL 4 || -999 || PSF sky level at source|| |
| | 193 | ||skyErr || adu/sec/pixel || REAL 4 || -999 || estimated error in sky|| |
| | 194 | ||infoFlag || dimensionless || BIGINT 8 || -999 ||flag indicating provenance information|| |
| | 195 | ||dataRelease || dimensionless || TINYINT 1 || NA ||Data release when this detection was originally taken. Recalibrations do not affect this value.|| |