ler.lens_galaxy_population

Lens galaxy population: parameter distributions, optical depth, sampling, cross-section grids.

Public symbols are resolved lazily so importing this package does not load every lensing sampler and numerical backend up front.

Submodules

Package Contents

Functions

__getattr__(name)

__dir__()

available_sampler_list()

Return string keys for lens-parameter samplers and related helpers.

Attributes

__all__

ler.lens_galaxy_population.__all__[source]
ler.lens_galaxy_population.__getattr__(name)[source]
ler.lens_galaxy_population.__dir__()[source]
ler.lens_galaxy_population.available_sampler_list()[source]

Return string keys for lens-parameter samplers and related helpers.

Each entry is the name of a callable (PDF, inverse CDF draw, or helper) in this subpackage; pass the string where API expects a sampler or _function key (see LensGalaxyParameterDistribution / OpticalDepth).

Returns:
list of str

Registered sampler-related names.

Examples

>>> from ler.lens_galaxy_population import available_sampler_list
>>> names = available_sampler_list()
>>> "importance_sampler" in names
True