Skip to content

Commit a1d6cdf

Browse files
authored
grdview: Clarify the syntax for -Ff and -Fo (#8896)
1 parent 2e725fb commit a1d6cdf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/rst/source/grdfilter.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ Required Arguments
9494
- (**g**) Gaussian: Weights are given by the Gaussian function, where
9595
*width* is 6 times the conventional Gaussian sigma.
9696
- (**f**) Custom: Weights are given by the precomputed values in the
97-
filter weight grid file *weight*, which must have odd dimensions;
97+
filter weight grid file *weight*; append the name of the weight grid in the
98+
form of **-Ff**\ *weight*. The grid must have odd dimensions;
9899
also requires **-D0** and output spacing must match input spacing or
99100
be integer multiples.
100101
- (**o**) Operator: Weights are given by the precomputed values in the
101-
filter weight grid file *weight*, which must have odd dimensions;
102+
filter weight grid file *weight*; append the name of the weight grid in the
103+
form of **-Fo**\ *weight*. The grid must have odd dimensions;
102104
also requires **-D0** and output spacing must match input spacing or
103105
be integer multiples. Weights are assumed to sum to zero so no
104106
accumulation of weight sums and normalization will be done.

0 commit comments

Comments
 (0)