Scale¶
-
class
astropy.modeling.functional_models.Scale[source] [edit on github]¶ Bases:
astropy.modeling.ModelMultiply a model by a factor.
Parameters: factor : float
Factor by which to scale a coordinate.
Attributes Summary
factorfittableinputslinearoutputsparam_namesMethods Summary
__call__(x[, model_set_axis])Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated. evaluate(x, factor)Attributes Documentation
-
factor¶
-
fittable= True¶
-
inputs= (u'x',)¶
-
linear= True¶
-
outputs= (u'x',)¶
-
param_names= ('factor',)¶
Methods Documentation
-
__call__(x, model_set_axis=None) [edit on github]¶ Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
-
static
evaluate(x, factor)[source] [edit on github]¶
-