Two-Point ========= These stages deal with measuring or predicting two-point statistics. * :py:class:`~txpipe.random_cats.TXRandomCat` - Generate a catalog of randomly positioned points * :py:class:`~txpipe.random_cats.TXSubsampleRandoms` - Randomly subsample the binned random catalog and save catalog * :py:class:`~txpipe.twopoint_fourier.TXTwoPointFourier` - Make Fourier space 3x2pt measurements using NaMaster * :py:class:`~txpipe.twopoint.TXTwoPoint` - Make 2pt measurements using TreeCorr * :py:class:`~txpipe.twopoint.TXTwoPointPixel` - This subclass of the standard TXTwoPoint uses maps to compute * :py:class:`~txpipe.twopoint.TXTwoPointPixelExtCross` - TXTwoPointPixel - External - Cross correlation * :py:class:`~txpipe.theory.TXTwoPointTheoryReal` - Compute theory predictions for real-space 3x2pt measurements. * :py:class:`~txpipe.theory.TXTwoPointTheoryFourier` - Compute theory predictions for Fourier-space 3x2pt measurements. * :py:class:`~txpipe.jackknife.TXJackknifeCenters` - Generate jack-knife centers from random catalogs. * :py:class:`~txpipe.jackknife.TXJackknifeCentersSource` - Generate jack-knife centers from a shear catalog. * :py:class:`~txpipe.extensions.clmm.rlens.TXTwoPointRLens` - Measure 2-pt shear-position using the Rlens metric .. autotxclass:: txpipe.random_cats.TXRandomCat :members: :exclude-members: run Inputs: - aux_lens_maps: MapsFile - mask: MapsFile - lens_photoz_stack: QPNOfZFile - fiducial_cosmology: FiducialCosmology Outputs: - random_cats: RandomsCatalog - binned_random_catalog: RandomsCatalog - binned_random_catalog_sub: RandomsCatalog Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html