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
|
|
|
|
Return string keys for lens-parameter samplers and related helpers. |
Attributes
- 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
sampleror_functionkey (seeLensGalaxyParameterDistribution/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