lsst.scarlet.lite gee10cc3b42+772f6ae910
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
lsst.scarlet.lite.models.parametric.CartesianFrame Class Reference
Inheritance diagram for lsst.scarlet.lite.models.parametric.CartesianFrame:
lsst.scarlet.lite.models.parametric.EllipseFrame

Public Member Functions

 __init__ (self, Box bbox)
 
tuple[int,...] shape (self)
 
Box bbox (self)
 
np.ndarray x_grid (self)
 
np.ndarray y_grid (self)
 

Protected Attributes

 _bbox
 
 _x
 
 _y
 
 _r
 
 _r2
 

Detailed Description

A grid of X and Y values contained in a bbox

Constructor & Destructor Documentation

◆ __init__()

lsst.scarlet.lite.models.parametric.CartesianFrame.__init__ ( self,
Box bbox )
Parameters
----------
bbox: Box
    The bounding box that contains this frame.

Reimplemented in lsst.scarlet.lite.models.parametric.EllipseFrame.

Member Function Documentation

◆ bbox()

Box lsst.scarlet.lite.models.parametric.CartesianFrame.bbox ( self)
Bounding box containing the frame

Reimplemented in lsst.scarlet.lite.models.parametric.EllipseFrame.

◆ shape()

tuple[int, ...] lsst.scarlet.lite.models.parametric.CartesianFrame.shape ( self)
Shape of the frame.

◆ x_grid()

np.ndarray lsst.scarlet.lite.models.parametric.CartesianFrame.x_grid ( self)
The grid of x-values for the entire frame

◆ y_grid()

np.ndarray lsst.scarlet.lite.models.parametric.CartesianFrame.y_grid ( self)
The grid of y-values for the entire frame

The documentation for this class was generated from the following file: