| 339 | | |
| 340 | | |
| | 339 | == Unresolved fields for diff stage == |
| | 340 | |
| | 341 | '''{{{StackMeta}}}''' |
| | 342 | |
| | 343 | || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || |
| | 344 | ||stackMetaID||BIGINT||stack identifier|| || || |
| | 345 | ||skycellID||INT||skycell region identifier || || missing from cmf files || |
| | 346 | ||surveyID||TINYINT||survey flag identifier || || || |
| | 347 | ||photoCalID||INT||photometry code numerical id || || || |
| | 348 | ||filterID||TINYINT||filter identifier || || || |
| | 349 | ||stackTypeID||TINYINT||stack type identifier || || || |
| | 350 | ||refImageID||BIGINT||identifier of image used as reference for analysis || || || |
| | 351 | ||subtrImageID||BIGINT||identifier of image subtracted to generate difference image || || || |
| | 352 | ||analVer||SMALLINT||analysis version index || || || |
| | 353 | ||nP2Images||SMALLINT||number of P2 images contributing to this cell || || || |
| | 354 | ||astroScat||FLOAT||0.astrometric scatter for chip || || || |
| | 355 | ||photoScat||FLOAT||0.photometric scatter for chip || || || |
| | 356 | ||nAstroRef||INT||number of astrometric reference sources || || || |
| | 357 | ||nPhoRef||INT||number of photometric reference sources || || || |
| | 358 | ||psfFwhm||FLOAT||PSF full width at half maximum || || || |
| | 359 | ||psfmodelID||SMALLINT||PSF model identifier || || || |
| | 360 | ||psfExtra1||FLOAT||PSF parameters || || || |
| | 361 | ||psfExtra2||FLOAT||PSF parameters || || || |
| | 362 | ||photoZero||FLOAT||local derived photometric zero point || || || |
| | 363 | ||photoColor||FLOAT||local derived photometric color term || || || |
| | 364 | ||pca1x3y0||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 365 | ||pca1x2y1||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 366 | ||pca1x1y2||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 367 | ||pca1x0y3||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 368 | ||pca1x2y0||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 369 | ||pca1x1y1||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 370 | ||pca1x0y2||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 371 | ||pca2x3y0||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 372 | ||pca2x2y1||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 373 | ||pca2x1y2||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 374 | ||pca2x0y3||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 375 | ||pca2x2y0||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 376 | ||pca2x1y1||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 377 | ||pca2x0y2||FLOAT||polynomial coefficients for the astrometric fit || || || |
| | 378 | ||calibModNum||SMALLINT||calibration modification number || || || |
| | 379 | ||dataRelease||TINYINT||Data release || || || |
| | 380 | |
| | 381 | '''{{{StackToImage}}}''' |
| | 382 | |
| | 383 | || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || |
| | 384 | ||stackMetaID||BIGINT||stack identifier || || || |
| | 385 | ||imageID||BIGINT||hashed exposure-ccdID identifier || || || |
| | 386 | |
| | 387 | '''{{{StackLowSigDelta/StackHighSigDelta}}}''' |
| | 388 | |
| | 389 | || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || |
| | 390 | ||partitionKey||BIGINT||partition key || || || |
| | 391 | ||stackDiffID||BIGINT||ODM detection identifier || || || |
| | 392 | ||ippDetectID||BIGINT||detection id generated by IPP || || || |
| | 393 | ||filterID||TINYINT||filter ID: g=1, r=2, i=3, z=4, y=5, w=6,.. || || || |
| | 394 | ||psfLikelihood||FLOAT||PSF likelihood || || || |
| | 395 | ||infoFlag||INT||indicator of strange propeties || || || |
| | 396 | ||nFrames||INT||number of frames contributing to source || || || |
| | 397 | ||htmID||BIGINT||HTM index for the detection || || || |
| | 398 | ||zoneID||INT||Zone index || || || |
| | 399 | ||raErr||FLOAT||estimated error in ra || || || |
| | 400 | ||decErr||FLOAT||estimated error in dec || || || |
| | 401 | ||cx||FLOAT||cartesian x || || || |
| | 402 | ||cy||FLOAT||cartesian y || || || |
| | 403 | ||cz||FLOAT||cartesian z || || || |
| | 404 | ||calMag||FLOAT||calibrated magnitude || || || |
| | 405 | ||calMagErr||FLOAT||estimated error in calMag || || || |
| | 406 | ||dataRelease||TINYINT||Data release when this detection was taken || || || |
| | 407 | |
| | 408 | |