Contains the positional information for objects in a number of coordinate systems. |
The objects associate single epoch detections and the stacked detections within a one arcsecond radius. The mean position from the single epoch data is used as the basis for coordinates when available, or the position of an object in the stack when it is not. The right ascension and declination for both the stack and single epoch mean is provided. The number of detections in each filter from single epoch data is listed, along with which filters the object has a stack detection. Required constraints:
|
Name | Type | Length | Unit | Description | Default Value | Unified Content Descriptor |
---|---|---|---|---|---|---|
objName | varchar | 32 | IAU name for this object. | meta.id | ||
objNameHMS | varchar | 32 | Alternate Pan-STARRS name for this object. | meta.id | ||
objAltName1 | varchar | 32 | Alternate name for this object. | meta.id | ||
objAltName2 | varchar | 32 | Altername name for this object. | meta.id | ||
objAltName3 | varchar | 32 | Altername name for this object. | meta.id | ||
objPopularName | varchar | 140 | Well known name for this object. | meta.id | ||
objID | bigint | 8 | Unique object identifier. | meta.id;meta.main | ||
uniquePspsOBid | bigint | 8 | Unique internal PSPS object identifier. | meta.id | ||
ippObjID | bigint | 8 | IPP internal object identifier. | meta.id | ||
surveyID | tinyint | 1 | Survey identifier. Details in the Survey table. | meta.id | ||
htmID | bigint | 8 | Hierarchical triangular mesh (Szalay 2007) index. | pos.HTM | ||
zoneID | int | 4 | Local zone index, found by dividing the sky into bands of declination 1/2 arcminute in height: zoneID = floor((90 + declination)/0.0083333). | meta.id | ||
tessID | tinyint | 1 | Tessellation identifier. Details in the TessellationType table. | 0 | meta.id | |
projectionID | smallint | 2 | Projection cell identifier. | -1 | meta.id | |
skyCellID | tinyint | 1 | Skycell region identifier. | 255 | meta.id | |
randomID | float | 8 | Random value drawn from the interval between zero and one. | meta.id | ||
batchID | bigint | 8 | Internal database batch identifier. | meta.id | ||
dvoRegionID | int | 4 | Internal DVO region identifier. | -1 | meta.id | |
processingVersion | tinyint | 1 | Data release version. | meta.id;meta.software | ||
objInfoFlag | int | 4 | Information flag bitmask indicating details of the photometry. Values listed in ObjectInfoFlags | 0 | meta.code | |
qualityFlag | tinyint | 1 | Subset of objInfoFlag denoting whether this object is real or a likely false positive. Values listed in ObjectQualityFlags | 0 | meta.code.qual | |
raStack | float | 8 | degrees | Right ascension from stack detections, weighted mean value across filters, in equinox J2000. See StackObjectThin for stack epoch information. | -999 | pos.eq.ra |
decStack | float | 8 | degrees | Declination from stack detections, weighted mean value across filters, in equinox J2000. See StackObjectThin for stack epoch information. | -999 | pos.eq.dec |
raStackErr | real | 4 | arcsec | Right ascension standard deviation from stack detections. | -999 | stat.error |
decStackErr | real | 4 | arcsec | Declination standard deviation from stack detections. | -999 | stat.error |
raMean | float | 8 | degrees | Right ascension from single epoch detections (weighted mean) in equinox J2000 at the mean epoch given by epochMean. | -999 | pos.eq.ra |
decMean | float | 8 | degrees | Declination from single epoch detections (weighted mean) in equinox J2000 at the mean epoch given by epochMean. | -999 | pos.eq.dec |
raMeanErr | real | 4 | arcsec | Right ascension standard deviation from single epoch detections. | -999 | stat.error |
decMeanErr | real | 4 | arcsec | Declination standard deviation from single epoch detections. | -999 | stat.error |
epochMean | float | 8 | days | Modified Julian Date of the mean epoch corresponding to raMean, decMean (equinox J2000). Note that Gaia DR1 data is sometimes included in the mean position; in those cases, the epochMean value is near the Gaia DR1 epoch 2015.5 = MJD 15023. As a result, epochMean is not necessarily near the mean value of the PS1 measurement dates. | -999 | |
posMeanChisq | real | 4 | Reduced chi squared value of mean position. | -999 | stat.stdev | |
cx | float | 8 | Cartesian x on a unit sphere. | pos.cartesian.x;pos.eq | ||
cy | float | 8 | Cartesian y on a unit sphere. | pos.cartesian.y;pos.eq | ||
cz | float | 8 | Cartesian z on a unit sphere. | pos.cartesian.y;pos.eq | ||
lambda | float | 8 | degrees | Ecliptic longitude. | -999 | |
beta | float | 8 | degrees | Ecliptic latitude. | -999 | |
l | float | 8 | degrees | Galactic longitude. | -999 | |
b | float | 8 | degrees | Galactic latitude. | -999 | |
nStackObjectRows | smallint | 2 | Number of independent StackObjectThin rows associated with this object. | -999 | ||
nStackDetections | smallint | 2 | Number of stack detections. | -999 | ||
nDetections | smallint | 2 | Number of single epoch detections in all filters. | -999 | ||
ng | smallint | 2 | Number of single epoch detections in g filter. | -999 | ||
nr | smallint | 2 | Number of single epoch detections in r filter. | -999 | ||
ni | smallint | 2 | Number of single epoch detections in i filter. | -999 | ||
nz | smallint | 2 | Number of single epoch detections in z filter. | -999 | ||
ny | smallint | 2 | Number of single epoch detections in y filter. | -999 | ||
Total length | 499 |