Index: trunk/ippScripts/scripts/phase0imfile.pl
===================================================================
--- trunk/ippScripts/scripts/phase0imfile.pl	(revision 8309)
+++ trunk/ippScripts/scripts/phase0imfile.pl	(revision 8327)
@@ -14,4 +14,5 @@
 # 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.FILTER"   => "-filter", # Filter used
     "FPA.AIRMASS"  => "-airmass", # Airmass
@@ -21,5 +22,5 @@
     "TELAZ"        => "-az",	# Azimuth
     "DETTEM"       => "-ccd_temp", # CCD temperature
-    "FPA.POSANGLE" => "-posang", # Position angle
+    "FPA.POSANGLE" => "-posang" # Position angle
     };
 
