ecat_info: Extract information from Ecat7 files

View source: R/pipeline_convert.R

ecat_infoR Documentation

Extract information from Ecat7 files

Description

Extracts header, decay, counts and timing information from ecat7 .v files.

Usage

ecat_info(v_filename, inpath = getwd(), outpath = getwd(), checkLines = F)

Arguments

v_filename

Filename of the input .v file. Preferably without file extension (except if other dots in the filename). Should only be the filename. Path goes into inpath.

inpath

Path to the input file. Defaults to the working directory.

outpath

Path to which data can be written. Just required for temporary files. Defaults to the working directory.

checkLines

Should the system commands be checked (and not run)? Default FALSE.

Value

If checkLines is TRUE, the commands will be returned. If checkLines is FALSE, the relevant data will be returned in a list.

Examples

ecat_info('r_abcd_1', checkLines = F)


mathesong/kipettools documentation built on Feb. 5, 2024, 10:10 p.m.