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

Version 30 (modified by rhenders, 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 if only found in a stack, then left unpopulated
decMeandegreeFLOAT-999 mean DEC of object if only found in a stack, then left unpopulated
raMeanErrarcsecREAL-999 estimated error in raMean see above
decMeanErrarcsecREAL-999 estimated error in decMean see above
ngunknownSMALLINT-999number of measures in g filter cps file NCODE ("number of detections in band")
gMeanMagmagREAL-999 mean g magnitude cps file MAG (the AB magnitude)
gMeanFluxmagREAL-999 mean g flux cps file 3631 * POW(10.0, (-0.4*MAG))
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)
gMeanFluxErrmagREAL-999 estimated error of g flux mean
gMinmagREAL-999 minimum g magnitide cps file MAG_20/1000 (need a name-change in PSPS schema)
gMaxmagREAL-999 maximum g magnitude cps file MAG_80/1000 (need a name-change in PSPS schema)
repeat above block for filters r, i, z, y and w
grMeanColormagREAL-999 g-r color from gMean & rMean cps file gMeanMag - rMeanMag
riMeanColormagREAL-999 r-i color from rMean & iMeancps file rMeanMag - iMeanMag
izMeanColormagREAL-999 i-z color from iMean & zMean cps file iMeanMag - zMeanMag
zyMeanColormagREAL-999 z-y color from zMean & yMean cps file zMeanMag - yMeanMag
grMeanColorErrmagREAL-999 Estimated error in g-r color from gMean & rMean cps file SQRT(POW(gMeanMagErr,2) + POW(rMeanMagErr,2))
riMeanColorErrmagREAL-999 Estimated error in r-i color from rMean & iMean cps file SQRT(POW(rMeanMagErr,2) + POW(iMeanMagErr,2))
izMeanColorErrmagREAL-999 Estimated error in i-z color from iMean & zMeancps file SQRT(POW(iMeanMagErr,2) + POW(zMeanMagErr,2))
zyMeanColorErrmagREAL-999 Estimated error in z-y color from zMean & yMeancps file SQRT(POW(zMeanMagErr,2) + POW(yMeanMagErr,2))
gMagBestmagREAL-999 g magnitude from stack frames
gModIDunknownSMALLINT-999index of which g model magnitude was used from stack
rMagBestmagREAL-999 r magnitude from stack frames
rModIDunknownSMALLINT-999index of which r model magnitude was used from stack
iMagBestmagREAL-999 i magnitude from stack frames
iModIDunknownSMALLINT-999index of which i model magnitude was used from stack
zMagBestmagREAL-999 z magnitude from stack frames
zModIDunknownSMALLINT-999index of which z model magnitude was used from stack
yMagBestmagREAL-999 y magnitude from stack frames
yModIDunknownSMALLINT-999index of which y model magnitude was used from stack
grColorunknownREAL-999g-r color from gmag and rmag
riColorunknownREAL-999r-i color from rmag and imag
izColorunknownREAL-999i-z color from imag and zmag
zyColorunknownREAL-999z-y color from zmag and ymag
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
updatedunknownINT-999MJD of last update
updatedunknownINT-999MJD of last update
Note: See TracWiki for help on using the wiki.