IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2015, 4:32:17 PM (11 years ago)
Author:
watersc1
Message:

As per discussion, drop ForcedSummaryToImage and ForcedSummaryMeta tables, as they duplicate information better accesed via the ForcedWarp/Stack tables. Changed XforcedSummaryID to XstackImageID to the link back to stack information, and to match the IMAGE_ID populated from DVO. Change forcedgalaxybatch.py to know this column name change, and cut commented code that was to implement the dropped tables from forcedwarpbatch.py.

File:
1 edited

Legend:

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

    r38965 r39029  
    33<VOTABLE version="1.1">
    44  <RESOURCE>
    5     <TABLE name="ForcedSummaryMeta">
    6       <DESCRIPTION>Contains the metadata linking the stacked image used to generate sources to the summary of the single epoch forced warp photometry.</DESCRIPTION>
    7       <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    8       <FIELD name="forcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    9         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
    10       </FIELD>
    11       <FIELD name="batchID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    12         <DESCRIPTION>Internal database batch identifier.</DESCRIPTION>
    13       </FIELD>
    14       <FIELD name="surveyID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
    15         <DESCRIPTION>Survey identifier.  Details in the Survey table.</DESCRIPTION>
    16       </FIELD>
    17       <FIELD name="filterID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
    18         <DESCRIPTION>Filter identifier.  Details in the Filter table.</DESCRIPTION>
    19       </FIELD>
    20       <FIELD name="stackMetaID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    21         <DESCRIPTION>Unique stack identifier.</DESCRIPTION>
    22       </FIELD>
    23       <FIELD name="processingVersion" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
    24         <DESCRIPTION>Data release version.</DESCRIPTION>
    25       </FIELD>
    26       <DATA>
    27         <TABLEDATA></TABLEDATA>
    28       </DATA>
    29     </TABLE>
    305    <TABLE name="ForcedGalaxyShape">
    316      <DESCRIPTION>Contains the extended source galaxy shape parameters.  All filters are matched into a single row.  References:  Sersic, J. L. 1963, Boletin de la Asociacion Argentina de Astronomia La Plata Argentina, 6, 41.</DESCRIPTION>
     
    5328        <DESCRIPTION>IPP internal detection identifier.</DESCRIPTION>
    5429      </FIELD>
    55       <FIELD name="gforcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    56         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
     30      <FIELD name="gstackImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     31        <DESCRIPTION>Unique stack identifier for the g filter stack that was the original detection source.</DESCRIPTION>
    5732      </FIELD>
    5833      <FIELD name="gGalMajor" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    8156        <DESCRIPTION>IPP internal detection identifier.</DESCRIPTION>
    8257      </FIELD>
    83       <FIELD name="rforcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    84         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
     58      <FIELD name="rstackImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     59        <DESCRIPTION>Unique stack identifier for the r filter stack that was the original detection source.</DESCRIPTION>
    8560      </FIELD>
    8661      <FIELD name="rGalMajor" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    11085      </FIELD>
    11186      <FIELD name="iforcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    112         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
     87        <DESCRIPTION>Unique stack identifier for the i filter stack that was the original detection source.</DESCRIPTION>
    11388      </FIELD>
    11489      <FIELD name="iGalMajor" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    137112        <DESCRIPTION>IPP internal detection identifier.</DESCRIPTION>
    138113      </FIELD>
    139       <FIELD name="zforcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    140         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
     114      <FIELD name="zstackImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     115        <DESCRIPTION>Unique stack identifier for the z filter stack that was the original detection source.</DESCRIPTION>
    141116      </FIELD>
    142117      <FIELD name="zGalMajor" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    165140        <DESCRIPTION>IPP internal detection identifier.</DESCRIPTION>
    166141      </FIELD>
    167       <FIELD name="yforcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    168         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
     142      <FIELD name="ystackImageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     143        <DESCRIPTION>Unique stack identifier for the z filter stack that was the original detection source.</DESCRIPTION>
    169144      </FIELD>
    170145      <FIELD name="yGalMajor" arraysize="1" datatype="float" unit="arcsec" default="-999">
     
    193168      </DATA>
    194169    </TABLE>
    195     <TABLE name="ForcedSummaryToImage">
    196       <DESCRIPTION>Contains the mapping of which input images were used for the forced photometry summary.</DESCRIPTION>
    197       <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    198       <FIELD name="forcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    199         <DESCRIPTION>Unique forced warp summary identifier.</DESCRIPTION>
    200       </FIELD>
    201       <FIELD name="imageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    202         <DESCRIPTION>Unique image identifier.  Constructed as (100 * frameID + ccdID).</DESCRIPTION>
    203       </FIELD>
    204       <DATA>
    205         <TABLEDATA></TABLEDATA>
    206       </DATA>
    207     </TABLE>
    208170   </RESOURCE>
    209171</VOTABLE>
Note: See TracChangeset for help on using the changeset viewer.