Skip to content

Commit

Permalink
chore: update format apodization
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Oct 13, 2024
1 parent 7a4c39d commit 39978a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 63 deletions.
65 changes: 5 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/component/1d/ApodizationLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function ApodizationLine() {
apply: false,
compose: {
length,
shapes: [
{
shapes: {
lorentzToGauss: {
start: 0,
shape: {
kind: 'lorentzToGauss',
Expand All @@ -73,7 +73,7 @@ function ApodizationLine() {
},
},
},
],
},
},
},
);
Expand Down

0 comments on commit 39978a8

Please sign in to comment.