| 31 | | * for all PS1 detections, the detection is considered 'extended' if (mag_psf - mag_ap > 0.5) |
| 32 | | * if the number of 'extended detections' exceeds the number of 'psf-like' detections, the object is flagged as "PS1 extended" (objflag & 0x01000000) |
| 33 | | * if any of the detections have PSF_QF > 0.85, then the object is considered "PS1 good" (objflag & 0x04000000) |
| 34 | | * similarly, if the 2MASS J-band flags indicate the source is extended, the object is considered "2MASS extended" (objflag & 0x02000000) |
| 35 | | * if the 2MASS J-band detection is significant (**), the source is considered "2MASS good" (objflag & 0x08000000) |
| 36 | | |
| 37 | | ** A significant 2MASS source means their field ph_qual is one of the 3 classes A, B, or C, which means the source is > 5 sigma and has some quality limits. |
| | 33 | * for all PS1 detections, the detection is considered 'extended' if (mag_psf - mag_ap > 0.5) |
| | 34 | * if the number of 'extended detections' exceeds the number of 'psf-like' detections, the object is flagged as "PS1 extended" (objflag & 0x01000000) |
| | 35 | * if any of the detections have PSF_QF > 0.85, then the object is considered "PS1 good" (objflag & 0x04000000) |
| | 36 | * similarly, if the 2MASS J-band flags indicate the source is extended, the object is considered "2MASS extended" (objflag & 0x02000000) |
| | 37 | * if the 2MASS J-band detection is significant (**), the source is considered "2MASS good" (objflag & 0x08000000) |
| | 38 | * A significant 2MASS source means their field ph_qual is one of the 3 classes A, B, or C, which means the source is > 5 sigma and has some quality limits. |