MapnEqual: Nth order equal-scale aperture mass statistics
- class orpheus.Direct_MapnEqual(order_max, Rmin, Rmax, field='polar', filter_form='C02', ap_weights='InvShot', **kwargs)[source]
Bases:
DirectEstimatorCompute direct estimator for equal-scale aperture mass statistics.
- filter_form
Filter type used in the aperture function (
"S98","C02","Sch04", etc.).- Type
str, optional
- \*\*kwargs
Additional keyword arguments passed to
DirectEstimator.- Type
Notes
Inherits all other parameters and attributes from
DirectEstimator. Additional child-specific parameters can be passed viakwargs.- __init__(order_max, Rmin, Rmax, field='polar', filter_form='C02', ap_weights='InvShot', **kwargs)[source]
- process(cat, dotomo=True, Emodeonly=True, connected=True, dpix_innergrid=2.0)[source]
Computes aperture statistics on a catalog.
- Parameters
cat (orpheus.SpinTracerCatalog) – The catalog instance to be processed.
dotomo (bool, optional) – Whether to compute the statistics for all tomographic bin combinations. Default is True.
Emodeonly (bool, optional) – Currently does not have an impact. Default is True.
connected (bool, optional) – Whether to output only the connected part of the aperture mass statistics. Does not have an impact at the moment. Default is True.
dpix_innergrid (float, optional) – Pixel size for a rough reconstruction of the angular mask. Used to preselect aperture centers in the interior of the survey. Default is 2.
- Returns
Currently does not return any value.
- Return type
None
- genzcombi(zs, nbinsz=None)[source]
Returns index of tomographic bin combination of Map^n output.
- Parameters
- Returns
zind_flat – Index of flattened Map^k(z1,…,zk) datavector in global output.
- Return type
- getmap(indR, cat, dotomo=True)[source]
Computes various maps that are part of the basis of the Map^n estimator.
- Parameters
- Returns
counts – Aperture number counts.
- Return type
ndarray
- __annotations__ = {}
- __module__ = 'orpheus.direct'