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

Version 84 (modified by conradh, 13 years ago) ( diff )

--

Back to ippToPsps main page

Stack batches

PSPS loads both nightly and deep stacks from the IPP. For deep stacks, two extra tables are produced: StackApFlx and StackModelFit. The input for both are IPP cmf files produced at the stack stage of the pipeline. One FITS output is generated by the interface per skycell, per filter.

PSPS tables

1 Primary extension
1 StackMeta extension per skycell
1 StackDetection extension per skycell
1 StackToImage extension
1 SkinnyObject extension
1 ObjectCalColor extension

Deep stacks have two extra extensions.

1 StackApFlx extension per skycell
1 StackModelFit extension per skycell

The full table definitions can be seen here

Current IPP to PSPS mappings

The tables below detail the current mapping between IPP and PSPS. The source of cmf files queued by ippToPsps is a list of sky_ids that are loaded into the relevant DVO database. These sky_ids are then used to obtain metadata from the IPP GPC1 database, as well as the location of the cmf file themselves. For more information on the fields listed below, see also the following links:

StackMeta
ODM attribute units Data type Default Description IPP source IPP variable/notes
stackMetaIDdimensionlessBIGINT0stack identifier GPC1 database stackRun.stack_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables.
skycellIDdimensionlessINT0skycell region identifier GPC1 database stackRun.skycell_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables From, eg skycell.1133.081, use 1133081
surveyIDdimensionlessTINYINT0survey flag identifierGPC1 database/DVO We know survey from the DVO database in use, we then get the surveyID from the PSPS 'Survey' table here
photoCalIDdimensionlessINT0photometry code numerical id DVO image->photcode from Image structure
filterIDdimensionlessTINYINT0filter identifier cmf primary header FPA.FILTER. This single character filter (grizy) is then used to get the PSPS ID from Filter table here
stackTypeIDdimensionlessTINYINT0stack type identifier DVO Currently we have either DEEP_STACK or NIGHTLY_STACK, which we know when queuing up stacks. This is then used to get the PSPS ID from StackType table here
magSatdimensionlessREAL-999saturation magnitude level cmf primary header FSATUR (not set?)
analVerdimensionlessSMALLINT-999analysis version index NA empty CZW: header PHOT_V
expTimesecondsREAL-999 exposure time cmf primary header EXPTIME
nP2ImagesunknownSMALLINT-999number of P2 images contributing to this cellGPC1 a count of images listed in the StackToImage table - see below
completMagunknownREAL-99995% completion level in mag cmf primary header FLIMIT (not set?) or from the deteff extension or the detection efficiency server?
astroScatunknownREAL-999astrometric scatter for chip NA empty
photoScatunknownREAL-999photometric scatter for chip NA empty
nAstroRefunknownINT-999number of astrometric reference sources NA empty
nPhoRefunknownINT-999number of photometric reference sources NA empty
psfModelIDunknownVARCHAR(MAX) PSF model identifier cmf primary header PSFMODEL
psfFwhm_meanunknownFLOAT-999mean PSF FWHM in the stack cmf primary header FWHM_MAJ
psfFwhm_maxunknownFLOAT-999maximum PSF FWHM in the stack cmf primary header FW_MJ_UQ
photoZerounknownREAL-999local derived photometric zero point cmf primary header FPA.ZP
photoColorunknownREAL-999local derived photometric color term NA empty
ctype1dimensionslessVARCHAR(MAX) name of astrometric projection in RA cmf primary header CTYPE1
ctype2dimensionslessVARCHAR(MAX) name of astrometric projection in DEC cmf primary header CTYPE2
crval1dimensionslessFLOAT-999RA corresponding to reference pixel cmf primary header CRVAL1
crval2dimensionslessFLOAT-999DEC corresponding to reference pixel cmf primary header CRVAL2
crpix1dimensionslessFLOAT-999reference pixel value for RA cmf primary header CRPIX1
crpix2dimensionslessFLOAT-999reference pixel value for DEC cmf primary headerCRPIX2
cdelt1dimensionslessFLOAT-999scale factor for RA cmf primary headerCDELT1
cdelt2dimensionslessFLOAT-999scale factor for DEC cmf primary header CDELT2
pc001001dimensionslessFLOAT-999elements of rotation/Dcale matrixcmf primary header PC001001
pc001002dimensionslessFLOAT-999elements of rotation/Dcale matrix cmf primary header PC001002
pc002001dimensionslessFLOAT-999elements of rotation/Dcale matrix cmf primary header PC002001
pc002002dimensionslessFLOAT-999elements of rotation/Dcale matrix cmf primary header PC002002
calibModNumdimensionslessSMALLINT0calibration modification number NA empty
dataReleasedimensionslessTINYINT0Data release NA hardcoded to 1
StackDetection
ODM attribute units Data type Default Description IPP source IPP variable/notes
objIDdimensionlessBIGINT0ODM object identifierDVO ave.extID from dvoDetection structure
stackDetectIDdimensionlessBIGINT0ODM detection identifier DVO (10 * DVO meas.extID) + filterID
ippObjIDdimensionlessBIGINT0IPP object identifierDVO ave.catID*1000000000 + ave.objID from dvoDetection structure
ippDetectIDdimensionlessBIGINT0detection ID generated by IPP cmf SkyChip.psf table IPP_IDET
filterIDdimensionlessTINYINT0filter identifiercmf primary header Same as StackMeta. See above.
stackTypeIDdimensionlessTINYINT0stack type identifier DVO Same as StackMeta. See above.
surveyIDdimensionlessTINYINT0survey flag identifier GPC1 database/DVO Same as StackMeta. See above.
primaryFdimensionlessTINYINT255identifies best stack detection for Stacks overlapping the same region of the sky. NA hardcoded to 0
stackMetaIDdimensionlessBIGINT0stack identifier GPC1 database Same as StackMeta. See above.
skyCellIDdimensionlessINT-999skycell identifier GPC1 database Same as StackMeta. See above.
projectionCellIDdimensionlessINT-999projection cell identifier NA from, eg skycell.1133.081, use 1133
xPospixelsREAL-999measured x on skycell from PSF fit - warped pixels = 0.25 arcsec cmf SkyChip.psf tableX_PSF
yPospixelsREAL-999measured y on skycell from PSF fit cmf SkyChip.psf tableY_PSF
xPosErrpixelsREAL-999estimated error in x cmf SkyChip.psf tableX_PSF_SIG
yPosErrpixelsREAL-999estimated error in ycmf SkyChip.psf table Y_PSF_SIG
psfFluxadu/secREAL-999PSF instrumental flux cmf SkyChip.psf table and GPC1 POW(10.0, (-0.4*PSF_INST_MAG)) / expTime (where expTime is from StackMeta, see above)
psfFluxErradu/secREAL-999estimated error in instrumental fluxcmf SkyChip.psf table and GPC1 ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / expTime)) / 1.085736) (where expTime from StackMeta, see above)
peakFluxaduREAL-999ratio of peak flux to total flux cmf SkyChip.psf table and GPC1POW(10.0, (-0.4*PEAK_FLUX_AS_MAG)) / expTime (where expTime is from StackMeta, see above)
skyadu/sec/pixel REAL-999PSF sky level at source (adu) cmf SkyChip.psf tableSKY
skyErr adu/sec/pixel REAL-999estimated error in skycmf SkyChip.psf table SKY_SIGMA
sgSepdimensionlessREAL-999star/galaxy separatorcmf SkyChip.psf table ~EXT_NSIGMA~ TBD
psfWidMajorpixelsREAL-999PSF width in major axiscmf SkyChip.psf table PSF_MAJOR
psfWidMinorpixelsREAL-999PSF width in minor axiscmf SkyChip.psf table PSF_MINOR
psfThetadegrees East of NorthREAL-999PSF orientation anglecmf SkyChip.psf table PSF_THETA
psfLikelihooddimensionlessREAL-999PSF likelihood cmf SkyChip.psf table ~erfc(abs(EXT_NSIGMA) / sqrt(2))~ sign(EXT_NSIGMA)*erfc(abs(EXT_NSIGMA) / sqrt(2))
psfQfdimensionlessREAL-999PSF coverage factor cmf SkyChip.psf tablePSF_QF
psfQfPerfect dimensionless REAL -999 PSF QF Perfect cmf SkyChip.psf table PSF_QF_PERFECT
momentXXpixelsREAL-999 moment XXcmf SkyChip.psf table MOMENTS_XX
momentXYpixelsREAL-999 moment XY cmf SkyChip.psf tableMOMENTS_XY
momentYYpixelsREAL-999 moment YYcmf SkyChip.psf table MOMENTS_YY
momentM3Cpixels squaredREAL-999 moment M3Ccmf SkyChip.psf table MOMENTS_M3C
momentM3Spixels squaredREAL-999 moment M3Scmf SkyChip.psf table MOMENTS_M3S
momentM4Cpixels squaredREAL-999 moment M4Ccmf SkyChip.psf table MOMENTS_M4C
momentM4Spixels squaredREAL-999 moment M4Scmf SkyChip.psf table MOMENTS_M4S
momentR1pixelsREAL-999 moment R1 cmf SkyChip.psf table MOMENTS_R1
momentRHsqrt pixelsREAL-999 moment RHcmf SkyChip.psf table MOMENTS_RH
apFluxadu/secREAL-999 Aperture magnitudecmf SkyChip.psf table AP_MAG converted to flux
apFluxErradu/secREAL-999 Aperture magnitude error NA empty
kronFluxadu/secREAL-999 Kron fluxcmf SkyChip.psf table KRON_FLUX / expTime
kronFluxErr adu/secREAL-999 Kron flux errorcmf SkyChip.psf table KRON_FLUX_ERR / expTime
kronRadarcsecsREAL-999 Kron radius NA empty CZW: generally 2.5 * MOMENTS_R1, except when MOMENTS_R1 is large or small set to MOMENTS_R1 * 2.5
psfChiSq~arcsecs~REAL-999 ~Kron radius error~from cmf SkyChip.psf table ~empty~ psf_chisq
infoFlagdimensionlessBIGINT-999detection propertiescmf SkyChip.psf table old (everything prior to SAS9:FLAGS << 32 | FLAGS2)sa9: FLAGS2 <<32 | FLAGS sa10: dbflags <<45 |FLAGS2 <<32 |FLAGS
nFramesdimensionlessINT-999number of frames contributing to sourcecmf SkyChip.psf table N_FRAMES
activeFlagdimensionlessTINYINT-999indicates whether this detection/orphan is still a detection/orphan NA hardcoded to 0
assocDateMean Julian DaysDATE28881231date object association assigned NA date that batch has been prepared
historyModNumdimensionlessSMALLINT0modification number in the O-D association historyNA hardcoded to 0
dataReleaseMean Julian DaysTINYINT0Date release when this detection was originally taken.NA hardcoded to 1
StackApFlx
ODM attribute units Data type Default Description IPP source IPP variable/notes
objIDdimensionless BIGINT0ODM object identifierDVO same as StackDetection - see above
stackDetectIDdimensionslessBIGINT0ODM detection identifier DVO same as StackDetection - see above
ippObjIDdimensionslessBIGINT0IPP object identifier DVO same as StackDetection - see above
ippDetectIDdimensionslessBIGINT0detection ID generated by IPP cmf SkyChip.xrad extension IPP_IDET
filterIDdimensionslessTINYINT0filter identifier cmf primary header Same as StackMeta. See above.
stackTypeIDdimensionslessTINYINT0stack type identifier DVO Same as StackMeta. See above.
surveyIDdimensionslessTINYINT0survey flag identifier GPC1 database/DVO Same as StackMeta. See above.
primaryFunknownTINYINT255identifies best stack detection for Stacks overlapping the same region of the sky. NA hardcoded to 0
stackMetaIDunknownBIGINT0stack identifier GPC1 database Same as StackMeta. See above.
isophotFluxadu/secREAL-999isophotal magnitude NA empty
isophotFluxErradu/secREAL-999estimated error in isophotal magnitude NA empty
isophotMajAxispixelsREAL-999isophotal Major Axis NA empty
isophotMajAxisErrpixelsREAL-999estimated error in isophotal Major Axis NA empty
isophotMinAxispixelsREAL-999isophotal Minor Axis NA empty
isophotMinAxisErrpixelsREAL-999estimated error in isophotal Minor Axis NA empty
isophotMajAxisGradpixelsREAL-999isophotal major axis gradient NA empty
isophotMinAxisGradpixelsREAL-999isophotal minor axis gradient NA empty
isophotPAdegrees East of NorthREAL-999isophotal position angle NA empty
isophotPAErrdegreesREAL-999estimated error in isophotal position angle NA empty
isophotPAGraddimensionlessREAL-999isophotal position angle gradient NA empty
petRadiuspixelsREAL-999Petrosian radius cmf SkyChip.xsrc extension PETRO_RADIUS
petRadiusErrpixelsREAL-999estimated error inPetrosian radiuscmf SkyChip.xsrc extension PETRO_RADIUS_ERR
petFluxadu/secREAL-999Petrosian magntiudecmf SkyChip.xsrc extension PETRO_MAG
petFluxErradu/secREAL-999estimated error in petMagcmf SkyChip.xsrc extension PETRO_MAG_ERR
petR50pixelsREAL-999Petrosian radius at 50% lightcmf SkyChip.xsrc extension PETRO_RADIUS_50
petR50ErrpixelsREAL-999estimated error inPetrosian radius at 50% lightcmf SkyChip.xsrc extension PETRO_RADIUS_50_ERR
petR90pixelsREAL-999Petrosian radius at 90% lightcmf SkyChip.xsrc extension PETRO_RADIUS_90
petR90ErrpixelsREAL-999estimated error in Petrosian radius at 90% lightcmf SkyChip.xsrc extension PETRO_RADIUS_90_ERR
petCfdimensionlessREAL-999Petrosian fit coverage factor cmf SkyChip.xsrc extension PETRO_FILL
flxR1adu/secREAL-999Flux inside r = 1 cmf SkyChip.xrad extension APER_FLUX_1 where PSF_FWHM IS NULL
flxR1Erradu/secREAL-999estimated error is flxR1 cmf SkyChip.xrad extension APER_FLUX_ERR_1 where PSF_FWHM IS NULL
flxR1Stdadu/secREAL-999estimated standard deviation in flxR1 cmf SkyChip.xrad extension APER_FLUX_STDEV_1 where PSF_FWHM IS NULL
flxR1FilldimensionlessREAL-999estimated filling factor at R1 cmf SkyChip.xrad extension APER_FILL_1 where PSF_FWHM IS NULL
repeat for R=2 -> 10
c1flxR1unknownREAL-999Flux inside r = 1 cmf SkyChip.xrad extension APER_FLUX_1 where PSF_FWHM < 7.0
c1flxR1ErrunknownREAL-999estimated error is c1flxR1cmf SkyChip.xrad extension APER_FLUX_ERR_1 where PSF_FWHM < 7.0
c1flxR1StdunknownREAL-999estimated standard deviation in c1flxR1cmf SkyChip.xrad extension APER_FLUX_STDEV_1 where PSF_FWHM < 7.0
c1flxR1FillunknownREAL-999estimated filling factor at R1cmf SkyChip.xrad extension APER_FILL_1 where PSF_FWHM < 7.0
repeat for R=2 -> 10
c2flxR1unknownREAL-999Flux inside r = 1cmf SkyChip.xrad extension APER_FLUX_1 where PSF_FWHM > 7.0
c2flxR1ErrunknownREAL-999estimated error is c2flxR1cmf SkyChip.xrad extension APER_FLUX_ERR_1 where PSF_FWHM > 7.0
c2flxR1StdunknownREAL-999estimated standard deviation in c2flxR1cmf SkyChip.xrad extension APER_FLUX_STDEV_1 where PSF_FWHM > 7.0
c2flxR1FillunknownREAL-999estimated filling factor at R1cmf SkyChip.xrad extension APER_FILL_1 where PSF_FWHM > 7.0
repeat for R=2 -> 10
logCdimensionlessREAL-999Abraham concentration index NA empty
logAdimensionlessREAL-999Abraham asymmetry index NA empty
activeFlagdimensionlessTINYINT-999indicates whether this detection/orphan is still a detection/orphan NA hardcoded to 0
dataReleasedimensionlessTINYINT0Data release when this detection was taken NA hardcoded to 1
StackModelFit
ODM attribute units Data type Default Description IPP source IPP variable/notes
objIDdimensionlessBIGINT0ODM object identifier DVO same as StackDetection - see above
stackDetectIDdimensionlessBIGINT0ODM detection identifier DVO same as StackDetection - see above
ippObjIDdimensionlessBIGINT0IPP object identifier DVO same as StackDetection - see above
ippDetectIDdimensionlessBIGINT0detection ID generated by IPP from SkyChip.xfit extension IPP_IDET
filterIDdimensionlessTINYINT0filter identifier cmf primary header Same as StackMeta. See above.
stackTypeIDdimensionlessTINYINT0stack type identifier DVO Same as StackMeta. See above.
surveyIDdimensionlessTINYINT0survey flag identifier GPC1 database/DVO Same as StackMeta. See above.
primaryFdimensionlessTINYINT255identifies best stack detection for Stacks overlapping the same region of the sky. NA hardcoded to 0
stackMetaIDdimensionlessBIGINT0stack identifier GPC1 database Same as StackMeta. See above.
deVRadiusarcsecREAL-999deVaucouleurs radius cmf SkyChip.xfit extension EXT_WIDTH_MAJ where MODEL_TYPE = PS_MODEL_DEV
deVRadiusErrarcsecREAL-999estimated error in deVaucouleurs radius NA empty
deVFluxadu/secREAL-999deVaucouleurs magntiudecmf SkyChip.xfit extension EXT_INST_MAG where MODEL_TYPE = PS_MODEL_DEV
deVFluxErradu/secREAL-999estimated error in deV_mag cmf SkyChip.xfit extension EXT_INST_MAG_SIG where MODEL_TYPE = PS_MODEL_DEV
deVAbdimensionlessREAL-999deVaucoulerus axis ratio cmf SkyChip.xfit extension EXT_WIDTH_MAJ/b.EXT_WIDTH_MIN where MODEL_TYPE = PS_MODEL_DEV
deVAbErrdimensionlessREAL-999estimated error in deVaucoulerus axis ratio NA empty
deVPhidegrees East of NorthREAL-999estmated phi of deVaucouleurs axiscmf SkyChip.xfit extension EXT_THETA where MODEL_TYPE = PS_MODEL_DEV
deVPhiErrdegreesREAL-999estmated error of phi of deVaucouleurs axis NA empty
raDeVOffpixelsREAL-999Offset in RA of deVaucouleurs fit from PSF RA NA empty CZW: can be calculatd from X_PSF-X_EXT and Y_PSF-Y_EXT
decDeVOffpixelsREAL-999Offset in DEC of deVaucouleurs fit from PSF DEC NA empty CZW: can be calculatd from X_PSF-X_EXT and Y_PSF-Y_EXT
raDeVOffErrarcsecREAL-999estimated error in ra offset NA empty
decDeVOffErrarcsecREAL-999estimated error in dec offset NA empty
deVCfdimensionlessREAL-999deVaucouleurs fit coverage factor NA empty
deVLikelihooddimensionlessREAL-999deVaucouleurs fit likelihood factor NA empty
deVCovar11dimensionlessREAL-999covariance for deVaucouleurs fitcmf SkyChip.xfit extension EXT_COVAR_00_00 where MODEL_TYPE = PS_MODEL_DEV
deVCovar12dimensionlessREAL-999covariance for deVaucouleurs fit cmf SkyChip.xfit extension EXT_COVAR_00_01 where MODEL_TYPE = PS_MODEL_DEV
repeat until deVCovar77 and EXT_COVAR_06_06
expRadiuspixelsREAL-999Exponential fit radius cmf SkyChip.xfit extension EXT_WIDTH_MAJ where MODEL_TYPE = PS_MODEL_EXP
expRadiusErrpixelsREAL-999estimated error in Exponential fit radius NA empty
expFluxadu/secondsREAL-999Exponential fit magntiude cmf SkyChip.xfit extension EXT_INST_MAG where MODEL_TYPE = PS_MODEL_EXP
expFluxErradu/secondsREAL-999estimated error in expMag cmf SkyChip.xfit extension EXT_INST_MAG_SIG where MODEL_TYPE = PS_MODEL_EXP
expAbdimensionlessREAL-999Exponential fit axis ratio cmf SkyChip.xfit extension EXT_WIDTH_MAJ/b.EXT_WIDTH_MIN where MODEL_TYPE = PS_MODEL_EXP
expAbErrdimensionlessREAL-999estimated error in Exponential fit axis ratio NA empty
expPhidegreesREAL-999estmated phi of Exponential axiscmf SkyChip.xfit extension EXT_THETA where MODEL_TYPE = PS_MODEL_EXP
expPhiErrdegreesREAL-999estmated error of phi of Exponential axis NA empty
raExpOffarcsecREAL-999Offset in RA of Exponential fit from PSF RA NA empty CZW: can be calculatd from X_PSF-X_EXT and Y_PSF-Y_EXT
decExpOffarcsecREAL-999Offset in DEC of Exponential fit from PSF DEC NA empty CZW: can be calculatd from X_PSF-X_EXT and Y_PSF-Y_EXT
raExpOffErrarcsecREAL-999estimated error in raExpOff NA empty
decExpOffErrarcsecREAL-999estimated error in decExpOff NA empty
expCfdimensionlessREAL-999Exponential fit coverage factor NA empty
expLikelihooddimensionlessREAL-999Exponential fit likelihood factor NA empty
expCovar11dimensionlessREAL-999covariance for Exponential fit cmf SkyChip.xfit extension EXT_COVAR_00_00 where MODEL_TYPE = PS_MODEL_EXP
expCovar12dimensionlessREAL-999covariance for Exponential fit cmf SkyChip.xfit extension EXT_COVAR_00_01 where MODEL_TYPE = PS_MODEL_EXP
repeat until expCovar77 and EXT_COVAR_06_06
serRadiuspixelsREAL-999Sersic radius cmf SkyChip.xfit extension EXT_WIDTH_MAJ where MODEL_TYPE = PS_MODEL_SERSIC
serRadiusErrpixelsREAL-999estimated error in Sersic radius NA empty
serFluxadu/secondsREAL-999Sersic magntiude cmf SkyChip.xfit extension EXT_INST_MAG where MODEL_TYPE = PS_MODEL_SERSIC
serFluxErradu/secondsREAL-999estimated error in serMag cmf SkyChip.xfit extension EXT_INST_MAG_SIG where MODEL_TYPE = PS_MODEL_SERSIC
serAbdimensionlessREAL-999Sersic axis ratio cmf SkyChip.xfit extension EXT_WIDTH_MAJ/b.EXT_WIDTH_MIN where MODEL_TYPE = PS_MODEL_SERSIC
serAbErrdimensionlessREAL-999estimated error in Sersic axis ratio cmf SkyChip.xfit extension EXT_INST_MAG_SIG where MODEL_TYPE = PS_MODEL_SERSIC
serNudimensionlessREAL-999Sersic index cmf SkyChip.xfit extension EXT_PAR_07 where MODEL_TYPE = PS_MODEL_SERSIC
serNuErrdimensionlessREAL-999estimated error in Sersic index cmf SkyChip.xfit extension SQRT(EXT_COVAR_07_07) where MODEL_TYPE = PS_MODEL_SERSIC
serPhidegreesREAL-999estmated phi of Sersic axis cmf SkyChip.xfit extension EXT_THETA where MODEL_TYPE = PS_MODEL_SERSIC
serPhiErrdegreesREAL-999estmated error of phi of Sersic axis NA empty
raSerOffarcsedREAL-999Offset in RA of Sersic fit from PSF RA NA empty CZW: can be calculatd from X_PSF-X_EXT and Y_PSF-Y_EXT
decSerOffarcsecREAL-999Offset in DEC of Sersic fit from PSF DEC NA empty CZW: can be calculatd from X_PSF-X_EXT and Y_PSF-Y_EXT
raSerOffErrarcsecREAL-999estimated error in raSerOff NA empty
decSerOffErrarcsecREAL-999estimated error in decSerOff NA empty
serCfunknowndimensionless -ditto-999Sersic fit coverage factor NA empty
serLikelihoodunknownREAL-999Sersic fit likelihood factor NA empty
sersicCovar11unknownREAL-999covariance for Sersic fit cmf SkyChip.xfit extension EXT_COVAR_00_00 where MODEL_TYPE = PS_MODEL_SERSIC
sersicCovar12unknownREAL-999covariance for Sersic fit cmf SkyChip.xfit extension EXT_COVAR_00_01 where MODEL_TYPE = PS_MODEL_SERSIC
repeat until sersicCovar88 and EXT_COVAR_07_07
activeFlagunknownTINYINT-999indicates whether this detection/orphan is still a detection/orphan NA hardcoded to 0
dataReleaseunknownTINYINT0Data release when this detection was taken NA hardcoded to 1
StackToImage
ODM attribute units Data type Default Description IPP source IPP variable/notes
stackMetaIDdimensionlessBIGINT0stack identifier GPC1 database Same as StackMeta. See above.
imageIDunknownBIGINT0hashed exposure-ccdID identifier GPC1 database SELECT DISTINCT CONCAT(exp_id, SUBSTR(class_id, 3, 4)) FROM ( SELECT DISTINCT exp_id,class_id FROM warpSkyCellMap ... JOIN-ed using stack_id
SkinnyObject
ODM attribute units Data type Default Description IPP source IPP variable/notes
objIDdimensionlessBIGINT0ODM object identifier index DVO same as StackDetection - see above
ippObjIDdimensionlessBIGINT0IPP object number DVO same as StackDetection - see above
projectionCellIDdimensionlessINT-999projection cell identifier at discovery time NA same as StackDetection - see above
dataReleasedimensionlessTINYINT0Data release to propagate to the object NA hardcoded to 1
surveyIDdimensionlessTINYINT255surveyID </coluumn> GPC1 database/DVO Same as StackMeta. See above.
ObjectCalColor
ODM attribute units Data type Default Description IPP source IPP variable/notes
objIDdimensionlessBIGINT0ODM object identifier DVO same as StackDetection - see above
ippObjIDdimensionlessBIGINT0ipp object identifier DVO same as StackDetection - see above
filterIDdimensionlessTINYINT0filter identifier cmf primary header Same as StackMeta. See above.
calColormagREAL0 color adopted for magnitude calculationNA empty
calColorErrmagREAL0 error in calibrating color NA empty
calibModNumdimensionlessSMALLINT0calibration modification numberNA empty
dataReleasedimensionlessTINYINT0Data release when this color calibration was established NA hardcoded to 1
StackDetectionCalib - previously all done by psps
ODM attribute units Data type Default Description IPP source IPP variable/notes
objID dimensionless BIGINT 8 NA ODM object identifier dvo
stackDetectID dimensionless BIGINT 8 NA ODM detection identifier dvo
ippObjID dimensionless BIGINT 8 NA IPP object identifierdvo
ippDetectID dimensionless BIGINT 8 NA detection ID generated by IPP dvo
filterID dimensionless TINYINT 1 NA filter identifier dvo
surveyID dimensionless TINYINT 1 NA survey flag identifier dvo
ra degrees FLOAT 8 NA Right Ascensiondvo
dec degrees FLOAT 8 NA No commentdvo
raErr arcsecREAL 4 0.0 Right Ascension error dvo
decErr arcsec REAL 4 NA No comment dvo
zp magnitude REAL 4 NA zeropoint dvo
zpErr magnitude REAL 4 0.0 zeropoint err dvo
expTime seconds REAL 4 NA exptime dvo
airMass dimensionless REAL 4 0.0 airmass dvo
dataRelease dimensionless TINYINT 1 NA Data release when this detection was processed
Note: See TracWiki for help on using the wiki.