IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2012, 10:30:13 AM (14 years ago)
Author:
eugene
Message:

add Mkron, dMkron to measure and secfilt; add accessors to dvo; calculate average of Mkron in relphot; update mkcmf to include Kron; add aperinst accessors in dvo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/Ohana/src/libdvo/include/dvo.h

    r34138 r34140  
    449449float PhotCat (Measure *measure);
    450450float PhotAper (Measure *measure);
     451float PhotKron (Measure *measure);
    451452float PhotSys (Measure *measure, Average *average, SecFilt *secfilt);
    452453float PhotRel (Measure *measure, Average *average, SecFilt *secfilt);
     
    456457float PhotXm (PhotCode *code, Average *average, SecFilt *secfilt);
    457458float PhotdM (PhotCode *code, Average *average, SecFilt *secfilt);
     459
     460float PhotAperInst (Measure *measure);
     461float PhotKronInst (Measure *measure);
     462float PhotKronAve (PhotCode *code, Average *average, SecFilt *secfilt);
    458463
    459464float PhotMstdev (PhotCode *code, Average *average, SecFilt *secfilt);
Note: See TracChangeset for help on using the changeset viewer.