bind_bounding_box

astropy.modeling.bind_bounding_box(modelinstance, bounding_box, ignored=None, order='C')[source]

Set a validated bounding box to a model instance.

Parameters:
modelinstanceModel instance

This is the model that the validated bounding box will be set on.

bounding_boxpython:tuple

A bounding box tuple, see Efficient Model Rendering with Bounding Boxes for details

ignoredpython:list

List of the inputs to be ignored by the bounding box.

orderpython:str, optional

The ordering of the bounding box tuple, can be either 'C' or 'F'.