FluxParameterConfig#
- class lsst.multiprofit.FluxParameterConfig(*args, **kw)#
Bases:
ParameterConfigConfiguration for flux parameters (IntegralParameterD).
The safest initial value for a flux is 1.0, because 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