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-v5.d

    r36917 r36974  
    1919FIELD  Mmin,          MAG_MIN,           float,    min accepted mag,                      mags
    2020FIELD  Mmax,          MAG_MAX,           float,    max accepted mag,                      mags
    21 FIELD  Xm,            MAG_CHI,           float,    chisq on average mag,                  [100*log(value)]
     21FIELD  Mchisq,        MAG_CHI,           float,    chisq on average mag,                  value
    2222                                         
    2323FIELD  Ncode,         NCODE,             short,    number of detections in band
Note: See TracChangeset for help on using the changeset viewer.