IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2009, 5:12:46 PM (17 years ago)
Author:
eugene
Message:

was looking at the wrong mask element...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmPSFtryMakePSF.c

    r25524 r25673  
    9595        for (int j = 0; j < psfTry->sources->n; j++) {
    9696            // skip any masked sources (failed to fit one of the model steps or get a magnitude)
    97             if (srcMask->data.PS_TYPE_VECTOR_MASK_DATA[i]) continue;
     97            if (srcMask->data.PS_TYPE_VECTOR_MASK_DATA[j]) continue;
    9898
    9999            pmSource *source = psfTry->sources->data[j];
Note: See TracChangeset for help on using the changeset viewer.