how should deal with filters added before load the sample
Open
- 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.