C# Class PIXIEBatchProcessor.ResultAggregator

The result aggregator.
Mostra file Open project: PNNL-Comp-Mass-Spec/PIXIE Class Usage Examples

Public Methods

Method Description
ProcessResultFiles ( string analysisDirectory, AnalysisLibrary lib ) : void

process result files collected and generate the CCS/mz DB.

ResultAggregator ( IEnumerable processes ) : System

Initializes a new instance of the ResultAggregator class.

Method Details

ProcessResultFiles() public method

process result files collected and generate the CCS/mz DB.
///
public ProcessResultFiles ( string analysisDirectory, AnalysisLibrary lib ) : void
analysisDirectory string /// The analysis directory. ///
lib PIXIEBatchProcessor.Export.AnalysisLibrary
return void

ResultAggregator() public method

Initializes a new instance of the ResultAggregator class.
public ResultAggregator ( IEnumerable processes ) : System
processes IEnumerable /// The processes. ///
return System