Click or drag to resize

SpectroscopyCommandsShowDialogGetPeakFindingFittingOptions Method

Shows the dialog to get the preprocessing options.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool ShowDialogGetPeakFindingFittingOptions(
	WorksheetController ctrl,
	out PeakSearchingAndFittingOptions options
)

Parameters

ctrl  WorksheetController
The worksheet containing the spectra.
options  PeakSearchingAndFittingOptions
On successfull return, contains the preprocessing options.

Return Value

Boolean
True if successful; otherwise, false.
See Also