Replies: 1 comment 19 replies
-
|
Quick answer from my phone: You are 100% sure you do not have the NCrystal headers installed anywhere else on your system, in a location where the compiler might accidentally pick it up? |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @tkittel,
Following a request from @ramic_k, I tried to implement a theta min cut in the integration of the q*I(q) curve to calculate the total SANS cross section with the SANSND plugin. This would be useful to model transmission experiments where below a certain experimental theta min the emitted neutron is considered unperturbed and hence no SANS contribution should be evaluated. To do so I decided to try to add new features to IofQHelper and PointWiseDist.
I am developing the new features here https://github.com/nicriz/ncrystal/tree/thetaMin_transmission
I compiled the custom ncrystal_core and ncrystal_python in a new miniconda environment on SLES 15 :
But when I tried to compile the SANSND plugin, the compiler complains that it cannot find the new function I added:
When I check the
ncrystal-config --show cmakedirI get correctly:What am I missing here?
Also feel free to comment with the actual implementation if it's flawed or can be improved
Cheers,
Nico
Beta Was this translation helpful? Give feedback.
All reactions