-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
…simulator into load_vendor_files
src/mrsimulator/load_vendor_files.py
Outdated
coordinates_offset=(str(1 / value["car"]) + " s"), | ||
origin_offset=(str(1e-6 / value["obs"]) + " s"), |
There was a problem hiding this comment.
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.
…simulator into load_vendor_files
- add things to consider.
Created a PR to add to_csdm functionality to nmrglue |
No description provided.