FromDirectionCosines

class gwcs.geometry.FromDirectionCosines(**kwargs)[source]

Bases: Model

Transform directional cosines to vector.

Attributes Summary

n_inputs

The number of inputs.

n_outputs

The number of outputs.

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(cosa, cosb, cosc, length)

Evaluate the model on some input variables.

Attributes Documentation

n_inputs = 4

The number of inputs.

n_outputs = 3

The number of outputs.

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.

evaluate(cosa, cosb, cosc, length)[source]

Evaluate the model on some input variables.