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 .

貢獻者指南