IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 2:18:05 PM (14 years ago)
Author:
eugene
Message:

add PS1_V3 schema; support for flat-field correction table in dvo; support for distributed dvo tables; support for ubercal fields and average ap mags; 4bit summary of detection-level photometry flags; 32bit values for poor & bad masks in photcode table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/average.d

    r27579 r33647  
    22EXTNAME      DVO_AVERAGE
    33TYPE         BINTABLE
    4 SIZE         112
     4SIZE         120
    55DESCRIPTION  DVO Average Object Table
    66
     
    3939# 'flags' was called 'code' prior to 2009.02.07
    4040FIELD flags,          FLAGS,       uint32_t,        average object flags (star; ghost; etc)
     41FIELD photFlagsUpper, PHOTFLAGS_U, uint32_t,        upper bit of 2 bit summary of per-measure photflags
     42FIELD photFlagsLower, PHOTFLAGS_L, uint32_t,        lower bit of 2 bit summary of per-measure photflags
    4143
    4244# objID + catID gives a unique ID for all objects in the database
     
    5456# *** 20100331 : new fields needed to assess astrometry analysis quality:
    5557
     58
     59# photflagsUpper & photflagsLower: we have Nmeasures of a given source
     60# using psphot. each of these as a photFlag field, with bits
     61# describing the detection quality.  photflagsUpper and photFlagsLower
     62# represent a 2 bit value (0-3) which defines the frequency of a given
     63# bit in the measurements:
     64# for a given bit, if that bit is raised for these percentile ranges,
     65# the following bits are set:
     66# min |  max | L | U
     67#  0% |  25% | 0 | 0
     68# 25% |  50% | 1 | 0
     69# 50% |  75% | 0 | 1
     70# 75% | 100% | 1 | 1
Note: See TracChangeset for help on using the changeset viewer.