tac2svg - tpcclib 0.8.0 © 2023 by Turku PET Centre

Make XY plots of PET time-activity curves (TACs) in Scalable Vector Graphics
(SVG) 1.1. format; specification in http://www.w3.org/TR/SVG/
SVG files can be viewed with web browsers and processed further using for
example Inkscape, Batik, and Gimp.
 
Usage: tac2svg [Options] svg_file [-L|-S|-B] tac_file1 [-L|-S|-B] tac_file2 ...
 
Options:
 -L  TACs that are given after this option are plotted with lines only,
 -S  TACs that are given after this option are plotted with symbols only,
 -B  TACs that are given after this option are plotted with lines and
     symbols (default).
 -x1=<start of x axis>
 -x2=<end of x axis>
 -y1=<start of y axis>
 -y2=<end of y axis>
 -nmt, -nxt, -nyt
     Do not show main title or x or y axis titles.
 -mt="<main title>"
     User-specified string to override any default main title,
 -xt="<x axis title>"
     User-specified string to override any default x axis title,
 -yt="<y axis title>"
     User-specified string to override any default y axis title.
 -legend=<yes|No|auto>
     Show TAC legends (yes), do not show (no, default), or automatically
     determine whether to show or not (auto).
 -color, -bw
     Create plots with colors (default), or in black-and-white.
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Normally, SVG graphics file should have extension .svg. Alternatively,
SVG graphics can be written inline in XHTML file by setting the extension
to .xhtml.
 
Example 1.
  tac2svg gj247.svg -s gj247.tac -l gj247_fitted.tac
 
See also: fit2dat, dftscale, dftmax, tac4frpl, tacformat, tacjoin, tac2xml
 
Keywords: simulation, modelling, plotting, tool, DFT, TAC, SVG, XML