csv2dft 0.2.2 © 2007-2013 by Turku PET Centre

Converts time-activity curve (TAC) data in CSV file format [1] in DFT file [2]. CSV (comma-separated values) files can be saved for example in Excel. Recent versions of TPC software can directly read CSV files. Usage: csv2dft [Options] <CSV file> [DFT file] Options: -h or --help Print this message and exit --version or --build Print software build information and exit --silent Program works silently, printing only error and warning messages --verbose Program prints more information about what it is doing. Examples: 1. Convert one CSV file and enter the name for DFT file csv2dft 160410_ae426_TACBqml.csv ae426.dft 2. Convert all CSV files in current working directory in MS Windows command shell for %g in (*.csv) do csv2dft %g References: 1. http://en.wikipedia.org/wiki/Comma-separated_values 2. http://www.turkupetcentre.net/analysis/doc/format_dft.html See also: dft2csv, dftunit, dftlist, dftdel, dftadd, dftbreak, dftren Keywords: DFT, CSV, tool, file format conversion This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under GNU General Public License.
Last updated 2014-10-22 12:53:47