ParameterHandlerGeneric
- class pyMaCh3._pyMaCh3.parameters.ParameterHandlerGeneric
Bases:
ParameterHandlerBaseMethods Summary
get_par_spline_name(self, index)Get the name of the spline associated with a spline parameter. This is generally what it is called in input spline files and can in principle be different to the parameters name.
get_par_spline_type(self, index)Get what type of spline this parameter is set to use (assuming that it is a spline type parameter).
get_par_type(self, index)Get what type of systematic this parameters is (see
pyMaCh3.m_parameters.SystematicTypefor possible types).Methods Documentation
- get_par_spline_name(self: pyMaCh3._pyMaCh3.parameters.ParameterHandlerGeneric, index: int) str
- Get the name of the spline associated with a spline parameter. This is generally what it is called in input spline files and can in principle be different to the parameters name.
- param index:
The index of the spline parameter
- get_par_spline_type(self: pyMaCh3._pyMaCh3.parameters.ParameterHandlerGeneric, index: int) SplineInterpolation
- Get what type of spline this parameter is set to use (assuming that it is a spline type parameter).
- param index:
The index of the spline parameter
- get_par_type(self: pyMaCh3._pyMaCh3.parameters.ParameterHandlerGeneric, index: int) pyMaCh3._pyMaCh3.parameters.SystematicType
- Get what type of systematic this parameters is (see
pyMaCh3.m_parameters.SystematicTypefor possible types). - param index:
The global index of the parameter
- Get what type of systematic this parameters is (see