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

    r38933 r39081  
    44  <RESOURCE>
    55    <TABLE name="FrameMeta">
    6       <DESCRIPTION>Contains metadata related to an individual exposure.  The camera configuration, telescope pointing, observation time, and astrometric solution from the detector focal plane (L,M) to the sky (RA,Dec) is provided.</DESCRIPTION>
     6      <DESCRIPTION>Contains metadata related to an individual
     7      exposure.  A "Frame" refers to the collection of all images
     8      obtained by the 60 OTA devices in the camera in a single
     9      exposure. The camera configuration, telescope pointing,
     10      observation time, and astrometric solution from the detector
     11      focal plane (L,M) to the sky (RA,Dec) is provided.</DESCRIPTION>
    712      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    813      <FIELD name="frameID" arraysize="1" datatype="int" unit="dimensionless" default="NA">
     
    158163    </TABLE>
    159164    <TABLE name="ImageMeta">
    160       <DESCRIPTION>Contains metadata related to an individual OTA image that comprises a portion of the full exposure.  The characterization of the image quality, the detrends applied, and the astrometric solution from the raw pixels (X,y) to the detector focal plane (L,M) is provided.</DESCRIPTION>
     165      <DESCRIPTION>Contains metadata related to an individual OTA image that comprises a portion of the full exposure.  The characterization of the image quality, the detrends applied, and the astrometric solution from the raw pixels (X,Y) to the detector focal plane (L,M) is provided.</DESCRIPTION>
    161166      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    162167      <FIELD name="imageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    167172      </FIELD>
    168173      <FIELD name="ccdID" arraysize="1" datatype="short" unit="dimensionless" default="NA">
    169         <DESCRIPTION>OTA identifier based on location in the focal plane.</DESCRIPTION>
     174        <DESCRIPTION>OTA identifier based on location in the focal plane, specific to an individual device.</DESCRIPTION>
    170175      </FIELD>
    171176      <FIELD name="photoCalID" arraysize="1" datatype="int" unit="dimensionless" default="NA">
     
    387392    </TABLE>
    388393    <TABLE name="Detection">
    389       <DESCRIPTION>Contains single epoch photometry of individual detections.  The identifiers connecting the detection back to the original image and to the object association are provided.  PSF, aperture, and Kron (1980) photometry are included, along with sky and detector coordinate positions.  References: Kron, R. G. 1980, ApJS, 43, 305.</DESCRIPTION>
     394      <DESCRIPTION>Contains single epoch photometry of individual detections from a single exposure.  The identifiers connecting the detection back to the original image and to the object association are provided.  PSF, aperture, and Kron (1980) photometry are included, along with sky and detector coordinate positions.  References: Kron, R. G. 1980, ApJS, 43, 305.</DESCRIPTION>
    390395      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    391396      <FIELD name="objID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    568573    </TABLE>
    569574    <TABLE name="ImageDetEffMeta">
    570       <DESCRIPTION>Contains the detection efficiency information for a given individual OTA 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>
     575      <DESCRIPTION>Contains the detection efficiency information for a given individual OTA image.  Provides the number of recovered sources out of 500 injected fake source and statistics about the magnitudes of the recovered sources for a range of magnitude offsets.</DESCRIPTION>
    571576      <PARAM arraysize="1" datatype="char" ucd="meta.bib.author" name="Author" value="PSPS"></PARAM>
    572577      <FIELD name="imageID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    578583      <FIELD name="magref" arraysize="1" datatype="float" unit="magnitudes" default="NA">
    579584        <DESCRIPTION>Detection efficiency reference magnitude.</DESCRIPTION>
     585      </FIELD>
     586      <FIELD name="nInjected" arraysize="1" datatype="int" unit="dimensionless" default="NA">
     587        <DESCRIPTION>Number of fake sources injected in each magnitude bin.</DESCRIPTION>
    580588      </FIELD>
    581589      <FIELD name="offset01" arraysize="1" datatype="float" unit="magnitudes" default="NA">
Note: See TracChangeset for help on using the changeset viewer.