IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2017, 11:32:09 AM (9 years ago)
Author:
eugene
Message:

report Mrel:kron,aper in gstar; fix wording for SECF flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170822/src/opihi/dvo/gstar.c

    r40244 r40266  
    763763              gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].McalAPER);
    764764              gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].Mflat);
    765               gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].Map);
    766               gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].Mkron);
     765              Mrel = PhotRel (&catalog.measure[Nv], &catalog.average[k], &catalog.secfilt[k*Nsecfilt], MAG_CLASS_APER);
     766              gprint (GP_LOG, "%6.3f ", Mrel);
     767              Mrel = PhotRel (&catalog.measure[Nv], &catalog.average[k], &catalog.secfilt[k*Nsecfilt], MAG_CLASS_KRON);
     768              gprint (GP_LOG, "%6.3f ", Mrel);
    767769              gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].dMkron);
    768770              gprint (GP_LOG, "%5.1f ", pow(10.0, 0.4*catalog.measure[Nv].dt));
Note: See TracChangeset for help on using the changeset viewer.