nbodykit.algorithms.pair_counters.corrfunc.mocks¶
Classes
|
A MPI-enabled wrapper of a callable from |
|
A MPI-enabled wrapper of |
|
A MPI-enabled wrapper of |
|
A MPI-enabled wrapper of |
-
class
nbodykit.algorithms.pair_counters.corrfunc.mocks.CorrfuncMocksCallable(func, edges, comm, show_progress=True)[source]¶ A MPI-enabled wrapper of a callable from
Corrfunc.mocks.- Parameters
func (callable) – the Corrfunc function that will be called
edges (list) – the list of arrays specifying the bin edges in each coordinate direction
- Attributes
- binning_dims
Methods
__call__(self, pos1, w1, pos2, w2, \*\*config)Calls
callablein iterations, optionally callingcallbackbefore each iteration.
-
class
nbodykit.algorithms.pair_counters.corrfunc.mocks.DDrppi_mocks(edges, pimax, comm, show_progress=True)[source]¶ A MPI-enabled wrapper of
Corrfunc.mocks.DDrppi_mocks.DDrppi_mocks().Methods
__call__(self, pos1, w1, pos2, w2, \*\*config)Calls
callablein iterations, optionally callingcallbackbefore each iteration.
-
class
nbodykit.algorithms.pair_counters.corrfunc.mocks.DDsmu_mocks(edges, Nmu, comm, show_progress=True)[source]¶ A MPI-enabled wrapper of
Corrfunc.mocks.DDsmu_mocks.DDsmu_mocks().Methods
__call__(self, pos1, w1, pos2, w2, \*\*config)Calls
callablein iterations, optionally callingcallbackbefore each iteration.
-
class
nbodykit.algorithms.pair_counters.corrfunc.mocks.DDtheta_mocks(edges, comm, show_progress=True)[source]¶ A MPI-enabled wrapper of
Corrfunc.mocks.DDtheta_mocks.DDtheta_mocks().Methods
__call__(self, pos1, w1, pos2, w2, \*\*config)Calls
callablein iterations, optionally callingcallbackbefore each iteration.