Weights
=======
These stages deal with weighting the lens sample
* :py:class:`~txpipe.lssweights.TXLSSWeights` - Base class for LSS systematic weights
* :py:class:`~txpipe.lssweights.TXLSSWeightsLinBinned` - Compute LSS systematic weights using simultanious linear regression on the binned
* :py:class:`~txpipe.lssweights.TXLSSWeightsLinPix` - Compute LSS systematic weights using simultanious linear regression at the
* :py:class:`~txpipe.lssweights.TXLSSWeightsUnit` - Assign weight=1 to all lens objects
.. autotxclass:: txpipe.lssweights.TXLSSWeights
:members:
:exclude-members: run
Inputs:
- binned_lens_catalog_unweighted: TomographyCatalog
- lens_tomography_catalog_unweighted: TomographyCatalog
- mask: MapsFile
Outputs:
- lss_weight_summary: FileCollection
- lss_weight_maps: MapsFile
- binned_lens_catalog: HDFFile
- lens_tomography_catalog: HDFFile
Parallel: No - Serial
.. collapse:: Configuration
.. raw:: html
- supreme_path_root: (str) Default=.
- nbin: (int) Default=20.
- outlier_fraction: (float) Default=0.01.
- allow_weighted_input: (bool) Default=False.
- nside_coverage: (int) Default=32.
.. autotxclass:: txpipe.lssweights.TXLSSWeightsLinBinned
:members:
:exclude-members: run
Inputs:
- binned_lens_catalog_unweighted: TomographyCatalog
- lens_tomography_catalog_unweighted: TomographyCatalog
- mask: MapsFile
- lens_photoz_stack: HDFFile
- fiducial_cosmology: FiducialCosmology
Outputs:
- lss_weight_summary: FileCollection
- lss_weight_maps: MapsFile
- binned_lens_catalog: HDFFile
- lens_tomography_catalog: HDFFile
Parallel: No - Serial
.. collapse:: Configuration
.. raw:: html
- supreme_path_root: (str) Default=.
- nbin: (int) Default=20.
- outlier_fraction: (float) Default=0.05.
- pvalue_threshold: (float) Default=0.05.
- equal_area_bins: (bool) Default=True.
- simple_cov: (bool) Default=False.
- diag_blocks_only: (bool) Default=True.
- b0: (list) Default=[1.0].
- allow_weighted_input: (bool) Default=False.
- nside_coverage: (int) Default=32.
.. autotxclass:: txpipe.lssweights.TXLSSWeightsLinPix
:members:
:exclude-members: run
Inputs:
- binned_lens_catalog_unweighted: TomographyCatalog
- lens_tomography_catalog_unweighted: TomographyCatalog
- mask: MapsFile
- lens_photoz_stack: HDFFile
- fiducial_cosmology: FiducialCosmology
Outputs:
- lss_weight_summary: FileCollection
- lss_weight_maps: MapsFile
- binned_lens_catalog: HDFFile
- lens_tomography_catalog: HDFFile
Parallel: No - Serial
.. collapse:: Configuration
.. raw:: html
- supreme_path_root: (str) Default=.
- nbin: (int) Default=20.
- outlier_fraction: (float) Default=0.05.
- pvalue_threshold: (float) Default=0.05.
- equal_area_bins: (bool) Default=True.
- simple_cov: (bool) Default=False.
- diag_blocks_only: (bool) Default=True.
- b0: (list) Default=[1.0].
- regression_class: (str) Default=LinearRegression.
- allow_weighted_input: (bool) Default=False.
- nside_coverage: (int) Default=32.
.. autotxclass:: txpipe.lssweights.TXLSSWeightsUnit
:members:
:exclude-members: run
Inputs:
- binned_lens_catalog_unweighted: TomographyCatalog
- lens_tomography_catalog_unweighted: TomographyCatalog
- mask: MapsFile
Outputs:
- lss_weight_summary: FileCollection
- lss_weight_maps: MapsFile
- binned_lens_catalog: HDFFile
- lens_tomography_catalog: HDFFile
Parallel: No - Serial
.. collapse:: Configuration
.. raw:: html
- nside_coverage: (int) Default=32.