FluxFractionParameterConfig#
- class lsst.multiprofit.FluxFractionParameterConfig(*args, **kw)#
Bases:
ParameterConfigConfiguration for flux fraction parameters (ProperFractionParameterD).
The safest initial value for a flux fraction is 0.5, because if it’s set to one, downstream fractions will be zero, while if it’s set to zero, linear fitting will not work correctly initially.
Attributes Summary
Whether parameter is fixed or not (free) (
bool, defaultFalse)Initial value (
float, default0)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- fixed#
Whether parameter is fixed or not (free) (
bool, defaultFalse)
- value_initial#
Initial value (
float, default0)
Methods Documentation