Unitless2DirCos

class jwst.transforms.Unitless2DirCos(*args, meta=None, name=None, **kwargs)[source]

Bases: astropy.modeling.core.Model

Transform a vector to directional cosines.

Attributes Summary

inputs
outputs

Methods Summary

__call__(x, y[, 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) Evaluate the model on some input variables.

Attributes Documentation

inputs = ('x', 'y')
outputs = ('x', 'y', 'z')

Methods Documentation

__call__(x, y, model_set_axis=None, with_bounding_box=False, fill_value=nan, equivalencies=None)

Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.

evaluate(x, y)[source]

Evaluate the model on some input variables.