craftutils.wrap.psfex.Fittable2DModel.prepare_inputs(*inputs, model_set_axis=None, equivalencies=None, **kwargs)

This method is used in ~astropy.modeling.Model.__call__ to ensure that all the inputs to the model can be broadcast into compatible shapes (if one or both of them are input as arrays), particularly if there are more than one parameter sets. This also makes sure that (if applicable) the units of the input will be compatible with the evaluate method.