Skip to content

Commit d00edbb

Browse files
added thermo example code
1 parent dba9ad7 commit d00edbb

3 files changed

Lines changed: 703 additions & 6 deletions

File tree

ThermoRawFileParser.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<Compile Include="Util\LimitedSizeDictionary.cs" />
140140
<Compile Include="XIC\JSONInputUnit.cs" />
141141
<Compile Include="XIC\JSONParser.cs" />
142+
<Compile Include="XIC\ThermoExampleCode.cs" />
142143
<Compile Include="XIC\XicData.cs" />
143144
<Compile Include="XIC\XicExecutor.cs" />
144145
<Compile Include="XIC\XicParameters.cs" />

ThermoRawFileParserTest/XicRetrieverTests.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ public void testXicRetrieve()
2020
{
2121
Meta = new XicMeta()
2222
{
23-
//MzStart = -1,
24-
MzStart = 749.786,
25-
MzEnd = 749.8093,
26-
//MzEnd = -1,
27-
RtStart = 0,
23+
MzStart = -1,
24+
//MzStart = 749.786,
25+
//MzEnd = 749.8093,
26+
MzEnd = -1,
27+
RtStart = -1,
2828
//RtStart = 2,
29-
RtEnd = 900
29+
RtEnd = -1
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)