- Timestamp:
- Nov 9, 2015, 12:40:50 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/fits.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/fits.py
r38958 r39085 181 181 182 182 # this regex will get param/value pairs for all header cards, ignoring comments and parsing out 'HIERACH' prefixes 183 match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#]+)\'*\\/*', record) 183 # match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#]+)\'*\\/*', record) 184 ## MEH -- adding matching for (), chars since SUBTRACTION.KERNEL needs these 185 match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#\(\)\,]+)\'*\\/*', record) 184 186 if match: 185 187
Note:
See TracChangeset
for help on using the changeset viewer.
