DirCos2Unitless

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

Bases: astropy.modeling.core.Model

Transform directional cosines to vector.

Attributes Summary

inputs
outputs

Methods Summary

__call__(x, y, z[, 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

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

Methods Documentation

__call__(x, y, z, 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, z)[source]

Evaluate the model on some input variables.