PTB-MR / mrpro

MR image reconstruction and processing.
https://ptb-mr.github.io/mrpro/
Apache License 2.0
13 stars 3 forks source link

Consider removing MSEDataConsistency #402

Open fzimmermann89 opened 1 week ago

fzimmermann89 commented 1 week ago

We could either consider removing MSEDataConsistency and replacing all uses with L2NormSquared or changing it to an alias of L2NormSquared with different parameter names.

ckolbPTB commented 1 week ago

I would suggest to replace it with L2NormSquared

fzimmermann89 commented 3 hours ago

So it should be removed after #395