CambridgeCIA / LION

Learned Iterative Optimization Networks
GNU General Public License v3.0
20 stars 15 forks source link

SupervisedSolver normalization functions are wrong #143

Open AnderBiguri opened 4 days ago

AnderBiguri commented 4 days ago

They are called when normalization is turned on, but they use FDK for sino reconstruction, and normalize each independent image one by one.

This is wrong as the FDK of a noisy sino may normalize to a completely different range than the target due to noise amplification.

Normalization of physical data should be data-set wise, not sample per sample, and even bigger no sample/target independently.