IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 3:24:23 PM (18 years ago)
Author:
eugene
Message:

adding Photom,Astrom Poor,Bad Mask fields to photcode; split measure flags into astrom and photom measure flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_convert_PS1_DEV_1.c

    r16810 r17190  
    354354    memcpy (out[i].X, in[i].X, 4*sizeof(float));           
    355355
    356   }
    357   return (out);
    358 }
     356    out[i].photomPoorMask      = 0;
     357    out[i].photomBadMask       = 0;
     358    out[i].astromPoorMask      = 0;
     359    out[i].astromBadMask       = 0;
     360  }
     361  return (out);
     362}
Note: See TracChangeset for help on using the changeset viewer.