Data points/peak Openlab

Hi everyone, 

I knowhow to extract the number of data (or scan) by peaks with masshunter, but I can I get this information with openlab CDS

thank you

JF Fortin

Parents
  • Hello,

    You would need to use a custom calculation in CDS to calculate the data points. As an example, the CC below uses a enter value for data rate in the CCF file to calculate an estimate for the number of points from the peak start and peak end times. You would need to provide the data rate as in the example or using a custom field. This is because the number from the method cannot be accessed for calculations. I compared the calculations to the actual points in excel from the CSV export of the chromatogram. 

    Marty Adams

    (Peak_EndTime - Peak_BeginTime) * 60 * DataRate

Reply
  • Hello,

    You would need to use a custom calculation in CDS to calculate the data points. As an example, the CC below uses a enter value for data rate in the CCF file to calculate an estimate for the number of points from the peak start and peak end times. You would need to provide the data rate as in the example or using a custom field. This is because the number from the method cannot be accessed for calculations. I compared the calculations to the actual points in excel from the CSV export of the chromatogram. 

    Marty Adams

    (Peak_EndTime - Peak_BeginTime) * 60 * DataRate

Children
Was this helpful?