|
|
| __init__ (self, Image model, tuple[int, int] peak) |
| |
| | __init__ (self, 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) |
| |
| ScarletCubeComponentData | to_data (self) |
| |
| CubeComponent | __getitem__ (self, Any indices) |
| |
| CubeComponent | __copy__ (self) |
| |
| CubeComponent | __deepcopy__ (self, dict[int, Any] memo) |
| |
|
| __init__ (self, tuple bands, Box bbox) |
| |
| Box | bbox (self) |
| |
| tuple | bands (self) |
| |
| Component | __getitem__ (self, Any indices) |
| |
| Component | __copy__ (self) |
| |
| Component | __deepcopy__ (self, dict[int, Any] memo) |
| |
| Component | copy (self, bool deep=False) |
| |
Deprecated, use CubeComponent instead.