-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adds multiple input axis and doi reference #98
Conversation
Copy the raw text representation of NXidentifier over by hand, the base_class_template branch will not be merged before all changes for EM and APM are implemented |
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.
Looks good apart from a small typo. However, it would be good to have a working example for how to use this formula mechanism in one of our files, and maybe also code that can read and execute this.
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.
LGTM apart from some small comments. I agree that a working example is needed.
I added a ToDo for an NXcalibration example with multiple inputs to FAIRmat-NFDI/pynxtools#489. |
* Adds multiple input axis and doi reference * Adds input and output paths * Adds NXidentifier * Update fit_function docstring * Updates from review * Explicitly state naming rules * Remove dim for input_SYMBOL * Adds dim before attributes * Use NXcite * Remove requiredness of doi * Updates NXcalibration to use method, reference and object * Add MAPPING * Updates docstring for calibration references * Docstring refinements # Conflicts: # contributed_definitions/nyaml/NXcalibration.yaml
* Adds multiple input axis and doi reference * Adds input and output paths * Adds NXidentifier * Update fit_function docstring * Updates from review * Explicitly state naming rules * Remove dim for input_SYMBOL * Adds dim before attributes * Use NXcite * Remove requiredness of doi * Updates NXcalibration to use method, reference and object * Add MAPPING * Updates docstring for calibration references * Docstring refinements # Conflicts: # contributed_definitions/nyaml/NXcalibration.yaml
Fixes #76
This uses NXidentifier from #51. @mkuehbach What are your plans with merging NXidentifier?