Skip to content

Commit

Permalink
refactor: apodization tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Nov 29, 2024
1 parent e73736f commit 0787e6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/component/toolbar/ToolTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,11 @@ export const options: RecordOptions = {
mode: '2D',
spectraOptions: [
{
info: [{ key: 'isFt', value: true }],
info: [
{ key: 'isFid', value: true },
{ key: 'isFtDimensionOne', value: true },
{ key: 'isComplex', value: true },
],
active: true,
},
],
Expand Down

0 comments on commit 0787e6b

Please sign in to comment.