IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2011, 9:12:57 AM (15 years ago)
Author:
rhenders
Message:

Changes reflecting those in the schema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/detection/tables.xml

    r28549 r31330  
    11<?xml version="1.0" encoding="UTF-8"?>
    22
    3 <tableDescriptions type="det">
     3<tableDescriptions type="detection">
    44  <table name="FrameMeta">
    55    <column name="frameID" type="TLONG" default="0" comment="unique exposure/frame identifier."></column>
     
    146146    <column name="momentXY" type="TFLOAT" default="-999" comment=" moment XY (unit = arcsec)"></column>
    147147    <column name="momentYY" type="TFLOAT" default="-999" comment=" momeny YY (unit = arcsec)"></column>
     148    <column name="apMag" type="TFLOAT" default="-999" comment=" Aperture magnitude (unit = magnitude)"></column>
     149    <column name="apMagErr" type="TFLOAT" default="-999" comment=" Aperture magnitude error (unit = magnitude)"></column>
     150    <column name="kronFlux" type="TFLOAT" default="-999" comment=" Kron flux (unit = magnitude)"></column>
     151    <column name="kronFluxErr" type="TFLOAT" default="-999" comment=" Kron flux error (unit = magnitude)"></column>
     152    <column name="kronRad" type="TFLOAT" default="-999" comment=" Kron radius (unit = arcsecs)"></column>
     153    <column name="kronRadErr" type="TFLOAT" default="-999" comment=" Kron radius error (unit = arcsecs)"></column>
    148154    <column name="crLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is a cosmic ray"></column>
    149155    <column name="extendedLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is extended"></column>
Note: See TracChangeset for help on using the changeset viewer.