rawStallion is a simple command-line application which reads scan data from a single Thermo Raw file (*.raw) and writes two CSV files into the same directory containing the following columns:
-
[rawfilename]-index.csv
- Scan number
- MS order
- Retention time
- Precursor m/z
- Precursor charge
- Isolation width
- Compensation voltage (CV)
-
[rawfilename]-noise.csv
- Scan number
- Mass
- Intensity
- Baseline
- Noise
- Signal-to-noise ratio
- Download the latest release
- Unpack the archive
- Run
rawStallion.exe
rawStallion.exe RAWFILE [ScanNumbers]
RAWFILE
(mandatory) path to the raw file[ScanNumbers]
(optional) scan numbers separated by space. If omitted, all scans are read.
- RawFileReader reading tool. Copyright (c) 2016 by Thermo Fisher Scientific, Inc. All rights reserved.