CERN/TIGRE

Add wrap algorithms to stop code repetition

Aperta

#210 aperta il 3 dic 2020

 (0 commenti) (0 reazioni) (0 assegnatari)MATLAB (248 fork)batch import
MATLABenhancementhelp wanted

Metriche repository

Star
 (771 stelle)
Metriche merge PR
 (Merge medio 1g 14h) (5 PR mergiate in 30 g)

Descrizione

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 .

Guida contributor