MIRI_AB2Slice¶
-
class
jwst.transforms.models.MIRI_AB2Slice(beta_zero=0, beta_del=1, channel=1, **kwargs)[source]¶ Bases:
astropy.modeling.core.ModelMIRI MRS alpha, beta to slice transform
Parameters: Attributes Summary
beta_delBeta_del parameter beta_zeroBeta_zero parameter channelone of 1, 2, 3, 4 inputsthe beta angle outputsSlice number param_namesstandard_broadcastingMethods 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.
-