IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27272


Ignore:
Timestamp:
Mar 12, 2010, 9:39:57 AM (16 years ago)
Author:
eugene
Message:

make sure psf residuals are set to zero if not measureable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225/psphot/src/psphotMakeResiduals.c

    r25755 r27272  
    305305                if (fabs(resid->Ro->data.F32[oy][ox]) < pixelSN*dRo/sqrt(nKeep)) {
    306306                  resid->mask->data.PM_TYPE_RESID_MASK_DATA[oy][ox] = 1;
     307                  resid->Ro->data.F32[oy][ox] = 0.0;
     308                  resid->Rx->data.F32[oy][ox] = 0.0;
     309                  resid->Ry->data.F32[oy][ox] = 0.0;
    307310                }
    308311            }
Note: See TracChangeset for help on using the changeset viewer.