Index: trunk/pswarp/src/pswarpLoop.c
===================================================================
--- trunk/pswarp/src/pswarpLoop.c	(revision 24491)
+++ trunk/pswarp/src/pswarpLoop.c	(revision 25042)
@@ -407,11 +407,4 @@
         view->chip = view->cell = view->readout = 0;
 
-        // Need to adjust the weight --- the main operation in psphotReadoutFindPSF is not determining the
-        // signficance of sources, but looking at the significance of individual pixels.
-        // We can adjust the weight directly since this is a deep copy
-        pmReadout *photRO = pmFPAviewThisReadout(view, photFile->fpa);
-        float vf = psMetadataLookupF32(NULL, photRO->parent->concepts, "CELL.VARFACTOR"); // Variance factor
-        psBinaryOp(photRO->variance, photRO->variance, "*", psScalarAlloc(vf, PS_TYPE_F32));
-
         // grab the sources of interest from the storage location (pmFPAfile PSPHOT.INPUT.CMF)
         psArray *sources = psphotLoadPSFSources (config, view);
