Skip to content

Commit 362c192

Browse files
committed
fix: read_cdf (don't require time_values attribute)
1 parent 2c5a93b commit 362c192

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

R/read_cdf.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ read_andi_ms <- function(path, format_out = c("matrix", "data.frame"),
178178
int <- ncdf4::ncvar_get(nc, "intensity_values")
179179
mz <- ncdf4::ncvar_get(nc, "mass_values")
180180
scan_idx <- ncdf4::ncvar_get(nc, "scan_index")
181-
rt <- ncdf4::ncvar_get(nc, "time_values")
182181
n_scans <- ncdf4::ncvar_get(nc, "point_count")
183182
rt_scan <- ncdf4::ncvar_get(nc, "scan_acquisition_time")
184183
zeros <- as.list(rep(NA, length(which(scan_idx == 0)) - 1))

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ chromConverter aims to facilitate the conversion of chromatography data from var
2222
- 'Agilent ChemStation' & 'OpenLab' `.ch` files (versions 30, 130, 8, 81, 179, 181)
2323
- Allotrope® Simple Model (ASM) 2D chromatograms (`.asm`)
2424
- ANDI (Analytical Data Interchange) Chromatography & MS formats (`.cdf`)
25-
- 'Allotrope Simple Model' (ASM) 2D chromatograms.
2625
- mzML (`.mzml`) & mzXML (.`mzxml`) (via *RaMS*).
2726
- 'Shimadzu LabSolutions' ascii (`.txt`)
2827
- 'Shimadzu GCsolution' data files (`.gcd`)

0 commit comments

Comments
 (0)