IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2005, 8:51:56 AM (21 years ago)
Author:
eugene
Message:

adding internal vs external formats for average, measure, secfilt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dmt.c

    r4834 r4865  
    8888      if (catalog.average[i].Nm != 3) continue;
    8989      m = catalog.average[i].offset;
    90       M0 = (Ns == -1) ? 0.001*catalog.average[i].M : 0.001*catalog.secfilt[i*Nsec+Ns].M;
     90      M0 = (Ns == -1) ? catalog.average[i].M_PS : catalog.secfilt[i*Nsec+Ns].M_PS;
    9191      M1 = PhotCat (&catalog.measure[m+0]);
    9292      M2 = PhotCat (&catalog.measure[m+1]);
Note: See TracChangeset for help on using the changeset viewer.