icecube.snowstorm.parametrization module¶
- class icecube.snowstorm.parametrization.Parametrization¶
Bases:
object
Base class for all parametrizations.
- get_param_dict(x)¶
Create a dictionary for the parameters x used in the transformation.
- Parameters:
x – The parameter vector used for the transformation.
- transform(x, frame)¶
Transform any objects in frame according to the parameters x.
- Parameters:
x – The parameter vector for the transformation.
frame – The frame holding the objects for the transformation.