-
Notifications
You must be signed in to change notification settings - Fork 88
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
Reading tables from tecmag file #123
Comments
I could try adding the delay tables code from pytnt to nmrglue. Presumably the delay tables information would go in the parameter dictionary - do you have any preferences as to how it should be structured? |
@wired4life4, nmrglue currrently does not have the ability to read this, but @chatcannon, It would be great to have this in nmrglue. I think this can be done in a way similar to that in |
There is one sample file I found in /TNMR/setup/sweep.tnt that does have delay tables, sweep tables, and shape tables, however, the naming looks different than the default when creating them manually. |
I am also interested in this feature, because I work with a lot of Tecmag data sets. I don't know how to find the current Tecmag test data (apparently called The name scheme issue is a thorny problem, as @wired4life4 has already found. TNMR lets you name tables quite freely. In the |
@robbyblum, the Tecmag test dataset is in the v0.5 test dataset, located here. May be a good way of doing this would be adding a separate |
Hello,
I am trying to read some custom tables in a .tnt file and could not find any way to do this. I am only aware of the one command,
dic,data = nmrglue.fileio.tecmag.read(path)
to read the raw data and parameter dictionary. I read through the tutorial and documentation and saw that the chatcannon/pytnt project has the ability to read delay tables. Is this capability also in nmrglue? Thank you :)
The text was updated successfully, but these errors were encountered: