| | 1 | == Detection Batches (PV2) == |
| | 2 | |
| | 3 | as a reference, the old (pv1) version of the tables -> [wiki:ippToPsps_Detections] |
| | 4 | |
| | 5 | == Proposed ippToPsps mappings == |
| | 6 | |
| | 7 | ||'''ODM attribute'''|| '''units''' ||'''Data type''' ||'''Default''' ||'''Description''' ||'''IPP source''' ||'''IPP variable/notes'''||'''HAFcomments''' || |
| | 8 | ||'''Detection'''|| || || || || || || || |
| | 9 | ||objID ||dimensionless || BIGINT 8 || NA || ODM object identifier |
| | 10 | ||detectID ||dimensionless || BIGINT 8 || NA || ODM detection identifier |
| | 11 | ||ippDetectID ||dimensionless || BIGINT 8 || NA || detection id generated by IPP |
| | 12 | ||filterID ||dimensionless || TINYINT 1 || NA || filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ... |
| | 13 | ||surveyID ||dimensionless || TINYINT 1 || NA || survey flag identifier |
| | 14 | ||imageID ||dimensionless || BIGINT 8 || NA || image id hash of frame identifier & OTA/CCD number |
| | 15 | ||obsTime ||!MeanJulianDays || FLOAT 8 || -999 || Time of mid observation in Mean Julian Days |
| | 16 | ||xPos ||raw pixels || REAL 4 || -999 || measured x on CCD from PSF fit |
| | 17 | ||yPos ||raw pixels || REAL 4 || -999 || measured y on CCD from PSF fit |
| | 18 | ||xPosErr ||raw pixels || REAL 4 || -999 || estimated error in x |
| | 19 | ||yPosErr ||raw pixels || REAL 4 || -999 || estimated error in y |
| | 20 | ||ra ||degrees || FLOAT 8 || NA || Right Ascension || was in detectionCalib before |
| | 21 | ||dec ||degrees || FLOAT 8 || NA || Declination || was in detectionCalib before |
| | 22 | ||raErr ||arcsec || REAL 4 || NA || Right Ascension error || was in detectionCalib before |
| | 23 | ||decErr || arcsec || REAL 4 || NA || Declination error || was in detectionCalib before |
| | 24 | ||zp ||magnitude || REAL 4 || 0 || zeropoint (only thing needed to convert adu/sec to AB mag), note no zpErr || was in detectionCalib before |
| | 25 | ||telluricExt ||magnitude || REAL 4 || NA || estimated extinction due to non-photometric conditions || new |
| | 26 | ||expTime ||seconds || REAL 4 || -999 || exposure time (informational) || was in detectionCalib beofre |
| | 27 | ||airmass ||dimensionless || REAL 4 || 0 || airmass (informational) || was in detectionCalib before |
| | 28 | ||psfFlux ||adu/seconds ||REAL 4 ||-999 || PSF instrumental flux (in analog-to-digital units/sec) or adu/sec |
| | 29 | ||psfFluxErr ||adu/seconds ||REAL 4 || -999 || estimated error in flux |
| | 30 | ||peakADU ||adu ||REAL 4 || -999 || peak count in source pixel - where counts are anlog-to-digital units |
| | 31 | ||psfWidMajor ||arcsec ||REAL 4 || -999 || model PSF width in major axis |
| | 32 | ||psfWidMinor ||arcsec ||REAL 4 || -999 || model PSF width in minor axis |
| | 33 | ||psfTheta ||degrees ||REAL 4 || -999 || model PSF orientation angle degrees East of North |
| | 34 | ||psfQf ||dimensionless || REAL 4 || -999 || PSF coverage factor |
| | 35 | ||psfQfPerfect ||dimensionless || REAL 4 || -999 || PSF-weighted fraction of pixels totally unmasked |
| | 36 | ||psfChiSq ||dimensionless|| REAL 4 || -999 || reduced-chisq of the psf model fit. (ndof?, npix?) |
| | 37 | ||psfLikelihood ||dimensionless || REAL 4 || -999 || PSF likelihood |
| | 38 | ||momentXX ||raw pixels || REAL 4 || -999 || moment XX |
| | 39 | ||momentXY ||raw pixels || REAL 4 || -999 || moment XY |
| | 40 | ||momentYY ||raw pixels || REAL 4 || -999 || momeny YY |
| | 41 | ||momentM3C ||raw pixels || REAL 4 || -999 || 3rd moment sin(theta) || these are new |
| | 42 | ||momentM3S ||raw pixels || REAL 4 || -999 || 3rd moment cos(theta) || these are new |
| | 43 | ||momentM4C ||raw pixels || REAL 4 || -999 || 4th moment sin(theta) || these are new |
| | 44 | ||momentM4S ||raw pixels || REAL 4 || -999 || 4th moment cos(theta) || these are new |
| | 45 | ||momentR1 ||raw pixels || REAL 4 || -999 || first radial moment || these are new |
| | 46 | ||momentRH ||raw pixels || REAL 4 || -999 || half radial moment || these are new |
| | 47 | ||apFlux ||adu/seconds || REAL 4 || -999 || Aperture flux |
| | 48 | ||apFluxErr ||adu/seconds ||REAL 4 || -999 || Aperture flux error |
| | 49 | ||apFillF ||dimensionless || REAL 4 || -999 || Aperture fill factor || these are new |
| | 50 | ||kronFlux ||adu/seconds ||REAL 4 || -999 || Kron flux |
| | 51 | ||kronFluxErr ||adu/seconds ||REAL 4 || -999 || Kron flux error |
| | 52 | ||kronRad ||raw pixels ||REAL 4 || -999 || Kron radius |
| | 53 | ||kronRadErr ||raw pixels ||REAL 4 || -999 || Kron radius error |
| | 54 | ||sky ||adu/sec/pixel || REAL 4 ||-999 || PSF sky level at source |
| | 55 | ||skyErr ||adu/sec/pixel || REAL 4 ||-999 || estimated error in sky |
| | 56 | ||sgSep1 ||dimensionless || REAL 4 ||-999 || star/galaxy separator 1 || these are new - assume this is sgSep in old |
| | 57 | ||sgSep2 ||dimensionless || REAL 4 ||-999 || star/galaxy separator 2 || these are new |
| | 58 | ||sgSep3 ||dimensionless || REAL 4 ||-999 || star/galaxy separator 3 || these are new |
| | 59 | ||infoFlag ||dimensionless || BIGINT 8 ||-999 || flag indicating provenance information |
| | 60 | ||dataRelease ||dimensionless || TINYINT 1 ||NA|| Data release when this detection was originally taken. Recalibrations do not affect this value. |