File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ import { groupPeaks } from './groupPeaks';
1313 * @param {number } [options.factorLimits = 2] - times of width to use to optimize peaks
1414 * @param {object } [options.shape={}] - it's specify the kind of shape used to fitting.
1515 * @param {string } [options.shape.kind='gaussian'] - kind of shape; lorentzian, gaussian and pseudovoigt are supported.
16+ * @param {string } [options.shape.options={}] - options depending the kind of shape
1617 * @param {object } [options.optimization={}] - it's specify the kind and options of the algorithm use to optimize parameters.
1718 * @param {string } [options.optimization.kind='lm'] - kind of algorithm. By default it's levenberg-marquardt.
18- * @param {number } [options.optimization.options.timeout=10] - maximum time running before break in seconds.
1919 * @param {object } [options.optimization.options={}] - options for the specific kind of algorithm.
20+ * @param {number } [options.optimization.options.timeout=10] - maximum time running before break in seconds.
2021 */
2122
2223export function optimizePeaks ( data , peakList , options = { } ) {
You can’t perform that action at this time.
0 commit comments