Photo-z
=======
These stages deal with photo-z PDF training and estimation
* :py:class:`~txpipe.photoz_stack.TXPhotozStack` - Naive stacker using QP.
* :py:class:`~txpipe.photoz_stack.TXTruePhotozStack` - Make an ideal true source n(z) using true redshifts
.. autotxclass:: txpipe.photoz_stack.TXPhotozStack
:members:
:exclude-members: run
Inputs:
- photoz_pdfs: QPPDFFile
- tomography_catalog: TomographyCatalog
- weights_catalog: HDFFile
Outputs:
- photoz_stack: QPNOfZFile
Parallel: Yes - MPI
.. collapse:: Configuration
.. raw:: html
- chunk_rows: (int) Default=5000.
- tomo_name: (str) Default=source.
- weight_col: (str) Default=shear/00/weight.
- zmax: (float) Default=0.0.
- nz: (int) Default=0.
.. autotxclass:: txpipe.photoz_stack.TXTruePhotozStack
:members:
:exclude-members: run
Inputs:
- tomography_catalog: TomographyCatalog
- catalog: HDFFile
- weights_catalog: HDFFile
Outputs:
- photoz_stack: QPNOfZFile
Parallel: Yes - MPI
.. collapse:: Configuration
.. raw:: html
- chunk_rows: (int) Default=5000.
- zmax: (float) Required.
- nz: (int) Required.
- weight_col: (str) Default=weight.
- redshift_group: (str) Required.
- redshift_col: (str) Default=redshift_true.