| | 1 | == PS1 3pi DVO Database Snapshop 2011.04.21 == |
| | 2 | |
| | 3 | The latest 3pi DVO database release can be found at the following location: |
| | 4 | |
| | 5 | {{{rsync://ipp0032.ifa.hawaii.edu/ps1-3pi-catdirs-20110421}}} |
| | 6 | |
| | 7 | This rsync location is protected with a password, see your DRAVG representative for information |
| | 8 | |
| | 9 | The following plots show the coverage in g,r,i,z,y. |
| | 10 | |
| | 11 | This database is similar in contents to the previous (2011/2/1) database. |
| | 12 | |
| | 13 | Some notes on what this database contains: |
| | 14 | |
| | 15 | * all 3pi data taken since the start of demo month (2010/2/12) through the start of April (2011/4/1) |
| | 16 | * 2MASS detections matched to all objects |
| | 17 | * average fields for grizy and JHK (eg, avextract g i J K would work) |
| | 18 | * zero point calibrations for the PS1 data come from the synthetic photometry database. |
| | 19 | * astrometric calibration is the default in-line calibration relative to the 2MASS frame |
| | 20 | * average magnitudes use a weighted mean, and skip detections that have PSF_QF < 0.85 (excessively masked objects). there is no iterative clipping, however. |
| | 21 | |
| | 22 | In addition, there are 4 bit flags available in the average table for |
| | 23 | each object to give a hint at quality and extendedness: |
| | 24 | |
| | 25 | * for all PS1 detections, the detection is considered 'extended' if (mag_psf - mag_ap > 0.5) |
| | 26 | * if the number of 'extended detections' exceeds the number of 'psf-like' detections, the object is flagged as "PS1 extended" (objflag & 0x01000000) |
| | 27 | * if any of the detections have PSF_QF > 0.85, then the object is considered "PS1 good" (objflag & 0x04000000) |
| | 28 | * similarly, if the 2MASS J-band flags indicate the source is extended, the object is considered "2MASS extended" (objflag & 0x02000000) |
| | 29 | * if the 2MASS J-band detection is significant (**), the source is considered "2MASS good" (objflag & 0x08000000) |
| | 30 | |
| | 31 | ** 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. |
| | 32 | |
| | 33 | For more information about 2MASS representation in DVO, see [wiki:2MASS_info_in_DVO]. |