asc2flat - tpcclib 0.8.0 © 2023 by Turku PET Centre

Reads numerical data from an ASCII file and writes those in a binary file
as 4-byte floats.
Numerical data can be stored on one or more lines, separated by
commas, tabs, semi-colons, or spaces.
Comment lines starting with '#' or '//' are allowed (and ignored) in
the beginning of the file.
 
Usage: asc2flat [Options] ASCII_file [binary_file]
 
Options:
 -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.
 
See also: flat2img, simcirc, dft2img, simiart, imgadd, img2tif
 
Keywords: software testing, simulation, image, mask