nbodykit.algorithms.pair_counters.corrfunc.mocks

Classes

CorrfuncMocksCallable(func, edges, comm[, ...])

A MPI-enabled wrapper of a callable from Corrfunc.mocks.

DDrppi_mocks(edges, pimax, comm[, show_progress])

A MPI-enabled wrapper of Corrfunc.mocks.DDrppi_mocks.DDrppi_mocks().

DDsmu_mocks(edges, Nmu, comm[, show_progress])

A MPI-enabled wrapper of Corrfunc.mocks.DDsmu_mocks.DDsmu_mocks().

DDtheta_mocks(edges, comm[, show_progress])

A MPI-enabled wrapper of Corrfunc.mocks.DDtheta_mocks.DDtheta_mocks().

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__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before 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__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before 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__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before 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__(pos1, w1, pos2, w2, **config)

Calls callable in iterations, optionally calling callback before each iteration.