We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1e51c commit b883b1dCopy full SHA for b883b1d
README.md
@@ -66,7 +66,7 @@ Optimize the position (x), max intensity (y), full width at half maximum (fwhm)
66
67
```js
68
import { IsotopicDistribution } from 'mf-global';
69
-import { gsd, optimizePeaks } from 'ml-gad';
+import { gsd, optimizePeaks } from 'ml-gsd';
70
71
// generate a sample spectrum of the form {x:[], y:[]}
72
const data = new IsotopicDistribution('C').getGaussian();
0 commit comments