IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2014, 11:01:24 AM (12 years ago)
Author:
eugene
Message:

change secfilt.Xm to secfilt.Mchisq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/opihi/dvo/gstar.c

    r36910 r36979  
    565565    case GSTAR_AVE_MAG_CHISQ: /* average mag chisq */
    566566      if (seq == -1) {
    567         print_short (NAN_S_SHORT, NAN_S_SHORT);
    568       } else {
    569         print_short (pow (10.0, 0.01*secfilt[seq].Xm), secfilt[seq].Xm);
     567        print_double (NAN);
     568      } else {
     569        print_double (secfilt[seq].Mchisq);
    570570      }
    571571      break;
Note: See TracChangeset for help on using the changeset viewer.