MIRI_AB2Slice

class jwst.transforms.MIRI_AB2Slice(beta_zero=0, beta_del=1, channel=1, **kwargs)[source]

Bases: astropy.modeling.core.Model

MIRI MRS alpha, beta to slice transform

Parameters:

Attributes Summary

beta_del Beta_del parameter
beta_zero Beta_zero parameter
channel one of 1, 2, 3, 4
inputs the beta angle
outputs Slice number
param_names
standard_broadcasting

Methods Summary

__call__(beta[, model_set_axis, …]) Evaluate this model using the given input(s) and the parameter values that were specified when the model was instantiated.
evaluate(beta, beta_zero, beta_del, channel) Evaluate the model on some input variables.

Attributes Documentation

beta_del

Beta_del parameter

beta_zero

Beta_zero parameter

channel

one of 1, 2, 3, 4

Type:MIRI MRS channel
inputs = ('beta',)

the beta angle

Type:“beta”
outputs = ('slice',)

Slice number

Type:“slice”
param_names = ('beta_zero', 'beta_del', 'channel')
standard_broadcasting = False

Methods Documentation

__call__(beta, 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.

static evaluate(beta, beta_zero, beta_del, channel)[source]

Evaluate the model on some input variables.