Changeset 24225
- Timestamp:
- 10/14/19 23:50:06 (5 years ago)
- Location:
- issm/trunk-jpl/scripts
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/BinRead.py
r24212 r24225 1 #! / usr / bin /env python1 #!/usr/bin/env python 2 2 import numpy as np 3 3 from os import environ, path … … 202 202 203 203 parser = ArgumentParser(description='BinRead - function to read binary input file.') 204 parser.add_argument(' -f', '--filin', help='name of binary input file', default='')205 parser.add_argument(' -o', '--filout', help='optional name of text output file', default='')206 parser.add_argument(' -v', '--verbose', help='optional level of output', default=0)204 parser.add_argument('-f', '--filin', help='name of binary input file', default='') 205 parser.add_argument('-o', '--filout', help='optional name of text output file', default='') 206 parser.add_argument('-v', '--verbose', help='optional level of output', default=0) 207 207 args = parser.parse_args() 208 208 -
issm/trunk-jpl/scripts/DownloadExternalPackage.py
r24212 r24225 1 #! / usr / bin /env python2 # - * - coding: ISO - 8859 - 1 - *-1 #!/usr/bin/env python 2 # -*- coding: ISO-8859-1 -*- 3 3 4 4 import os -
issm/trunk-jpl/scripts/cloc2html.py
r24212 r24225 1 #! / usr / bin/ env python2 # - * - coding: ISO - 8859 - 1 - *-3 #inspired from http: / / qwiki.stanford.edu / images / d / df /Latex2qwiki.txt1 #!/usr/bin/ env python 2 # -*- coding: ISO-8859-1 -*- 3 #inspired from http://qwiki.stanford.edu/images/d/df/Latex2qwiki.txt 4 4 import re 5 5 import os -
issm/trunk-jpl/scripts/convertmatlabclasses.py
r24212 r24225 1 #! / usr / bin /env python2 # - * - coding: ISO - 8859 - 1 - *-1 #!/usr/bin/env python 2 # -*- coding: ISO-8859-1 -*- 3 3 import sys 4 4 import re -
issm/trunk-jpl/scripts/mToPy.py
r24212 r24225 1 #! / usr / bin /env python1 #!/usr/bin/env python 2 2 import sys 3 3 import os
Note:
See TracChangeset
for help on using the changeset viewer.