injdifft - tpcclib 0.8.0 © 2023 by Turku PET Centre

Calculates time difference between zero times of PET scan and blood data.
Zero times are given in two text files in format
scan_start_time := YYYY-MM-DD hh:mm:ss, or
injection_time := YYYY-MM-DD hh:mm:ss.
 
The result, time difference (time2-time1 in seconds) will be written in
stdout or specified file in format
time_difference := <time2-time1>.
 
Usage: injdifft [Options] timefile1 timefile2 [outputfile]
 
Options:
 -min | -sec
     Time difference is written in minutes or in seconds (default).
 -small
     Software ignores time differences of multiples of one hour, that may
     have been caused by wrong time zone or daylight saving setting in
     either of the zero times.
 -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.
 
Example:
  injdifft -small s95432dy1.v.ift s95432blo.kbq s95432.dift
 
See also: egetstrt, absscal, iftlist, tactime, blotimes, fitdelay
 
Keywords: input, header, IFT, tool