IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2015, 11:48:04 AM (11 years ago)
Author:
eugene
Message:

delete CameraConfig table; delete photoColor (FW and OB); add magnitude unites to zeropoint and extinction; add ObjectThin.epochMean; add Stack.DetEffMeta.nInjected, Diff.DetEffMeta.nInjected, Stack.DetEffMeta.nInjected; delete stackDetectRowID; add (grizy)Epoch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/tables.OB.vot

    r39032 r39081  
    44  <RESOURCE>
    55    <TABLE name="ObjectThin">
    6       <DESCRIPTION>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 position of an object in the stack is used as the basis for coordinates when available, with the mean position from the single epoch data 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.  References: Szalay, A. S., Gray, J., Fekete, G., et al. 2007, arXiv:cs/0701164.</DESCRIPTION>
     6
     7      <DESCRIPTION>Contains the positional information for objects in
     8      a number of coordinate systems.  The objects associate single
     9      epoch detections and the stacked detections within a one
     10      arcsecond radius.  The mean position from the single epoch data
     11      is used as the basis for coordinates when available, or the
     12      position of an object in the stack when it is not.  The right
     13      ascension and declination for both the stack and single epoch
     14      mean is provided.  The number of detections in each filter from
     15      single epoch data is listed, along with which filters the object
     16      has a stack detection.  References: Szalay, A. S., Gray, J.,
     17      Fekete, G., et al. 2007, arXiv:cs/0701164.</DESCRIPTION>
     18
    719      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    820      <FIELD name="objName" arraysize="32" datatype="char" unit="dimensionless"  default="NA">
     
    6476      </FIELD>
    6577      <FIELD name="raStack" arraysize="1" datatype="double" unit="degrees" default="-999">
    66         <DESCRIPTION>Right ascension mean from stack detections.</DESCRIPTION>
     78        <DESCRIPTION>Right ascension from stack detections, weighted mean value across filters, in equinox J2000.  See StackObjectThin for stack epoch information.</DESCRIPTION>
    6779      </FIELD>
    6880      <FIELD name="decStack" arraysize="1" datatype="double" unit="degrees" default="-999">
    69         <DESCRIPTION>Declination mean from stack detections.</DESCRIPTION>
     81        <DESCRIPTION>Declination from stack detections, weighted mean value across filters, in equinox J2000.  See StackObjectThin for stack epoch information.</DESCRIPTION>
    7082      </FIELD>
    7183      <FIELD name="raStackErr" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    7688      </FIELD>
    7789      <FIELD name="raMean" arraysize="1" datatype="double" unit="degrees" default="-999">
    78         <DESCRIPTION>Right ascension mean from single epoch detections.</DESCRIPTION>
     90        <DESCRIPTION>Right ascension from single epoch detections (weighted mean) in equinox J2000 at the mean epoch given by epochMean.</DESCRIPTION>
    7991      </FIELD>
    8092      <FIELD name="decMean" arraysize="1" datatype="double" unit="degrees" default="-999">
    81         <DESCRIPTION>Declination mean from single epoch detections.</DESCRIPTION>
     93        <DESCRIPTION>Declination from single epoch detections (weighted mean) in equinox J2000 at the mean epoch given by epochMean.</DESCRIPTION>
    8294      </FIELD>
    8395      <FIELD name="raMeanErr" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    8698      <FIELD name="decMeanErr" arraysize="1" datatype="float" unit="arcsec" default="-999">
    8799        <DESCRIPTION>Declination standard deviation from single epoch detections.</DESCRIPTION>
     100      </FIELD>
     101      <FIELD name="epochMean" arraysize="1" datatype="double" unit="days" default="-999">
     102        <DESCRIPTION>Modified Julian Date of the mean epoch corresponding to raMean, decMean (equinox J2000).</DESCRIPTION>
    88103      </FIELD>
    89104      <FIELD name="posMeanChisq" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     
    140155    </TABLE>
    141156    <TABLE name="MeanObject">
    142       <DESCRIPTION>Contains the mean photometric information for objects based on the single epoch data, calculated as described in Magnier et al (2013).  PSF, Kron (1980), and aperture magnitudes and statistics are listed for all filters.  References: Kron, R. G. 1980, ApJS, 43, 305; Magnier, E. A., Schlafly, E., Finkbeiner, D., et al. 2013, ApJS, 205, 20.</DESCRIPTION>
     157
     158      <DESCRIPTION>Contains the mean photometric information for
     159      objects based on the single epoch data, calculated as described
     160      in Magnier et al (2013).  To be included in this table, an
     161      object must be bright enough to have been detected at least once
     162      in an individual exposure.  PSF, Kron (1980), and aperture
     163      magnitudes and statistics are listed for all filters.
     164      References: Kron, R. G. 1980, ApJS, 43, 305; Magnier, E. A.,
     165      Schlafly, E., Finkbeiner, D., et al. 2013, ApJS, 205,
     166      20.</DESCRIPTION>
     167
    143168      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    144169      <FIELD name="objID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
Note: See TracChangeset for help on using the changeset viewer.