-
Notifications
You must be signed in to change notification settings - Fork 0
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
Remove mappings #25
Remove mappings #25
Conversation
Not sure why tests fail.Maybe the test data don't include units? |
An updated config file for specsscan is here: OpenCOMPES/specsanalyzer#53 |
I added the units now. |
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.
To me, this makes sense and it also makes the reading of instrument metadata and ELN data consistent. Will probably do the same for the XPS reader.
I added some tests for the eln data and updated the config file for it. I also stripped the eln file to only check a certain amount of fields (as this is not the eln example anymore I think it's fine to only use some fields for checking). With this I will merge into the other PR. |
Removes the mappings and default units, and rather gets values directly from the ELN paths with new mechanism.
Would be good to add some tests for the ELN functionality