Index: trunk/ippToPsps/jython/fits.py
===================================================================
--- trunk/ippToPsps/jython/fits.py	(revision 39302)
+++ trunk/ippToPsps/jython/fits.py	(revision 39303)
@@ -221,5 +221,6 @@
 
             # 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)
+
             ## MEH -- adding matching for (), chars since SUBTRACTION.KERNEL needs these
             match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#\(\)\,]+)\'*\\/*', record)
