Next: , Previous: Simple Interface, Up: gmeteor Reference


3.3 Invoking gmeteor

The general usage of gmeteor is

     Usage: gmeteor [OPTION...] INPUT-FILE

For your convenience, gmeteor accepts some parameters both from the command line and from the specification file. In case of conflict, the command-line value takes precedence. A list of options follows.

-A
--plot-absolute
Same as (plot-absolute #t).
-d n
--plot-grid-density=n
Same as (plot-grid-density n).
-g n
--grid-density=n
Same as (grid-density n).
-n n
--filter-length=n
Same as (filter-length n).
-o file
--output-file=file
Same as (output-file file).
-p file
--plot-file=file
Same as (plot-file file).
-s n
--sampling-frequency=n
Same as (sampling-frequency n).
-S
--plot-signed
Same as (plot-absolute #f).
-v
--verbose
Same as (verbose #t).
-q
--quiet
Same as (verbose #f).
--help
Print a list of options.
-V
--version
Print gmeteor's version.