package documentation

Classes and routines for wrangling PSF model into a format used by various 3rd party optimisation tools.

Module ultranest_compat Contains classes and functions that aid compatibility with the ultranest package

From __init__.py:

Class PriorParam Class that holds parameter information.
Class PriorParamSet A collection of PriorParam instances, used to define the fitting region for a fitting function.
Function linear_transform_factory Creates a function that linearly transforms an input variable from in_domain to out_domain
Constant P Undocumented
Variable _lgr Undocumented
def linear_transform_factory(in_domain: tuple[float, float], out_domain: tuple[float, float]) -> Callable[[float], float]:

Creates a function that linearly transforms an input variable from in_domain to out_domain

P =

Undocumented

Value
ParamSpec('P')
_lgr =

Undocumented