IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32662


Ignore:
Timestamp:
Nov 13, 2011, 2:56:05 PM (15 years ago)
Author:
eugene
Message:

exclude NAN errors from valid list as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111110/Ohana/src/relastro/src/ImageOps.c

    r32346 r32662  
    913913  if (!finite(measure[0].dR) || !finite(measure[0].dD)) return FALSE;
    914914  if (!finite(measure[0].M)) return FALSE; //XXX is this necessary for all relastro tasks?
     915  if (!finite(measure[0].dM)) return FALSE; //XXX is this necessary for all relastro tasks?
    915916 
    916917  /* select measurements by photcode, or equiv photcode, if specified */
Note: See TracChangeset for help on using the changeset viewer.