C# Class PIXIEBatchProcessor.ResultAggregator

The result aggregator.
Afficher le fichier Open project: PNNL-Comp-Mass-Spec/PIXIE Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ResultAggregator() public méthode

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