IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2014, 3:00:51 PM (12 years ago)
Author:
heather
Message:

many fixes, mostly fixing bugs pointed out by pspswg, including missing
objects, random numbers, ext_nsigma

missing objects - (things which have detections and stacks) - these are caused
when we cull objects outside the dvo range. Gene says there is a buffer of
about .09 arcmins and suggests we cull things outside of .2 arcmins. This has
been implemented

random ids are not so random due to not setting a seed for the loaders. Random
numbers for a batch are seeded with the batch_ID

requests for sgSep / ExtNSigma as we had back in the good ol' days. This has
been added back for stack

File:
1 edited

Legend:

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

    r37476 r37577  
    150150      </FIELD>
    151151      <FIELD name="randomStackObjID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
    152         <DESCRIPTION>random stack id</DESCRIPTION>
     152        <DESCRIPTION>random for stack detections (not the same as random objid)</DESCRIPTION>
    153153      </FIELD>
    154154      <FIELD name="stackDetectRowID" arraysize="1" datatype="long" unit="dimensionless" default="NA">
     
    524524        <DESCRIPTION>exposure time (informational)</DESCRIPTION>
    525525      </FIELD>
     526      <FIELD name="gExtNSigma" arraysize="1" datatype="float" unit="unknown" default="-999">
     527        <DESCRIPTION>extnsigma is a measure of how extended something is</DESCRIPTION>
     528      </FIELD>
    526529      <FIELD name="gpsfMajorFWHM" arraysize="1" datatype="float" unit="arcsec" default="-999">
    527530        <DESCRIPTION>PSF width in major axis</DESCRIPTION>
     
    622625        <DESCRIPTION>exposure time (informational)</DESCRIPTION>
    623626      </FIELD>
     627      <FIELD name="rExtNSigma" arraysize="1" datatype="float"  unit="unknown" default="-999">
     628        <DESCRIPTION>extnsigma is a measure of how extended something is</DESCRIPTION>
     629      </FIELD>
    624630      <FIELD name="rpsfMajorFWHM" arraysize="1" datatype="float" unit="arcsec" default="-999">
    625631        <DESCRIPTION>PSF width in major axis</DESCRIPTION>
     
    720726        <DESCRIPTION>exposure time (informational)</DESCRIPTION>
    721727      </FIELD>
     728      <FIELD name="iExtNSigma" arraysize="1" datatype="float" unit="unknown" default="-999">
     729        <DESCRIPTION>extnsigma is a measure of how extended something is</DESCRIPTION>
     730      </FIELD>
    722731      <FIELD name="ipsfMajorFWHM" arraysize="1" datatype="float" unit="arcsec" default="-999">
    723732        <DESCRIPTION>PSF width in major axis</DESCRIPTION>
     
    818827        <DESCRIPTION>exposure time (informational)</DESCRIPTION>
    819828      </FIELD>
     829      <FIELD name="zExtNSigma" arraysize="1" datatype="float" unit="unknown" default="-999">
     830        <DESCRIPTION>extnsigma is a measure of how extended something is</DESCRIPTION>
     831      </FIELD>
    820832      <FIELD name="zpsfMajorFWHM" arraysize="1" datatype="float" unit="arcsec" default="-999">
    821833        <DESCRIPTION>PSF width in major axis</DESCRIPTION>
     
    916928        <DESCRIPTION>exposure time (informational)</DESCRIPTION>
    917929      </FIELD>
     930      <FIELD name="yExtNSigma" arraysize="1" datatype="float" unit="unknown" default="-999">
     931        <DESCRIPTION>extnsigma is a measure of how extended something is</DESCRIPTION>
     932      </FIELD>
    918933      <FIELD name="ypsfMajorFWHM" arraysize="1" datatype="float" unit="arcsec" default="-999">
    919934        <DESCRIPTION>PSF width in major axis</DESCRIPTION>
Note: See TracChangeset for help on using the changeset viewer.