Index: trunk/pswarp/src/pswarpFileNames.h
===================================================================
--- trunk/pswarp/src/pswarpFileNames.h	(revision 21171)
+++ trunk/pswarp/src/pswarpFileNames.h	(revision 21368)
@@ -8,22 +8,22 @@
 
 // Lists of file rules for the detectors
-static char *detectorFiles[] = { 
-  "PSWARP.INPUT", 
-  "PSWARP.MASK", 
-  "PSWARP.WEIGHT", 
-  NULL 
+static char *detectorFiles[] = {
+  "PSWARP.INPUT",
+  "PSWARP.MASK",
+  "PSWARP.VARIANCE",
+  NULL
 };
 
 // Lists of file rules for the skycells
-static char *skycellFiles[] = { 
-  "PSWARP.OUTPUT", 
-  "PSWARP.OUTPUT.MASK", 
-  "PSWARP.OUTPUT.WEIGHT", 
-  NULL 
+static char *skycellFiles[] = {
+  "PSWARP.OUTPUT",
+  "PSWARP.OUTPUT.MASK",
+  "PSWARP.OUTPUT.VARIANCE",
+  NULL
 };
 
 // Lists of file rules for photometry
-static char *photFiles[] = { 
-  "PSPHOT.INPUT", 
+static char *photFiles[] = {
+  "PSPHOT.INPUT",
   "PSPHOT.OUTPUT",
 #if PSPHOT_FIND_PSF
@@ -31,21 +31,21 @@
 #endif
   "PSPHOT.RESID",
-  "PSPHOT.BACKMDL", 
-  "PSPHOT.BACKMDL.STDEV", 
-  "PSPHOT.BACKGND", 
+  "PSPHOT.BACKMDL",
+  "PSPHOT.BACKMDL.STDEV",
+  "PSPHOT.BACKGND",
   "PSPHOT.BACKSUB",
-  "PSPHOT.PSF.SAVE", 
-  "SOURCE.PLOT.MOMENTS", 
+  "PSPHOT.PSF.SAVE",
+  "SOURCE.PLOT.MOMENTS",
   "SOURCE.PLOT.PSFMODEL",
-  "SOURCE.PLOT.APRESID", 
-  NULL 
+  "SOURCE.PLOT.APRESID",
+  NULL
 };
 
 // Lists of file rules for the detectors and skycells, and an independent list of everything else
-static char *independentFiles[] = { 
+static char *independentFiles[] = {
   "PSWARP.ASTROM", // Read independently from the input pixels
   "PSWARP.SKYCELL", // Don't care about the skycell once we have its WCS
   "PSWARP.OUTPUT.SOURCES", // Save these independently so we can do the PSF
-  NULL 
+  NULL
 };
 
