Constructors

Properties

interval: number

Methods

  • Add a single peak to the spectrum. A peak may be either defined as [x,y,fwhm,...] or as {x, y, shape}

    Parameters

    Returns void

  • Add a series of peaks to the spectrum.

    Parameters

    • peaks: PeakSeries | Peak1D[]

      Peaks to add.

    • Optional options: PeakOptions

    Returns void