IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:ippToPsps_Object

Version 46 (modified by heather, 14 years ago) ( diff )

--

Back to ippToPsps main page

Object batches

Object batches are generated from the IPP for objects that have set for the year and that have been fully processed by the IPP. Data is taken entirely from DVO FITS files, specifically:

  • cpt file: contains ..., definition here
  • cps file: contains mean mags etc definition here

One PSPS batch represents one DVO 'region', eg these files

s3000/7471.10.cps
s3000/7471.10.cpt

would be used to create an object batch for this DVO region.

PSPS tables

1 Object extension

The full table definitions can be seen here

Current IPP to PSPS mappings

Object
ODM attribute units Data type Default Description IPP source IPP variable/notes
objIDunknownBIGINT0ODM object identifier index cpt file EXT_ID
ippObjIDunknownBIGINT0IPP object number cpt file CAT_ID*1000000000 + OBJ_ID
projectionCellIDunknownINT-999projection cell identifier at discovery time
htmIDunknownBIGINT0HTM index to be DROPPED from table
zoneIDunknownINT0Zone index to be DROPPED from table
stackVerunknownSMALLINT-999 -static stack version number
objInfoFlagunknownBIGINT-999flag indicating odd properties
varFlagunknownTINYINT0variable in difference image detections
surveyIDunknownTINYINT255Survey ID config as set in the ippToPsps config
radegreeFLOAT0 Right Ascension cpt file RA - where this is the RA at the reference epoch. Defaults to RA in stack if not seen in frames
decdegreeFLOAT0 Declination cpt file DEC - where this is the Dec at the reference epoch. Defaults to Dec in stack if not seen in frames
raErrarcsecREAL0.0 Right Ascension error cpt file RA_ERR
decErrarcsecREAL0.0 Declination error cpt file DEC_ERR
cxunknownFLOAT0Cartesian x populated during PSPS merge
cyunknownFLOAT0Cartesian y populated during PSPS merge
czunknownFLOAT0Cartesian z populated during PSPS merge
lambdadegreeFLOAT-999 ecliptic longitude populated during PSPS merge
betadegreeFLOAT-999 ecliptic latitude populated during PSPS merge
ldegreeFLOAT-999 galactic longitude populated during PSPS merge
bdegreeFLOAT-999 galactic latitude populated during PSPS merge
lsgunknownFLOAT-999supergalactic longitude populated during PSPS merge
bsgunknownFLOAT-999supergalactic latitude populated during PSPS merge
nDetectionsunknownSMALLINT-999total number of detection measurements in all filters cpt file NMEASURE
raMeandegreeFLOAT-999 mean RA of object gstack psf flux err if only found in a stack, then left unpopulated gStackPSFFluxErr
decMeandegreeFLOAT-999 mean DEC of objectr stack psf flux err if only found in a stack, then left unpopulated rStackPSFFluxErr
raMeanErrarcsecREAL-999 estimated error in raMeani stack psf flux err see above iStackPSFFluxErr
decMeanErrarcsecREAL-999 estimated error in decMeanz stack psf flux err see above zStackPSFFluxErr
ngunknownSMALLINT-999number of measures in g filter cps file NCODE ("number of detections in band")
The block below is repeated for filters r, i, z, y and w
gMeanMagmagREAL-999 mean g magnitude cps file MAG (the AB magnitude) (from exp,psf) to be renamed gMeanPSFMag
gMeanFluxmagREAL-999 mean g flux mean g kron mag from smfs cps file 3631 * POW(10.0, (-0.4*MAG)) mean kron mag from exp, psf to be renamed gMeanKronMag
gMeanMagErrmagREAL-999 estimated error of g magnitude mean cps file MAG_ERR, set to NULL if MAG_ERR > 0.5 (Gene's cut as of 2012-04-13) to be renamed gMeanPSFMagErr
gMeanFluxErrmagREAL-999 estimated error of g mean g mean Kron mag err cps STACK_KRON_MAG_ERR to be renamed gMeanKronMagErr
gMinmagREAL-999 minimum g magnitide cps file MAG_20/1000 need a name-change in PSPS schema - g20pct
gMaxmagREAL-999 maximum g magnitude cps file MAG_80/1000 need a name-change in PSPS schema - g80pct
end repeat of block
grMeanColormagREAL-999 g-r color from gMean & rMean g psf flux stack cps file gMeanMag - rMeanMag to be renamed gStackPSFFlux
riMeanColormagREAL-999 r-i color from rMean & iMean r psf flux stack cps file rMeanMag - iMeanMag to be renamed rStackPSFFlux
izMeanColormagREAL-999 i-z color from iMean & zMean i psf flux stack cps file iMeanMag - zMeanMag to be renamed iStackPSFFlux
zyMeanColormagREAL-999 z-y color from zMean & yMean z psf flux stack cps file zMeanMag - yMeanMag to be renamed zStackPSFFlux
grMeanColorErrmagREAL-999 Estimated error in g-r color from gMean & rMean g stack kron mag err cps file SQRT(POW(gMeanMagErr,2) + POW(rMeanMagErr,2)) gStackKronMagErr
riMeanColorErrmagREAL-999 Estimated error in r-i color from rMean & iMean r stack kron mag err cps file SQRT(POW(rMeanMagErr,2) + POW(iMeanMagErr,2)) rStackKronMagErr
izMeanColorErrmagREAL-999 Estimated error in i-z color from iMean & zMean i stack kron mag errcps file SQRT(POW(iMeanMagErr,2) + POW(zMeanMagErr,2)) iStackKronMagErr
zyMeanColorErrmagREAL-999 Estimated error in z-y color from zMean & yMean z stack kron mag err cps file SQRT(POW(zMeanMagErr,2) + POW(yMeanMagErr,2)) zStackKronMagErr
gMagBestmagREAL-999 g kron magnitude from stack frames cps to be renamed gStackKronMag
gModIDunknownSMALLINT-999 index of which g model magnitude was used from stack flags cps flags (including one from ipptopsps if forced/limit) to be renamed gFlags
rMagBestmagREAL-999 r kron magnitude from stack framescps to be renamed rStackKronMag
rModIDunknownSMALLINT-999index of which r model magnitude was used from stackflags cps flags (including one from ipptopsps if forced/limit) to be renamed rFlags
iMagBestmagREAL-999 i kron magnitude from stack framescps to be renamed iStackKronMag
iModIDunknownSMALLINT-999index of which i model magnitude was used from stack flags cps flags (including one from ipptopsps if forced/limit) to be renamed iFlags
zMagBestmagREAL-999 z kron magnitude from stack framescps to be renamed zStackKronMag
zModIDunknownSMALLINT-999index of which z model magnitude was used from stack flags cps flags (including one from ipptopsps if forced/limit) to be renamed zFlags
yMagBestmagREAL-999 y kron magnitude from stack framescps to be renamed yStackKronMag
yModIDunknownSMALLINT-999index of which y model magnitude was used from stack flags cps flags (including one from ipptopsps if forced/limit) to be renamed yFlags
grColorunknownREAL-999g-r color from gmag and rmag y psf flux stack cps yStackPSFFlux
riColorunknownREAL-999r-i color from rmag and imag y stack kron flux err cps yStackKronMagErr
izColorunknownREAL-999i-z color from imag and zmag y stack psf flux err cps yStackPSFFluxErr
zyColorunknownREAL-999z-y color from zmag and ymag rename it extra
sgSepunknownREAL-999star/galaxy separator - true if any one color is represents fraction of time detections were 'extended' in P2s
consistencyFlagunknownSMALLINT0Value computed from associated detections, it is originally given by IPP and should agree with the ODM validation
dataReleaseunknownTINYINT0Data release
updatedunknownINT-999MJD of last update

Schema Change Plan (July 2012)

Note: See TracWiki for help on using the wiki.