IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2014, 2:42:32 PM (12 years ago)
Author:
eugene
Message:

add support for PS1_V4 alt format; fix some dvomerge issues; split lists for psf, aper, kron mag averages

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

    • Property svn:mergeinfo deleted
  • trunk/Ohana/src/libdvo/src/dvo_photcode_ops.c

    r34844 r36528  
    560560}
    561561
     562float PhotAperAve (PhotCode *code, Average *average, SecFilt *secfilt) {
     563
     564  int Ns;
     565  float Maper;
     566
     567  if (code == NULL) return NAN;
     568
     569  Ns = photcodes[0].hashNsec[code[0].code];
     570  Maper = (Ns == -1) ? NAN : secfilt[Ns].Map;
     571  return (Maper);
     572}
     573
    562574float PhotKronAve (PhotCode *code, Average *average, SecFilt *secfilt) {
    563575
Note: See TracChangeset for help on using the changeset viewer.