opticam.background.global_background
Classes
Base class for OPTICAM background estimators. |
|
Default background estimator. |
Module Contents
- class opticam.background.global_background.BaseBackground(box_size)
Bases:
abc.ABCBase class for OPTICAM background estimators.
- Parameters:
box_size (int | Tuple[int, int])
- box_size
- class opticam.background.global_background.DefaultBackground(box_size)
Bases:
BaseBackgroundDefault background estimator.
- Parameters:
box_size (int | Tuple[int, int])