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.DF.vot

    r39071 r39081  
    44  <RESOURCE>
    55    <TABLE name="DiffMeta">
    6       <DESCRIPTION>Contains metadata related to a difference image constructed by subtracting the stacked image from the single epoch data.  The astrometric calibration of the reference stack is listed.</DESCRIPTION>
     6
     7      <DESCRIPTION>Contains metadata related to a difference image
     8      constructed by subtracting a stacked image from a single epoch
     9      image, or in the case of the MD Survey from a nightly stack
     10      (stack made from all exposures in a single filter in a single
     11      night).  The astrometric calibration of the reference stack is
     12      listed.</DESCRIPTION>
     13
    714      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>           
    815      <FIELD name="diffImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    2229      </FIELD>
    2330      <FIELD name="frameID" arraysize="1" datatype="int" unit="dimensionless" default="NA">
    24         <DESCRIPTION>Frame/exposure identifier for the postitive image in warp-stack difference images.</DESCRIPTION>
     31        <DESCRIPTION>Frame/exposure identifier for the postitive image in warp-stack difference images; not populated for stack-stack differences.</DESCRIPTION>
    2532      </FIELD>
    2633      <FIELD name="posImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    27         <DESCRIPTION>Image identifier for the positive image.  For warp-stack difference images, this corresponds to the ForcedWarpToImage.forcedWarpID entry.</DESCRIPTION>
     34        <DESCRIPTION>Image identifier for the positive image.  For warp-stack difference images, this corresponds to the ForcedWarpToImage.forcedWarpID entry.  For stack-stack difference images, this corresponds to StackMeta.stackImageID.  </DESCRIPTION>
    2835      </FIELD>
    2936      <FIELD name="negImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    134141    </TABLE>
    135142    <TABLE name="DiffDetection">
    136       <DESCRIPTION>Contains the photometry of individual detections from the difference image.  The identifiers connecting the detection back to the difference image and to the object association are provided.  PSF, aperture, and Kron (1980) photometry are included, along with sky and detector coordinate positions.  Statistics  References: Kron, R. G. 1980, ApJS, 43, 305.</DESCRIPTION>
     143      <DESCRIPTION>Contains the photometry of individual detections from a difference image.  The identifiers connecting the detection back to the difference image and to the object association are provided.  PSF, aperture, and Kron (1980) photometry are included, along with sky and detector coordinate positions.  Statistics  References: Kron, R. G. 1980, ApJS, 43, 305.</DESCRIPTION>
    137144      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    138145      <FIELD name="diffObjID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    356363
    357364    <TABLE name="DiffDetEffMeta">
    358       <DESCRIPTION>Contains the detection efficiency information for a given individual difference image.  Provides the number of recovered sources out of 500 and statistics about the magnitudes of the recovered sources for a range of magnitude offsets.</DESCRIPTION>
     365      <DESCRIPTION>Contains the detection efficiency information for a given individual difference image.  Provides the number of recovered sources out of 500 injected sources and statistics about the magnitudes of the recovered sources for a range of magnitude offsets.</DESCRIPTION>
    359366      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    360367      <FIELD name="diffImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    363370      <FIELD name="magref" arraysize="1" datatype="float" unit="magnitudes" default="NA">
    364371        <DESCRIPTION>Detection efficiency reference magnitude.</DESCRIPTION>
     372      </FIELD>
     373      <FIELD name="nInjected" arraysize="1" datatype="int" unit="dimensionless" default="NA">
     374        <DESCRIPTION>Number of fake sources injected in each magnitude bin.</DESCRIPTION>
    365375      </FIELD>
    366376      <FIELD name="offset01" arraysize="1" datatype="float" unit="magnitudes" default="NA">
Note: See TracChangeset for help on using the changeset viewer.