Index: trunk/ippScripts/scripts/phase0imfile.pl
===================================================================
--- trunk/ippScripts/scripts/phase0imfile.pl	(revision 8946)
+++ trunk/ippScripts/scripts/phase0imfile.pl	(revision 8954)
@@ -41,12 +41,11 @@
 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
 use constant CONSTANTS => {
-    "OBSTYPE"      => "-exp_type", # Exposure type
+    "FPA.OBSTYPE"  => "-exp_type", # Exposure type
     "FPA.FILTER"   => "-filter", # Filter used
     "FPA.AIRMASS"  => "-airmass", # Airmass
     "FPA.RA"       => "-ra",        # Right ascension
     "FPA.DEC"      => "-decl",        # Declination
-    "TELALT"       => "-alt",        # Altitude
-    "TELAZ"        => "-az",        # Azimuth
-    "DETTEM"       => "-ccd_temp", # CCD temperature
+    "FPA.ALT"      => "-alt",        # Altitude
+    "FPA.AZ"       => "-az",        # Azimuth
     "FPA.POSANGLE" => "-posang" # Position angle
     };
@@ -55,4 +54,5 @@
 # The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
 use constant VARIABLES => {
+    "CHIP.TEMP"    => "-ccd_temp", # CCD temperature
     "CELL.EXPOSURE" => "-exp_time" # Exposure time
     };
