Skip to content

Commit

Permalink
feat: allow apodization, zf, ft in exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Sep 23, 2022
1 parent 11a6fa3 commit 4ee24ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/component/modal/setting/ToolsTabContent.tsx
Expand Up @@ -57,6 +57,10 @@ const LIST: ListItem[] = [
label: 'Slicing',
name: 'toolBarButtons.slicing',
},
{
label: 'Apodization',
name: 'toolBarButtons.apodization',
},
{
label: 'Zero filling',
name: 'toolBarButtons.zeroFilling',
Expand Down
6 changes: 6 additions & 0 deletions src/component/workspaces/exercise.ts
Expand Up @@ -14,6 +14,12 @@ export const exercise: InnerWorkspace = {
},

toolBarButtons: {
peakPicking: true,
apodization: true,
zeroFilling: true,
fastFourierTransform: true,
phaseCorrection: true,
baselineCorrection: true,
integral: true,
spectraCenterAlignments: true,
spectraStackAlignments: true,
Expand Down

0 comments on commit 4ee24ba

Please sign in to comment.