IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38900 for trunk


Ignore:
Timestamp:
Oct 20, 2015, 3:07:07 PM (11 years ago)
Author:
bills
Message:

drop photoScat and nPhotoRef.
Add table ForcedWarpMasked

File:
1 edited

Legend:

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

    r38876 r38900  
    3939        <DESCRIPTION>Exposure time of the source frame/exposure for this warp image.</DESCRIPTION>
    4040      </FIELD>
    41       <FIELD name="photoScat" arraysize="1" datatype="float" unit="dimensionless" default="-999">
    42         <DESCRIPTION>Photometric scatter relative to reference catalog.</DESCRIPTION>
    43       </FIELD>
    44       <FIELD name="nPhotoRef" arraysize="1" datatype="int" unit="dimensionless" default="-999">
    45         <DESCRIPTION>Number of photometric reference sources.</DESCRIPTION>
    46       </FIELD>
    4741      <FIELD name="recalAstroScatX" arraysize="1" datatype="float" unit="arcsec" default="-999">
    4842        <DESCRIPTION>Measurement of the re-calibration (not astrometric error) in the X direction.</DESCRIPTION>
     
    272266      </DATA>
    273267    </TABLE>
     268    <TABLE name="ForcedWarpMasked">
     269      <DESCRIPTION>Contains single epoch forced photometry of objects detected in the stacked images but are masked in a particular warp image.</DESCRIPTION>
     270      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
     271      <FIELD name="objID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     272        <DESCRIPTION>Unique object identifier.</DESCRIPTION>
     273      </FIELD>
     274      <FIELD name="uniquePspsFWid" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     275        <DESCRIPTION>Unique internal PSPS forced warp identifier.</DESCRIPTION>
     276      </FIELD>
     277      <FIELD name="ippObjID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     278        <DESCRIPTION>IPP internal object identifier.</DESCRIPTION>
     279      </FIELD>
     280      <FIELD name="ippDetectID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     281        <DESCRIPTION>IPP internal detection identifier.</DESCRIPTION>
     282      </FIELD>
     283      <FIELD name="filterID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
     284        <DESCRIPTION>Filter identifier.  Details in the Filter table.</DESCRIPTION>
     285      </FIELD>
     286      <FIELD name="surveyID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="NA">
     287        <DESCRIPTION>Survey identifier.  Details in the Survey table.</DESCRIPTION>
     288      </FIELD>
     289      <FIELD name="forcedSummaryID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     290        <DESCRIPTION>Forced warp summary meta identifier</DESCRIPTION>
     291      </FIELD>
     292      <FIELD name="forcedWarpID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     293        <DESCRIPTION>Unique forced warp identifier.</DESCRIPTION>
     294      </FIELD>
     295      <FIELD name="randomWarpID" arraysize="1" datatype="double" unit="dimensionless" default="NA">
     296        <DESCRIPTION>Random value drawn from the interval between zero and one.</DESCRIPTION>
     297      </FIELD>
     298      <FIELD name="tessID" arraysize="1" datatype="unsignedByte" unit="dimensionless" default="0">
     299        <DESCRIPTION>Tessellation identifier.  Details in the TessellationType table.</DESCRIPTION>
     300      </FIELD>
     301      <FIELD name="projectionID" arraysize="1" datatype="short" unit="dimensionless" default="-1">
     302        <DESCRIPTION>Projection cell identifier.</DESCRIPTION>
     303      </FIELD>
     304      <FIELD name="skyCellID" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     305        <DESCRIPTION>Skycell region identifier.</DESCRIPTION>
     306      </FIELD>
     307      <FIELD name="dvoRegionID" arraysize="1" datatype="float" unit="dimensionless" default="-999">
     308        <DESCRIPTION>Internal DVO region identifier.</DESCRIPTION>
     309      </FIELD>
     310      <FIELD name="obsTime" arraysize="1" datatype="double" unit="days" default="-999">
     311        <DESCRIPTION>Modified Julian Date at the midpoint of the observation.</DESCRIPTION>
     312      </FIELD>
     313      <DATA>
     314        <TABLEDATA></TABLEDATA>
     315      </DATA>
     316    </TABLE>
    274317    <TABLE name="ForcedWarpExtended">
    275318      <DESCRIPTION>Contains the single epoch forced photometry fluxes within the SDSS R5 (r = 3.00 arcsec), R6 (r = 4.63 arcsec), and R7 (r = 7.43 arcsec) apertures (Stoughton 2002) for objects detected in the stacked images.  References:  Stoughton, C., Lupton, R. H., Bernardi, M., et al. 2002, AJ, 123, 485.</DESCRIPTION>
Note: See TracChangeset for help on using the changeset viewer.