Index: trunk/psphot/src/psphotParseCamera.c
===================================================================
--- trunk/psphot/src/psphotParseCamera.c	(revision 19141)
+++ trunk/psphot/src/psphotParseCamera.c	(revision 21458)
@@ -15,5 +15,5 @@
     load->dataLevel = PM_FPA_LEVEL_CHIP; // force load at the CHIP level
 
-    // if MASK or WEIGHT was supplied on command line, bind files to 'load'
+    // if MASK or VARIANCE was supplied on command line, bind files to 'load'
     // the mask and weight will be mosaicked with the image
     pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.MASK", "MASK");
@@ -27,5 +27,5 @@
     }
 
-    pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.WEIGHT", "WEIGHT");
+    pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.VARIANCE", "VARIANCE");
     if (!status) {
         psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
