IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40266


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

Location:
branches/eam_branches/ohana.20170822/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170822/src/libdvo/include/dvo.h

    r40249 r40266  
    235235  ID_SECF_RANK_4                 = 0x00001000, // average magnitude uses rank 4 values
    236236  ID_SECF_OBJ_EXT_PSPS           = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits
    237   ID_SECF_STACK_PRIMARY          = 0x00004000, // PS1 stack photometry comes from primary skycell
     237  ID_SECF_STACK_PRIMARY          = 0x00004000, // PS1 stack photometry includes a primary skycell
    238238  ID_SECF_STACK_BESTDET          = 0x00008000, // PS1 stack best measurement is a detection (not forced)
    239239  ID_SECF_STACK_PRIMDET          = 0x00010000, // PS1 stack primary measurement is a detection (not forced)
  • 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.