- Timestamp:
- Jan 5, 2016, 3:14:09 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/fits.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/fits.py
r39103 r39303 221 221 222 222 # this regex will get param/value pairs for all header cards, ignoring comments and parsing out 'HIERACH' prefixes 223 # match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#]+)\'*\\/*', record) 223 # match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#]+)\'*\\/*', record) 224 224 225 ## MEH -- adding matching for (), chars since SUBTRACTION.KERNEL needs these 225 226 match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#\(\)\,]+)\'*\\/*', record)
Note:
See TracChangeset
for help on using the changeset viewer.
