forked from cositools/cosipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major changes on ImageDeconvolution, DeconvolutionAlgorithmBase, Rich…
…ardsonLucy DeconvolutionAlgorithm was modified to allow using multiple observations and optimizing multiple background models. The implemetation of the RL algorithm was modified to handle the multiple observations and background models. DeconvolutionAlgorithm has the following abstractmethods, and its subclass should overwrite them. - initialization - pre_processing - Estep - Mstep - post_processing - register_result - check_stopping_criteria - finalization
- Loading branch information
Showing
3 changed files
with
481 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.