Changeset 35097 for trunk/ippToPsps/jython/fits.py
- Timestamp:
- Feb 6, 2013, 3:16:35 PM (13 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps
- Property svn:mergeinfo changed
-
trunk/ippToPsps/jython
- Property svn:ignore
-
old new 1 1 *.class 2 Makefile 3 Makefile.in
-
- Property svn:ignore
-
trunk/ippToPsps/jython/fits.py
r33259 r35097 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.
