Changeset 26955
- Timestamp:
- 04/13/22 04:17:34 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expwrite.py
r26662 r26955 7 7 This routine writes an Argus file from a dict containing the fields: 8 8 x and y of the coordinates of the points. 9 The first argument is the list containing the points coordinates and the 9 The first argument is the list containing the points coordinates and the 10 10 second one the file to be written. 11 11 … … 25 25 26 26 if 'name' in contours: 27 fid.write('{}{}\n'.format('# Name:', contours['name']))27 fid.write('{}{}\n'.format('## Name:', contours['name'])) 28 28 else: 29 fid.write('{}{}\n'.format('# Name:', filename))29 fid.write('{}{}\n'.format('## Name:', filename)) 30 30 31 31 fid.write('{}\n'.format('## Icon:0'))
Note:
See TracChangeset
for help on using the changeset viewer.