-
Notifications
You must be signed in to change notification settings - Fork 30
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
SESANS q min and q max shouldn't depend on the density of correlation points #564
Comments
To evaluate the Hankel transform we are using The goal is to find Consider a power law For the Even if we had a good bound for This scheme only works when Our |
Looking at the calculation of sesans$G(ξ) = \frac{1}{2\pi} \int I(q) J_0(qξ) q dq$ , the value of G is going to be driven primarily by the rapid decrease in I(q), with higher q values contributing minimally to the integral.
The proposed qmin, qmax range for single point ξ in #563 will not work. Instead q min should be based on the optional parameter Rmax, which defaults to ξ max if it is not provided. q max can be set to a number of decades above q min, assuming scattering intensity follows a power law, or perhaps from an additional parameter Rmin whose default value comes from ξ min, with a minimal number of decades in q max/q min.
In principle the calculation should be independent of the particular ξ points, with a single point calculation giving the same result as that point in a vector of ξ values. That is, we should only use Rmin and Rmax to determine q, not the ξ density.
Regarding structure factors, there will be correlations beyond maximum particle dimension but these show up as structure factor peaks scaling the I(q) values. Again, since high q values contribute minimally to the integral, we may not need to increase Rmax to capture the correlation structure in ξ above Rmax. This is another reason the Rmax parameter should not be ignored.
The text was updated successfully, but these errors were encountered: