Changeset 17898
- Timestamp:
- 04/30/14 16:05:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expwrite.py
r14267 r17898 5 5 EXPWRITE - write an Argus file from a structure given in input 6 6 7 This routine write an Argus file form a structurecontaining the fields:7 This routine writes an Argus file from a list of dict's containing the fields: 8 8 x and y of the coordinates of the points. 9 The first argument is the structurecontaining the points coordinates10 and the second one the file to be writ e.9 The first argument is the list containing the points coordinates 10 and the second one the file to be written. 11 11 12 12 Usage:
Note:
See TracChangeset
for help on using the changeset viewer.