SpectroscopyCommandsShowDialogGetPreprocessingOptions Method |
Shows the dialog to get the preprocessing options.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool ShowDialogGetPreprocessingOptions(
WorksheetController ctrl,
out SpectralPreprocessingOptionsBase?? options
)
Parameters
- ctrl WorksheetController
- The worksheet containing the spectra.
- options SpectralPreprocessingOptionsBase
- On successfull return, contains the preprocessing options.
Return Value
BooleanTrue if successful; otherwise, false.
See Also