ecl-logo Documentation

PeakResolution

PeakResolution[peaks, pkA, pkB]resolution

returns the resolution between pkA and pkB.

Details

    Input
    Output
    General Options
    Messages
  • missingInput label or position cannot be found in peaks.

Examples

Basic Examples  (4)

The function returns the resolution between two peaks found in the provided peak data:

An Object[Analysis, Peaks] object can be provided:

A packet can be provided:

A peaks analysis link can be provided:

Additional Examples  (5)

Peak labels can be provided:

Input a Peak only generates the entire resolution matrix:

Specify two lists of labels:

Specify a list of positions and a single position:

Specify a single label and a list of labels:

Options  (2)

Method  (1)

Calculate Resolution from TangentWidth:

PeakField  (1)

When providing a data Object, the PeakField should be specified if more than one field in the object contains Object[Analysis, Peaks] objects:

Messages  (5)

AmbiguousPeaksFields  (1)

The function will message if a data Object is provided, but multiple peak fields are available and a specific one is not specified:

BadPeaksField  (1)

The function will message if a data Object is provided and the PeakField specified does not contain Object[Analysis, Peaks] objects:

InvalidPeaksField  (1)

The function will message if a data Object is provided and the PeakField specified is invalid:

missing  (1)

If either of the reference peaks is not valid, an error will be thrown:

NoPeaksFields  (1)

If a data object is selected which has no peaks anlysis associated with it, an error will be thrown: