CERN/TIGRE

Add wrap algorithms to stop code repetition

Offen

#210 geöffnet am 03.12.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)MATLAB (248 Forks)batch import
MATLABenhancementhelp wanted

Repository-Metriken

Stars
 (771 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 14h) (5 gemergte PRs in 30 T)

Beschreibung

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 .

Contributor Guide