ToDirectionCosines¶
-
class
gwcs.geometry.ToDirectionCosines(**kwargs)[source]¶ Bases:
astropy.modeling.core.ModelTransform a vector to direction cosines.
Attributes Summary
Methods Summary
__call__(*inputs[, 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, y, z)Evaluate the model on some input variables.
Attributes Documentation
-
n_inputs= 3¶
-
n_outputs= 4¶
Methods Documentation
-
__call__(*inputs, model_set_axis=None, with_bounding_box=False, fill_value=nan, equivalencies=None, inputs_map=None, **new_inputs)¶ Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
-