FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaselineSetAllPeakParametersExceptFirstPeakToFixed Method |
Sets all peak parameters except those for the first peak to fixed.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void SetAllPeakParametersExceptFirstPeakToFixed(
bool value,
int numberOfFixedPositionPeaks
)
Parameters
- value Boolean
-
If set to , all parameters except for the first peak are fixed.
If set to , all parameters can vary (except fixed-position peaks).
- numberOfFixedPositionPeaks Int32
- Number of peaks (at the end) for which the position is fixed.
See Also