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

bugfix: to_csdm converter should return freq and time dimension based on the data udic #227

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deepanshs
Copy link

Bug

The current conversion from bruker to csdm format always returns a csdm object with the time domain dimensions. In cases, when the data is read from pdata the dimension should be set to frequency domain.

Fix

Use the udic freq or time boolean query to check if the data dimension is freq or time domain and then generate the corresponding csdm dimensions.

@deepanshs deepanshs changed the title bugfix: to_csdm converter should return freq and time dimension based on the data uric bugfix: to_csdm converter should return freq and time dimension based on the data udic Jan 10, 2025
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.

1 participant