CERN/TIGRE

Add wrap algorithms to stop code repetition

Ouverte

#210 ouverte le 3 déc. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)MATLAB (248 forks)batch import
MATLABenhancementhelp wanted

Métriques du dépôt

Stars
 (771 étoiles)
Métriques de merge PR
 (Merge moyen 1j 14h) (5 PRs mergées en 30 j)

Description

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 .

Guide contributeur