-
Notifications
You must be signed in to change notification settings - Fork 2
feat: expose NC options in peak reader #234
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
base: main
Are you sure you want to change the base?
Conversation
src/ess/diffraction/peaks.py
Outdated
|
|
||
| kwargs: | ||
| Can be anything that :py:`NCrystal.NCMATComposer.from_cif` supports. | ||
| For example: `uiso_temperature` or `override_spacegroup`. |
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.
Can you add an example call with one of these parameters?
| kwargs: | ||
| Can be anything that :py:`NCrystal.NCMATComposer.from_cif` supports. | ||
| For example: `uiso_temperature` or `override_spacegroup`. | ||
|
|
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.
Please update the return description to explain what the values and coords are.
Co-authored-by: Jan-Lukas Wynen <jan-lukas.wynen@ess.eu>
src/ess/diffraction/peaks.py
Outdated
| ------------ | ||
| Array containing the peak positions in `dspacing`, with unit ``angstrom``. | ||
| """ | ||
| Data array represengint peak amplitudes and peak positions in ``dspacing``. |
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.
| Data array represengint peak amplitudes and peak positions in ``dspacing``. | |
| Data array representing peak amplitudes and peak positions in ``dspacing``. |
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.
That was fixed already no?
Fixes #230