We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
is it for any kind of data? otherwise maybe a name like signal-processing may be better?
signal-processing
Sorry, something went wrong.
Bad luck the name is taken: https://www.npmjs.com/package/signal-processing as well as data-processing
But I like processing, so maybe measurement-processing ?
This is in mljs, where all packages start with ml-
ml-
Also, we could maybe ask npm to give us https://www.npmjs.com/package/signal-processing, as it's a 7 years old unused module.
I asked npm we will see but otherwise we will indeed publish as ml-signal-processing
lpatiny
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: