You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional) shot-noise rescaling value for the first tracer if known beforehand. Default 1 (no rescaling).
253
-
Will be ignored in jackknife mode - then shot-noise rescaling is optimized on the auto-covariance.
253
+
Will be ignored in jackknife mode or if reference (mock) samples or covariance are provided - then shot-noise rescaling is optimized to fit the reference auto-covariance.
254
254
255
255
shot_noise_rescaling2 : float
256
256
(Optional) shot-noise rescaling value for the second tracer if known beforehand. Default 1 (no rescaling).
257
-
Will be ignored in jackknife mode - then shot-noise rescaling is optimized on the auto-covariance.
257
+
Will be ignored in jackknife mode or if reference (mock) samples or covariance are provided - then shot-noise rescaling is optimized to fit the reference auto-covariance.
258
258
259
259
seed : integer or None
260
260
(Optional) If given as an integer, sets the base RNG (random number generator) seed, allowing to reproduce the results with the same input data and settings (except the number of threads, which can be varied).
warn("Some of the interparticle distances may not be correctly periodically wrapped because of the small box period, so some 4-point configurations may be missed in error. To avoid this, to keep the sum of s_max (maximum separation in the covariance bins) and the xi cutoff scale smaller than half of the box size.")
362
+
warn("Some of the interparticle distances may not be correctly periodically wrapped because of the small box period, so some 4-point configurations may be missed in error. To avoid this, keep the sum of s_max (maximum separation in the covariance bins) and the xi cutoff scale smaller than half of the box size.")
363
363
# basically, xicutoff + rmax + xicutoff (particle separations 3-1, 1-2 and 2-4) is the max separation between particles 3 and 4 (in case of perfect alignment of the aforementioned ones) as the code sees it, and if it exceeds boxsize/2, this may not be the right wrapping for the true (minimal) distance
364
364
# but if the true distance between particles 3 and 4 is larger than rmax, they should not contribute to the covariance integral and it does not matter (unless rmax > boxsize/2, but the final condition will exclude this possibility)
365
365
# for the true distance to become smaller than rmax given the wrapping is wrong, the "naive" separation should exceed boxsize - rmax
0 commit comments