IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2014, 10:36:27 AM (12 years ago)
Author:
eugene
Message:

photcode.astrom,photom masks need to be unsigned int or we get invalid conversions when using strtol (on 32 bit only?); change secfilt.Xm to secfilt.Mchisq for formats which use a float representation for that field; store the real chisq, not the log10 recast version

File:
1 edited

Legend:

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

    r33963 r36974  
    99FIELD  Map,         MAG_AP,       float,      ave aperture mag in this band,         mags
    1010FIELD  dM,          MAG_ERR,      float,      formal error on average mag,           mags
    11 FIELD  Xm,          MAG_CHI,      float,      chisq on average mag,                  [100*log(value)]
     11FIELD  Mchisq,      MAG_CHI,      float,      chisq on average mag,                  value
    1212FIELD  flags,       FLAGS,        uint32_t,   photometry flags
    1313FIELD  Ncode,       NCODE,        short,      number of detections in band
Note: See TracChangeset for help on using the changeset viewer.