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