IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2012, 2:34:28 PM (14 years ago)
Author:
eugene
Message:

coded in FluxPSF, FluxKron for stack photometry in DVO

File:
1 edited

Legend:

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

    r34131 r34194  
    22EXTNAME      DVO_SECFILT
    33TYPE         BINTABLE
    4 SIZE         48
     4SIZE         56
    55DESCRIPTION  DVO SecFilt : Secondary Filter Data
    66
     
    1212FIELD  dM,          MAG_ERR,      float,      formal error on average mag,           mags
    1313FIELD  Xm,          MAG_CHI,      float,      chisq on average mag,                  [100*log(value)]
    14 FIELD  extNsigma,   EXT_NSIGMA,   float,      mean extendedness in band
     14FIELD  FluxPSF,     FLUX_PSF,      float,      mean flux psf fit (PS1: stack)
     15FIELD  dFluxPSF,    FLUX_PSF_ERR,  float,      mean flux psf error
     16FIELD  FluxKron,    FLUX_KRON,     float,      mean flux kron ap (PS1: stack)
     17FIELD  dFluxKron,   FLUX_KRON_ERR, float,      mean flux kron err
    1518FIELD  flags,       FLAGS,        uint32_t,   photometry flags
    1619FIELD  Ncode,       NCODE,        short,      number of detections in band
     
    2023FIELD  ubercalDist, UBERCAL_DIST, short,      number of images from an ubercal-image
    2124FIELD  Mstdev,      MAG_STDEV,    short,      standard deviation of measurements,    millimags
    22 FIELD  dummy,       DUMMY,        char[4],    padding to fill 8-byte boundary
    2325
    2426# *** 20090206 : new fields : M_20, M_80; dropped dummy
    2527# *** 20120302 : new fields : ubercalDist, Map, Mstdev
    26 # *** 20120710 : new fields : Mkron, dMkron, extNsigma, dummy[4byte]
     28# *** 20120710 : new fields : Mkron, dMkron, FluxPSF, dFluxPSF, FluxKron, dFluxKron
Note: See TracChangeset for help on using the changeset viewer.