We have as data: {x: [], y: []} or {x: [], re: [], im: []} And we need to be able to apply a sequence of tilers This should replace among other https://github.com/cheminfo/spectra-processor/blob/d5c6f67fd4f747c23e62aeaa2f769a69402bcb4a/src/spectrum/getNormalized.js#L26-L132 And https://github.com/cheminfo/common-spectrum/blob/a48e2f6b4f6204d64086ac3d198daaf6f381bcfc/src/util/getNormalizedSpectrum.ts#L129-L206 And also https://github.com/cheminfo/analysis/blob/main/packages/base-analysis/src/types/NormalizedFilters.ts And also in: https://github.com/cheminfo/nmrium/blob/master/src/data/Filters.ts This later requires the re / im
We have as data:
{x: [], y: []}
or
{x: [], re: [], im: []}
And we need to be able to apply a sequence of tilers
This should replace among other
https://github.com/cheminfo/spectra-processor/blob/d5c6f67fd4f747c23e62aeaa2f769a69402bcb4a/src/spectrum/getNormalized.js#L26-L132
And
https://github.com/cheminfo/common-spectrum/blob/a48e2f6b4f6204d64086ac3d198daaf6f381bcfc/src/util/getNormalizedSpectrum.ts#L129-L206
And also
https://github.com/cheminfo/analysis/blob/main/packages/base-analysis/src/types/NormalizedFilters.ts
And also in:
https://github.com/cheminfo/nmrium/blob/master/src/data/Filters.ts
This later requires the re / im