lsst.scarlet.lite gee10cc3b42+585e252eca
|
Public Member Functions | |
__init__ (self, tuple[Any,...] bands, Box bbox, Image model, tuple[int, int] peak) | |
Image | get_model (self) |
bool | resize (self, Box model_box) |
None | update (self, int it, np.ndarray input_grad) |
None | parameterize (self, Callable parameterization) |
![]() | |
Box | bbox (self) |
tuple | bands (self) |
Public Attributes | |
peak | |
Protected Attributes | |
_model | |
![]() | |
_bands | |
_bbox | |
Dummy component for a component cube. This is duck-typed to a `lsst.scarlet.lite.Component` in order to generate a model from the component. If scarlet lite ever implements a component as a data cube, this class can be removed.
lsst.scarlet.lite.io.ComponentCube.__init__ | ( | self, | |
tuple[Any, ...] | bands, | ||
Box | bbox, | ||
Image | model, | ||
tuple[int, int] | peak ) |
Initialization Parameters ---------- bands: model: The 3D (bands, y, x) model of the component. peak: The `(y, x)` peak of the component. bbox: The bounding box of the component.
Reimplemented from lsst.scarlet.lite.component.Component.
Image lsst.scarlet.lite.io.ComponentCube.get_model | ( | self | ) |
Generate the model for the source Returns ------- model: The model as a 3D `(band, y, x)` array.
Reimplemented from lsst.scarlet.lite.component.Component.
None lsst.scarlet.lite.io.ComponentCube.parameterize | ( | self, | |
Callable | parameterization ) |
Implementation of unused abstract method
Reimplemented from lsst.scarlet.lite.component.Component.
bool lsst.scarlet.lite.io.ComponentCube.resize | ( | self, | |
Box | model_box ) |
Test whether or not the component needs to be resized
Reimplemented from lsst.scarlet.lite.component.Component.
None lsst.scarlet.lite.io.ComponentCube.update | ( | self, | |
int | it, | ||
np.ndarray | input_grad ) |
Implementation of unused abstract method
Reimplemented from lsst.scarlet.lite.component.Component.
|
protected |
Initialization Parameters ---------- bands: model: The 3D (bands, y, x) model of the component. peak: The `(y, x)` peak of the component. bbox: The bounding box of the component.