Index: trunk/ippToPsps/jython/fits.py
===================================================================
--- trunk/ippToPsps/jython/fits.py	(revision 33259)
+++ trunk/ippToPsps/jython/fits.py	(revision 35097)
@@ -137,5 +137,5 @@
 
             # this regex will get param/value pairs for all header cards, ignoring comments and parsing out 'HIERACH' prefixes
-            match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-_\.:\s@#]+)\'*\\/*', record)
+            match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#]+)\'*\\/*', record)
             if match:
 
