PyDDM.ddm_analysis_and_fitting.apply_binning
PyDDM.ddm_analysis_and_fitting.apply_binning¶
-
apply_binning
(im, binsize)¶ Bin a series of images by a given factor
- Parameters
im (ndarray) – The movie, a series of frames in ndarry format.
binsize (int) – the number, n gives a square of n x n dimension that should be combined to one pixel
- Returns
binned_series (ndarray)- Binned time series