chromatogram intelligent report custom calculation

Hello,
I need help with the creation of a zoom lens.
I would like to use all signals in given scale.
How should I set "To", so that it takes into account the drift of the baseline.
And for "from": maximum height of the compound1 peak.
Thanks for your help

SYB

Parents
  • Hello,

    I am not exactly sure what you are doing but here is an example of scaling in the Chromatogram. I used the scaling below to get the example report with the scaled chromatogram of the peaks of interest. The repetition in the example is more complicated. I added an external parameter so the user could modify the time scale. 

    Marty Adams

    Signal

    From =Val(If(Peak_LevelStart < Peak_LevelEnd, Peak_LevelStart,Peak_LevelEnd))

    To =  =Peak_Height

    Time

Reply
  • Hello,

    I am not exactly sure what you are doing but here is an example of scaling in the Chromatogram. I used the scaling below to get the example report with the scaled chromatogram of the peaks of interest. The repetition in the example is more complicated. I added an external parameter so the user could modify the time scale. 

    Marty Adams

    Signal

    From =Val(If(Peak_LevelStart < Peak_LevelEnd, Peak_LevelStart,Peak_LevelEnd))

    To =  =Peak_Height

    Time

Children
Was this helpful?