IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 25, 2012, 5:11:36 AM (14 years ago)
Author:
eugene
Message:

add stack ID to dvo schema (secfilt); code to calculate distance to skycell center; average flux in AB mags

File:
1 edited

Legend:

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

    r34194 r34207  
    22EXTNAME      DVO_SECFILT
    33TYPE         BINTABLE
    4 SIZE         56
     4SIZE         64
    55DESCRIPTION  DVO SecFilt : Secondary Filter Data
    66
    77# elements of data structure / FITS table
    8 FIELD  M,           MAG,          float,      average mag in this band,              mags
    9 FIELD  Map,         MAG,          float,      average mag in this band,              mags
    10 FIELD  Mkron,       MAG_KRON,     float,      ave kron mag in this band,             mags
    11 FIELD  dMkron,      MAG_KRON_ERR, float,      formal error on average kron mag,      mags
    12 FIELD  dM,          MAG_ERR,      float,      formal error on average mag,           mags
    13 FIELD  Xm,          MAG_CHI,      float,      chisq on average mag,                  [100*log(value)]
     8FIELD  M,           MAG,           float,      average mag in this band,              mags
     9FIELD  Map,         MAG,           float,      average mag in this band,              mags
     10FIELD  Mkron,       MAG_KRON,      float,      ave kron mag in this band,             mags
     11FIELD  dMkron,      MAG_KRON_ERR,  float,      formal error on average kron mag,      mags
     12FIELD  dM,          MAG_ERR,       float,      formal error on average mag,           mags
     13FIELD  Xm,          MAG_CHI,       float,      chisq on average mag,                  [100*log(value)]
    1414FIELD  FluxPSF,     FLUX_PSF,      float,      mean flux psf fit (PS1: stack)
    1515FIELD  dFluxPSF,    FLUX_PSF_ERR,  float,      mean flux psf error
    1616FIELD  FluxKron,    FLUX_KRON,     float,      mean flux kron ap (PS1: stack)
    1717FIELD  dFluxKron,   FLUX_KRON_ERR, float,      mean flux kron err
    18 FIELD  flags,       FLAGS,        uint32_t,   photometry flags
    19 FIELD  Ncode,       NCODE,        short,      number of detections in band
    20 FIELD  Nused,       NUSED,        short,      number of detections used in average
    21 FIELD  M_20,        MAG_20,       short,      lower 20percent mag,                   millimags
    22 FIELD  M_80,        MAG_80,       short,      upper 20percent mag,                   millimags
    23 FIELD  ubercalDist, UBERCAL_DIST, short,      number of images from an ubercal-image
    24 FIELD  Mstdev,      MAG_STDEV,    short,      standard deviation of measurements,    millimags
     18FIELD  flags,       FLAGS,         uint32_t,   photometry flags
     19FIELD  Ncode,       NCODE,         short,      number of detections in band
     20FIELD  Nused,       NUSED,         short,      number of detections used in average
     21FIELD  M_20,        MAG_20,        short,      lower 20percent mag,                   millimags
     22FIELD  M_80,        MAG_80,        short,      upper 20percent mag,                   millimags
     23FIELD  ubercalDist, UBERCAL_DIST,  short,      number of images from an ubercal-image
     24FIELD  Mstdev,      MAG_STDEV,     short,      standard deviation of measurements,    millimags
     25FIELD  stackID,     STACK_ID,      uint32_t,   image ID of stack used for fluxes (if any)
     26FIELD  dummy,       DUMMY,         uint32_t,   padding
    2527
    2628# *** 20090206 : new fields : M_20, M_80; dropped dummy
    2729# *** 20120302 : new fields : ubercalDist, Map, Mstdev
    28 # *** 20120710 : new fields : Mkron, dMkron, FluxPSF, dFluxPSF, FluxKron, dFluxKron
     30# *** 20120710 : new fields : Mkron, dMkron, FluxPSF, dFluxPSF, FluxKron, dFluxKron, stackID
Note: See TracChangeset for help on using the changeset viewer.