Skip to content

Commit

Permalink
mark instrument data #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse committed Sep 15, 2020
1 parent 4cc76ea commit 96e0b24
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions man/validate_rawRspectrum.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/rawR.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
adapded from the ThermoFischer `Hello, world!` example provided by Jim Shofstahl
aGetTrailerExtraInformationdapded from the ThermoFischer `Hello, world!` example provided by Jim Shofstahl
see URL http://planetorbitrap.com/rawfilereader#.WjkqIUtJmL4
the ThermoFisher library has to be manual downloaded and installed
Please read the License document
Expand Down Expand Up @@ -260,6 +260,7 @@ public static void WriteSpectrumAsRcode(this IRawDataPlus rawFile, string filena
file.WriteLine("\tmZ = c(" + string.Join(",", scan.SegmentedScan.Positions) + "),");
file.WriteLine("\tintensity = c(" + string.Join(",", scan.SegmentedScan.Intensities) + ")");
}
// ============= Instrument Data =============
// write scan Trailer
var trailerValues = scanTrailer.Values;
var trailerLabels = scanTrailer.Labels;
Expand Down

0 comments on commit 96e0b24

Please sign in to comment.