mljs / global-spectral-deconvolution

Global Spectra Deconvolution + Peak optimizer
http://mljs.github.io/global-spectral-deconvolution/
MIT License
9 stars 8 forks source link

Export fwhm instead of width between the inflection points #32

Closed jobo322 closed 3 years ago

jobo322 commented 3 years ago

add shape and lmOptions as options of joinBroadPeaks method

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (ff7fc9e) into master (e03737c) will decrease coverage by 0.08%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   93.75%   93.66%   -0.09%     
==========================================
  Files           4        4              
  Lines         304      300       -4     
  Branches       88       91       +3     
==========================================
- Hits          285      281       -4     
  Misses         17       17              
  Partials        2        2              
Impacted Files Coverage Δ
src/gsd.js 96.95% <75.00%> (-0.55%) :arrow_down:
src/post/joinBroadPeaks.js 94.73% <100.00%> (ø)
src/post/optimizePeaks.js 85.18% <100.00%> (-0.21%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e03737c...ff7fc9e. Read the comment docs.