IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2009, 11:56:57 AM (17 years ago)
Author:
eugene
Message:

updates from ipp generated during throughtput tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceFitModel.c

    r25754 r26070  
    9191            if (!isfinite(source->pixels->data.F32[i][j])) {
    9292                continue;
     93            }
     94
     95            // skip nan values in image
     96            if (!isfinite(source->variance->data.F32[i][j])) {
     97              fprintf (stderr, "impossible! %x vs %x\n", source->maskObj->data.PS_TYPE_IMAGE_MASK_DATA[i][j], maskVal);
     98              continue;
    9399            }
    94100
Note: See TracChangeset for help on using the changeset viewer.