@@ -12,7 +12,7 @@ Synopsis
1212
1313.. include :: ../../common_SYN_OPTs.rst_
1414
15- **gmt gravmag3d ** *xyz_file * |-T |\ **v **\ *vert_file * OR |-T |\ **r\| s **\ *raw_file * OR |-M |\ **+s **\ *body,params *
15+ **gmt gravmag3d ** *xyz_file * |-T |\ **+ v **\ *vert_file * OR |-T |\ **+ r\| + s **\ *raw_file * OR |-M |\ **+s **\ *body,params *
1616[ |-C |\ *density * ]
1717[ |-E |\ *thickness * ]
1818[ |-F |\ *xy_file * ]
@@ -97,15 +97,15 @@ Required Arguments (not all)
9797
9898.. _-T :
9999
100- **-Tv **\ *vert_file * (must have when passing a *xyz_file *) OR **-Tr \| s **\ *raw_file *
101- Gives names of a xyz and vertex (**-Tv **\ *vert_file *) files defining a close surface.
100+ **-T+v **\ *vert_file * (must have when passing a *xyz_file *) OR **-T+r \| + s **\ *raw_file *
101+ Gives names of a xyz and vertex (**-T+v **\ *vert_file *) files defining a closed surface.
102102 The file formats correspond to the output of the :doc: `triangulate </triangulate >` program.
103103 The *xyz * file can have 3, 4, 5, 6 or 8 columns. In first case (3 columns) the magnetization (or density) are
104104 assumed constant (controlled by |-C | or |-H |). Following cases are: 4 columns -> 4rth col magnetization intensity;
105105 5 columns: mag, mag dip; 6 columns: mag, mag dec, mag dip; 8 columns: field dec, field dip, mag, mag dec, mag dip.
106- When n columns > 3 the third argument of the |-H | option is ignored. A *raw * format (selected by the **-Tr ** option)
106+ When n columns > 3 the third argument of the |-H | option is ignored. A *raw * format (selected with the **-T+r ** option)
107107 is a file with N rows (one per triangle) and 9 columns corresponding to the *x, y, z * coordinates of each of the three
108- vertex of each triangle. Alternatively, the **-Ts ** option indicates that the surface file is in the ASCII STL
108+ vertex of each triangle. Alternatively, the **-T+s ** option indicates that the surface file is in the ASCII STL
109109 (Stereo Lithographic) format. These two type of files are used to provide a closed surface.
110110
111111Optional Arguments
0 commit comments