IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2012, 6:27:05 AM (14 years ago)
Author:
eugene
Message:

added PS1_V3 format to dvo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libautocode/def/secfilt.d

    r33393 r33397  
    22EXTNAME      DVO_SECFILT
    33TYPE         BINTABLE
    4 SIZE         24
    5 #SIZE         28
     4SIZE         32
    65DESCRIPTION  DVO SecFilt : Secondary Filter Data
    76
    87# elements of data structure / FITS table
    9 FIELD  M,     MAG,      float,                other mags,       mags
    10 FIELD  dM,    MAG_ERR,  float,                scatter on mag,   mags
    11 FIELD  Xm,    MAG_CHI,  float,                chisq on average mag,     [100*log(value)]
    12 FIELD  flags, FLAGS,    uint32_t,             photometry flags
    13 FIELD  Ncode, NCODE,    short,                number of detections in band
    14 FIELD  Nused, NUSED,    short,                number of detections used in average
    15 FIELD  M_20,  MAG_20,   short,                lower 20percent mag,      millimags
    16 FIELD  M_80,  MAG_80,   short,                upper 20percent mag,      millimags
    17 #FIELD  ubercalDist, UBERCAL_DIST, short,      number of images from an ubercal-image
    18 #FIELD  dummy,       DUMMY,        short,      padding
     8FIELD  M,           MAG,          float,      average mag in this band,              mags
     9FIELD  Map,         MAG,          float,      average mag in this band,              mags
     10FIELD  dM,          MAG_ERR,      float,      formal error on average mag,           mags
     11FIELD  Xm,          MAG_CHI,      float,      chisq on average mag,                  [100*log(value)]
     12FIELD  flags,       FLAGS,        uint32_t,   photometry flags
     13FIELD  Ncode,       NCODE,        short,      number of detections in band
     14FIELD  Nused,       NUSED,        short,      number of detections used in average
     15FIELD  M_20,        MAG_20,       short,      lower 20percent mag,                   millimags
     16FIELD  M_80,        MAG_80,       short,      upper 20percent mag,                   millimags
     17FIELD  ubercalDist, UBERCAL_DIST, short,      number of images from an ubercal-image
     18FIELD  dummy,       DUMMY,        char[2],    padding
    1919
    2020# *** 20090206 : new fields : M_20, M_80; dropped dummy
    21 # *** 20120302 : new fields : ubercalDist, dummy; dropped dummy
     21# *** 20120302 : new fields : ubercalDist, Map, dummy[2byte]
Note: See TracChangeset for help on using the changeset viewer.