Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 2d apodization #3299

Merged
merged 2 commits into from
Nov 25, 2024
Merged

feat: 2d apodization #3299

merged 2 commits into from
Nov 25, 2024

Conversation

hamed-musallam
Copy link
Member

No description provided.

@hamed-musallam hamed-musallam linked an issue Nov 25, 2024 that may be closed by this pull request
Copy link

cloudflare-workers-and-pages bot commented Nov 25, 2024

Deploying nmrium with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0565af6
Status: ✅  Deploy successful!
Preview URL: https://3147687b.nmrium.pages.dev
Branch Preview URL: https://2d-apodization.nmrium.pages.dev

View logs

@hamed-musallam
Copy link
Member Author

@lpatiny

Could you provide a description for the Apodization Dimension One and Two filter tools, and what are their shortcuts

id: 'apodization',
tooltip: {
title: options.apodization.label,
shortcuts: ['a'],
description:
'Apply mathematical function that the FID is multiplied by before Fourier Transform.',
},
icon: <SvgNmrApodization />,
},
{
id: 'apodizationDimension1',
tooltip: {
title: options.apodizationDimension1.label,
},
icon: <SvgNmrApodization />,
},
{
id: 'apodizationDimension2',
tooltip: {
title: options.apodizationDimension2.label,
},
icon: <SvgNmrApodization />,
},

refactor: hide the 2D apodization feature behind the experimental flag
@hamed-musallam hamed-musallam merged commit 450d0e6 into main Nov 25, 2024
13 checks passed
@hamed-musallam hamed-musallam deleted the 2d-apodization branch November 25, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apodization for 2D
1 participant