CERN/TIGRE

Add wrap algorithms to stop code repetition

开放

#210 创建于 2020年12月3日

 (0 条评论) (0 个反应) (0 位负责人)MATLAB (248 个派生)batch import
MATLABenhancementhelp wanted

仓库指标

星标
 (771 个星标)
PR 合并指标
 (平均合并 1天 14小时) (30 天内合并 5 个 PR)

描述

There are several codes, such as OS-SART, SIRT, SART, or AwPCSD, OS-AwPCSD (etc) that are essentially the same algorithm but with a block-based update or a per-projection update. In theory, we could just have a single algorithm, e.g. OS-AwPCSD, and then AwPCSD would just be a wrapper to OS-AwPCSD, but with a fixed block size of 1.

This will make everything much tidyer .

贡献者指南