cheminfo / cheminfo/nmrium

how should deal with filters added before load the sample

Open
#2,229 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
80
Forks
34
Avg merge
2d 9h
Merged PRs (30d)
36

Description

we have `phc0` and `phc1` from metadata, I was thinking add a filter like:

```js
{
name: 'phaseCorrection',
label: 'Phase correction',
value: {
phc0,
phc1,
absolute: false,
},
id: generateID(),
flag: true,
isDeleteAllow: true,
}
```

but, at the moment it will fail for raw data because the FFT filter is append after Phase Correction

image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.