Command-Line Interface of Geo-AID
Command Overview:
Geo-AID
Usage: Geo-AID [OPTIONS] <INPUT> <OUTPUT>
Arguments:
<INPUT>— The input script file<OUTPUT>— The output target
Options:
-
-d,--delta-max-mean <DELTA_MAX_MEAN>— The maximum mean quality delta. Geo-AID will keep doing generation cycles until the average quality delta over the lastmcycles gets belowd.Default value:
0.0001 -
-c,--count-of-workers <COUNT_OF_WORKERS>— The count of threads to use for generationDefault value:
512 -
-m,--mean-count <MEAN_COUNT>— The count of last deltas to include in mean calculation. Geo-AID will keep doing generation cycles until the average quality delta over the lastmcycles gets belowd.Default value:
128 -
-a,--adjustment-max <ADJUSTMENT_MAX>— Maximal adjustment of an adjustable during generation. Treated differently for different adjustables.Default value:
0.5 -
-r,--renderer <RENDERER>— What renderer to use.Default value:
latexPossible values:
latex: The LaTeX + tikz renderersvg: The SVG format rendererjson: The JSON (machine-readable) format rendererraw: The raw (human-readable) format renderer
-
--width <WIDTH>— Canvas width (treated very differently for LaTeX)Default value:
500 -
--height <HEIGHT>— Canvas height (treated very differently for LaTeX)Default value:
500 -
-l,--log <LOG>— Where to put the log output. Geo-AID has a logging feature for concise information about the rendering process (quality and time).
This document was generated with the help of
clap-markdown.