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

Load vendor files #65

Closed
wants to merge 14 commits into from
Closed

Conversation

mccarthy677
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jun 2, 2021

Codecov Report

Merging #65 (3feee8c) into master (8ecd2e6) will decrease coverage by 0.43%.
The diff coverage is 31.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   99.98%   99.55%   -0.44%     
==========================================
  Files          98       99       +1     
  Lines        5974     6012      +38     
==========================================
+ Hits         5973     5985      +12     
- Misses          1       27      +26     
Impacted Files Coverage Δ
src/mrsimulator/io/load_vendor_files.py 31.57% <31.57%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ecd2e6...3feee8c. Read the comment docs.

Comment on lines 17 to 18
coordinates_offset=(str(1 / value["car"]) + " s"),
origin_offset=(str(1e-6 / value["obs"]) + " s"),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace these lines with

reciprocal={"coordinates_offset": f'{value["car"]} Hz', "origin_offset": f'{value["obs"]} MHz'}

The parameter belong in the reciprocal object.

@deepanshs deepanshs linked an issue Jun 7, 2021 that may be closed by this pull request
4 tasks
@mccarthy677 mccarthy677 closed this Sep 7, 2021
@mccarthy677
Copy link
Collaborator Author

Created a PR to add to_csdm functionality to nmrglue

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.

Import NMR data from vendor files
2 participants