Defunct. Use read_chemstation_uv instead.
Arguments
- path
Path to file
- format_out
Class of output. Either
matrix,data.frame, ordata.table.- data_format
Whether to return data in
wide(default) orlongformat.- correction
Logical. Whether to apply empirical correction. Defaults is TRUE.
- read_metadata
Logical. Whether to attach metadata. Defaults to
TRUE.- metadata_format
Format to output metadata. Either
chromconverter(standardized field names) orraw(vendor field names, unmapped).
Details
This function wrapped 'Aston”s generic TraceFile reader, which imports
scipy.io.netcdf.NetCDFFile. That symbol was removed in scipy v1.14, so
TraceFile cannot be used without pinning scipy < 1.14 for the whole
Python session. Since .uv files are read by chromConverter's internal
parser, read_chemstation_uv, this wrapper was retired rather than
constrain scipy for everyone.
See also
Other external parsers:
call_entab(),
call_openchrom(),
call_rainbow(),
read_thermoraw(),
sp_converter()
