Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Nov 23, 2023
1 parent 7d762b4 commit ca47392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/modules/gmtsplit.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ Optional Arguments
separately. This may introduce edge effects at the ends of each segment, but prevents a
low-pass x,y filter from rounding off the corners of track segments. [Default = no filtering].

**N** or **multi** : -- *multi=true* **|** *multi="template"*\
**N** or **multifile** or **multi** : -- *multifile=true* **|** *multifile="template"*\
Write each segment to a separate output file. Default returns data in a GMTdataset. Optionally
append a format template for the individual file names; this template **must** contain a C format
specifier that can format an integer argument (the running segment number across all tables);
this is usually %d but could be %08d which gives leading zeros, etc. [Default is gmtsplit\_segment\_%d.{txt\|bin},
depending on **binary_out**]. Alternatively, give a template with two C format specifiers and we
will supply the table number and the segment number within the table to build the file name.

- **Q** or **xyzdh** : -- *xyzdh=:flags*\
- **Q** or **fields** : -- *fields=:flags*\
Specify your desired output using any combination of *xyzdh*, in any order. Do not space between
the letters. Use lower case. Default is **xyzdh=xyzdh** (**xyzdh=xydh** if only 2 input columns)].
the letters. Use lower case. Default is **fields=xyzdh** (**fields=xydh** if only 2 input columns).

- **S** or **dist_head** : -- *dist_head=true*\
Both d and h are supplied. In this case, input contains x,y,z,d,h. [Default expects (x,y,z) input,
Expand Down

0 comments on commit ca47392

Please sign in to comment.