Skip to content

Commit

Permalink
update extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkovalchik committed Oct 24, 2018
1 parent e8730d2 commit 26e7f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RawTools/Data/Extraction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ public static void ExtractAll(this RawDataCollection rawData, IRawDataPlus rawFi
foreach (int scan in rawData.scanIndex.ScanEnumerators[MSOrderType.Ms2])
{
// refine precursor mass and charge
var centroid = rawData.GetAverageScan(rawFile, scan);
// var centroid = rawData.GetAverageScan(rawFile, scan);
//rawData.centroidStreams[rawData.precursorScans[scan].MasterScan]

(refinedCharge, refinedMass) =
Expand Down
2 changes: 1 addition & 1 deletion RawTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("23.10.2018.1")]
[assembly: AssemblyFileVersion("24.10.2018.0")]

[assembly: AssemblyInformationalVersion("1.3.1")]

0 comments on commit 26e7f4f

Please sign in to comment.