vista.algorithms.enhancement.coadd.Coaddition¶
- class vista.algorithms.enhancement.coadd.Coaddition(imagery, window_size)[source]¶
Enhancement algorithm that sums imagery over a running window.
Useful for highlighting slowly moving objects by integrating signal over multiple frames. The algorithm maintains a running sum of frames within a sliding window.
Methods
__init__(imagery, window_size)Initialize the Coaddition algorithm.
Attributes
- name = 'Coaddition'¶