| 119 | | == Unresolved fields for diff stage == |
| 120 | | |
| 121 | | || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || |
| 122 | | ||'''{{{StackMeta}}}'''|||||||||| |
| 123 | | ||stackMetaID||BIGINT||stack identifier|| || || |
| 124 | | ||skycellID||INT||skycell region identifier || || missing from cmf files || |
| 125 | | ||surveyID||TINYINT||survey flag identifier || || e.g. 3PI, M31, MD, STS - need common enum || |
| 126 | | ||photoCalID||INT||photometry code numerical id || || || |
| 127 | | ||filterID||TINYINT||filter identifier || ||IPP uses string (g.00000). Need enum. || |
| 128 | | ||stackTypeID||TINYINT||stack type identifier || || || |
| 129 | | ||refImageID||BIGINT||identifier of image used as reference for analysis || || || |
| 130 | | ||subtrImageID||BIGINT||identifier of image subtracted to generate difference image || || || |
| 131 | | ||analVer||SMALLINT||analysis version index || || || |
| 132 | | ||nP2Images||SMALLINT||number of P2 images contributing to this cell || || || |
| 133 | | ||astroScat||FLOAT||0.astrometric scatter for chip || || || |
| 134 | | ||photoScat||FLOAT||0.photometric scatter for chip || || || |
| 135 | | ||nAstroRef||INT||number of astrometric reference sources || || || |
| 136 | | ||nPhoRef||INT||number of photometric reference sources || || || |
| 137 | | ||psfFwhm||FLOAT||PSF full width at half maximum || || || |
| 138 | | ||psfmodelID||SMALLINT||PSF model identifier || || || |
| 139 | | ||psfExtra1||FLOAT||PSF parameters || || || |
| 140 | | ||psfExtra2||FLOAT||PSF parameters || || || |
| 141 | | ||photoZero||FLOAT||local derived photometric zero point || || || |
| 142 | | ||photoColor||FLOAT||local derived photometric color term || || || |
| 143 | | ||polyOrder||TINYINT||polynomial order of astrometry fit || || || |
| 144 | | ||pca1x3y0||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 145 | | ||pca1x2y1||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 146 | | ||pca1x1y2||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 147 | | ||pca1x0y3||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 148 | | ||pca1x2y0||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 149 | | ||pca1x1y1||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 150 | | ||pca1x0y2||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 151 | | ||pca2x3y0||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 152 | | ||pca2x2y1||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 153 | | ||pca2x1y2||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 154 | | ||pca2x0y3||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 155 | | ||pca2x2y0||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 156 | | ||pca2x1y1||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 157 | | ||pca2x0y2||FLOAT||polynomial coefficients for the astrometric fit || || not available || |
| 158 | | ||calibModNum||SMALLINT||calibration modification number || || || |
| 159 | | ||dataRelease||TINYINT||Data release || || || |
| 160 | | ||'''{{{StackToImage}}}'''|||||||||| |
| 161 | | ||stackMetaID||BIGINT||stack identifier || || || |
| 162 | | ||imageID||BIGINT||hashed exposure-ccdID identifier || || || |
| 163 | | ||'''{{{StackLowSigDelta/StackHighSigDelta}}}'''|||||||||| |
| 164 | | ||partitionKey||BIGINT||partition key || || || |
| 165 | | ||stackDiffID||BIGINT||ODM detection identifier || || || |
| 166 | | ||ippDetectID||BIGINT||detection id generated by IPP || || || |
| 167 | | ||filterID||TINYINT||filter ID: g=1, r=2, i=3, z=4, y=5, w=6,.. || || || |
| 168 | | ||psfLikelihood||FLOAT||PSF likelihood || || || |
| 169 | | ||infoFlag||INT||indicator of strange propeties || || || |
| 170 | | ||nFrames||INT||number of frames contributing to source || || || |
| 171 | | ||htmID||BIGINT||HTM index for the detection || || || |
| 172 | | ||zoneID||INT||Zone index || || || |
| 173 | | ||raErr||FLOAT||estimated error in ra || || || |
| 174 | | ||decErr||FLOAT||estimated error in dec || || || |
| 175 | | ||cx||FLOAT||cartesian x || || || |
| 176 | | ||cy||FLOAT||cartesian y || || || |
| 177 | | ||cz||FLOAT||cartesian z || || || |
| 178 | | ||calMag||FLOAT||calibrated magnitude || || || |
| 179 | | ||calMagErr||FLOAT||estimated error in calMag || || || |
| 180 | | ||dataRelease||TINYINT||Data release when this detection was taken || || || |
| 181 | | |
| 182 | | == Unresolved fields for stack stage == |
| 183 | | |
| 184 | | Not yet... |