Jose Alejandro Bolanos Arroyave
Jose Alejandro Bolanos Arroyave
In nmr-processing package, the function simulate1D uses EVD with[ a sparse-matrix as input ](https://github.com/cheminfo/nmr-processing/blob/typescript/src/signals/simulation/simulate1D.ts#L121),
@lpatiny at the moment the package has a structure to optimize functions f(x) with unlimited parameters to be optimized. On the way to use this package to optimize bi-dimensional data....
I'm trying to use a worker comes from a separated file, the code seems like ```js import { readFileSync, writeFileSync } from 'fs'; import { join } from 'path'; import...
The "spectra displayer" module don't draw a chart object with color property in visualizer versions upper to 2.61 In the following view you can observe the problem swich the version...
- do not calculate noise every time the wheel is actioned. - do not include the max value of the data in the contour plot, it will contain a slice...
it even happens if we add manually the missing properties https://github.com/cheminfo/nmrium/assets/12143935/55922b72-69bf-47dd-8ef6-8265d60c9a5e
Some cases the same `NMREDATA_1D_1H` has two source of the spectrum. What should be the behavior: - 1. load all sources or - 2. load the first that works An...
I face at moment to use the phase correction values from metadata ( phc0, phc1 ) of bruker data with: DIGMOD = 3 (baseopt, rectangle digital filter function) the phase...
The problem appear when I try to apply `manual phase correction` -> `baseline correction` -> `automatic phase correction` the place of `phase correction filter` changes of place and only one...