IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39303 for trunk


Ignore:
Timestamp:
Jan 5, 2016, 3:14:09 PM (11 years ago)
Author:
eugene
Message:

whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/fits.py

    r39103 r39303  
    221221
    222222            # 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
    224225            ## MEH -- adding matching for (), chars since SUBTRACTION.KERNEL needs these
    225226            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.