Changeset 17898


Ignore:
Timestamp:
04/30/14 16:05:48 (11 years ago)
Author:
cborstad
Message:

CHG: updated doc for python usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/expwrite.py

    r14267 r17898  
    55        EXPWRITE - write an Argus file from a structure given in input
    66
    7            This routine write an Argus file form a structure containing the fields:
     7           This routine writes an Argus file from a list of dict's containing the fields:
    88           x and y of the coordinates of the points.
    9            The first argument is the structure containing the points coordinates
    10            and the second one the file to be write.
     9           The first argument is the list containing the points coordinates
     10           and the second one the file to be written.
    1111
    1212           Usage:
Note: See TracChangeset for help on using the changeset viewer.