CERN/TIGRE

Add wrap algorithms to stop code repetition

オープン

#210 opened on 2020/12/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)MATLAB (248 件のフォーク)batch import
MATLABenhancementhelp wanted

Repository metrics

Stars
 (771 個のスター)
PR merge metrics
 (平均マージ 1d 14h) (30d で 5 merged PRs)

説明

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 .

コントリビューターガイド