-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve 1D apodization (#3260)
* fix: typo in the type name * fix: add shape to manual peak added * fix: apodization 1D options * chore: correct use of generalized lorentzian * chore: update format apodization * chore: update nmr deps * chore: include gamma * fix: split back apodization 2D into dimensions * chore: force nmr-load-save v13.0.2 * chore: fix prettier * chore: work in progress to new splitted FilterManages * Update package.json Co-authored-by: Luc Patiny <[email protected]> * chore: use pre release nmr-processing * chore: work in progress refactor * chore: adapt defaultApodizationOptions but there is a bug in nmr-processing * chore: refactor to use both Filters1DManager n Filters2DManager * chore: missing typing corrections * chore: refactor FiltersActions * refactor: adaptation to Filters with types * chore: pass draft data directly to the filter * refactor: adapt to typed Filters * chore: update pre-release nmr-processing * chore: update nmr-processing and nmr-load-save to pre-release * refactor: filters and types * chore: update nmr-processing and nmr-load-save * refactor: apodization line component * feat: improve apodization * fix: apodization guide line * chore: update nmr-processing and nmr-load-save * fix: autprocessing filter and getFilterLabel by name * chore: prerelease nmr-processing fixing filters * fix: show filter error message and set background color red * chore(eslint): disable switch-exhaustiveness-check rule * chore: update nmr-processing * chore: fix eslint * chore: update nmr-load-save to version 2.0.1 * test: fix apodization test * refactor: repalce useWatch hook with watch * refactor: prevent change the line boroadening if the exponential filter not activated * fix: remove Nucleus/Nuclei from types * fix eslint * fix: matrix generation types --------- Co-authored-by: hamed musallam <[email protected]> Co-authored-by: Michaël Zasso <[email protected]> Co-authored-by: Luc Patiny <[email protected]>
- Loading branch information
1 parent
e5071fe
commit 797fea4
Showing
80 changed files
with
1,614 additions
and
1,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"references.preferredLocation": "view" | ||
"references.preferredLocation": "view", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.