How to get calibration equation parameters in report

Hello

I need to get slope and intercept of calibration curve for particular compound, lets call it "Compound1", and use it in custom calculation.

The reason is I want to "quantify" some peaks relative to this calibration.

So, I would like to know how to get custom calculation giving something like this:

 AllCalibrations.Where(compound_name = "Compound1").Select(CalibrationCurve_A_Coeff)

etc for slope

how to actually do the query?

Thank you

With regards

Martin

Was this helpful?