crow.cluster_modules package
Cluster modules package.
Keep this module lightweight: do not import the submodules or classes eagerly
here because several submodules import the top-level crow package and that
can produce circular imports when the top-level crow.__init__ imports
things from cluster_modules.
To import classes or modules use the explicit submodule path, for example:
from crow.cluster_modules.abundance import ClusterAbundance
from crow.cluster_modules.shear_profile import ClusterShearProfile
Sphinx/apidoc will still find and document the submodules even if they are not imported here; this file only needs to exist so Python treats the directory as a package.
Subpackages
Submodules
- crow.cluster_modules.abundance module
- crow.cluster_modules.completeness_models module
- crow.cluster_modules.kernel module
- crow.cluster_modules.parameters module
- crow.cluster_modules.purity_models module
- crow.cluster_modules.shear_profile module
ClusterShearProfileClusterShearProfile.cluster_concentrationClusterShearProfile.compute_miscentering()ClusterShearProfile.compute_shear_profile()ClusterShearProfile.compute_shear_profile_vectorized()ClusterShearProfile.set_beta_parameters()ClusterShearProfile.set_beta_s_interp()ClusterShearProfile.set_miscentering()ClusterShearProfile.use_beta_s_interp