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 .. autotxclass:: txpipe.random_cats.TXSubsampleRandoms :members: :exclude-members: run Inputs: - binned_random_catalog: HDFFile Outputs: - binned_random_catalog_sub: RandomsCatalog Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.twopoint_fourier.TXTwoPointFourier :members: :exclude-members: run Inputs: - shear_photoz_stack: QPNOfZFile - lens_photoz_stack: QPNOfZFile - fiducial_cosmology: FiducialCosmology - tracer_metadata: TomographyCatalog - lens_maps: MapsFile - source_maps: MapsFile - density_maps: MapsFile - mask: MapsFile - source_noise_maps: LensingNoiseMaps - lens_noise_maps: ClusteringNoiseMaps Outputs: - twopoint_data_fourier: SACCFile Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.twopoint.TXTwoPoint :members: :exclude-members: run Inputs: - binned_shear_catalog: ShearCatalog - binned_lens_catalog: HDFFile - binned_random_catalog: HDFFile - binned_random_catalog_sub: HDFFile - shear_photoz_stack: QPNOfZFile - lens_photoz_stack: QPNOfZFile - patch_centers: TextFile - tracer_metadata: HDFFile Outputs: - twopoint_data_real_raw: SACCFile - twopoint_gamma_x: SACCFile Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.twopoint.TXTwoPointPixel :members: :exclude-members: run Inputs: - density_maps: MapsFile - source_maps: MapsFile - binned_shear_catalog: ShearCatalog - binned_lens_catalog: HDFFile - binned_random_catalog: HDFFile - shear_photoz_stack: QPNOfZFile - lens_photoz_stack: QPNOfZFile - patch_centers: TextFile - tracer_metadata: HDFFile - mask: MapsFile Outputs: - twopoint_data_real_raw: SACCFile - twopoint_gamma_x: SACCFile Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.twopoint.TXTwoPointPixelExtCross :members: :exclude-members: run Inputs: - density_maps: MapsFile - source_maps: MapsFile - binned_shear_catalog: ShearCatalog - binned_lens_catalog: HDFFile - binned_random_catalog: HDFFile - shear_photoz_stack: QPNOfZFile - lens_photoz_stack: QPNOfZFile - patch_centers: TextFile - tracer_metadata: HDFFile - mask: MapsFile Outputs: - twopoint_data_ext_cross_raw: SACCFile Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.theory.TXTwoPointTheoryReal :members: :exclude-members: run Inputs: - twopoint_data_real: SACCFile - fiducial_cosmology: FiducialCosmology Outputs: - twopoint_theory_real: SACCFile Parallel: No - Serial .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.theory.TXTwoPointTheoryFourier :members: :exclude-members: run Inputs: - twopoint_data_fourier: SACCFile - fiducial_cosmology: FiducialCosmology Outputs: - twopoint_theory_fourier: SACCFile Parallel: No - Serial .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.jackknife.TXJackknifeCenters :members: :exclude-members: run Inputs: - random_cats: RandomsCatalog Outputs: - patch_centers: TextFile - jk: PNGFile Parallel: No - Serial .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.jackknife.TXJackknifeCentersSource :members: :exclude-members: run Inputs: - shear_catalog: ShearCatalog Outputs: - patch_centers: TextFile - jk: PNGFile Parallel: No - Serial .. collapse:: Configuration .. raw:: html .. autotxclass:: txpipe.extensions.clmm.rlens.TXTwoPointRLens :members: :exclude-members: run Inputs: - binned_lens_catalog: HDFFile - binned_shear_catalog: HDFFile - binned_random_catalog: HDFFile - patch_centers: TextFile - tracer_metadata: HDFFile Outputs: - rlens_measurement: TextFile Parallel: Yes - MPI .. collapse:: Configuration .. raw:: html