-
Notifications
You must be signed in to change notification settings - Fork 20
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
Utilize set_angles_from_list
, set_angles_from
, set_qs_from_range
methods later if requested
#198
Comments
Update:
by @sbillinge - #53 (comment) |
I'm closing this. I think it is just distracting keeping it around. Sometimes we want to keep around good ideas for later, but this seems like an idea that (a) isn't good (it was my idea!) (b) if it is useful, it will occur to us later because we need it. Therefore I am closing this. |
@sbillinge Can I remove these util functions from the package? Since @yucongalicechen has started writing docs and docstrings, thought it would be best to keep it as portable as possible. But, I have copied and pasted those test functions explicitly above. |
yes, remove all trace of these and any tests. |
Problem
Our
DiffractionObject
contains the following methods that are not currently being used:set_angles_from_list
,set_angles_from
,set_qs_from_range
:The above methods could be used for the following UCs in mind written by @sbillinge below:
I am not sure how this will be used tbh because there needs to be a yarray and this needs a matching xarray, so maybe we don't need this. But if there is already a yarray and the person wants everything on a different grid, a UC would be
Again, I wonder actually how useful this would be. Maybe it is better to put it into an issue and leave it in case someone asks for it. The same would go for other ways to generate arrays.
Originally posted by @sbillinge in #188 (comment)
Proposed solution
As written above, it would be better to make an issue here and address the above needs once User asks for this specific feature.
The text was updated successfully, but these errors were encountered: