Example #1
0
 public static string ConvertToPbf(string specFilePath, IMassSpecDataReader specReader,
                                   double precursorSignalToNoiseRatioThreshold, double productSignalToNoiseRatioThreshold, string pbfFilePath = null,
                                   IProgress <ProgressData> progress = null)
 {
     return(PbfLcMsRun.ConvertToPbf(specFilePath, MassSpecDataReaderFactory.GetMassSpecDataReader(specFilePath),
                                    precursorSignalToNoiseRatioThreshold, productSignalToNoiseRatioThreshold, pbfFilePath, progress));
 }