dkazanc / ToMoBAR

TOmographic MOdel-BAsed Reconstruction (ToMoBAR) software
https://dkazanc.github.io/ToMoBAR/
Other
50 stars 13 forks source link

Tolerance re-evaluation #34

Closed dkazanc closed 5 years ago

dkazanc commented 5 years ago

Incorrectly set tolerance can trigger the premature stop of the algorithm. It makes sense to do the n-number of iterations despite the tolerance condition. Hence tolerance condition must be checked after some hardcoded number of iterations, e.g. 10 for OS methods and 200 for non-OS.

dkazanc commented 5 years ago

38