- Timestamp:
- Jan 20, 2013, 9:03:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/fits.py
r33259 r35003 137 137 138 138 # this regex will get param/value pairs for all header cards, ignoring comments and parsing out 'HIERACH' prefixes 139 match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9- _\.:\s@#]+)\'*\\/*', record)139 match = re.match('^(HIERARCH )*([a-zA-Z0-9-_\.]+)\s*=\s+\'*([a-zA-Z0-9-+_\.:\s@#]+)\'*\\/*', record) 140 140 if match: 141 141
Note:
See TracChangeset
for help on using the changeset viewer.
