C# 클래스 PIXIEBatchProcessor.ResultAggregator

The result aggregator.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/PIXIE 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ProcessResultFiles() 공개 메소드

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
리턴 void

ResultAggregator() 공개 메소드

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