IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25645


Ignore:
Timestamp:
Sep 28, 2009, 5:53:45 PM (17 years ago)
Author:
eugene
Message:

remove old comments, fprintfs

File:
1 edited

Legend:

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

    r25531 r25645  
    174174                bool offImage = false;
    175175                if (psImageInterpolate (&flux, &dflux, &mflux, ix, iy, interp) == PS_INTERPOLATE_STATUS_OFF) {
    176                     // fprintf (stderr, "off image: %f %f : %f %f\n", ix, iy, flux, dflux);
    177176                    // This pixel is off the image
    178177                    offImage = true;
     
    256255                  resid->mask->data.PM_TYPE_RESID_MASK_DATA[oy][ox] = 1;
    257256                }
    258 
    259                 // fprintf (stderr, "res: %2d %2d : %6.4f  %6.4f  %6.4f   %3d  %1d\n", ox, oy, resid->Ro->data.F32[oy][ox], fluxStats->sampleStdev, fluxStats->sampleStdev/sqrt(nKeep), nKeep, resid->mask->data.PM_TYPE_RESID_MASK_DATA[oy][ox]);
    260 
    261257            } else {
    262258                assert (SPATIAL_ORDER == 1);
     
    294290
    295291                float dRo = sqrt(A->data.F32[0][0]);
    296                 // fprintf (stderr, "res: %2d %2d : %6.4f  %6.4f  %6.4f   %3d  %1d\n",
    297                 //          ox, oy, resid->Ro->data.F32[oy][ox], dRo, dRo/sqrt(nKeep), nKeep, resid->mask->data.PM_TYPE_RESID_MASK_DATA[oy][ox]);
    298292
    299293                if (fabs(resid->Ro->data.F32[oy][ox]) < pixelSN*dRo/sqrt(nKeep)) {
    300294                  resid->mask->data.PM_TYPE_RESID_MASK_DATA[oy][ox] = 1;
    301295                }
    302                 //resid->variance->data.F32[oy][ox] = XXX;
    303296            }
    304297        }
Note: See TracChangeset for help on using the changeset viewer.