zaccharieramzi / tfkbnufft

A robust, easy-to-deploy non-uniform Fast Fourier Transform in TensorFlow.
MIT License
30 stars 5 forks source link

Add better testing for decompensator estimation #32

Open chaithyagr opened 3 years ago

chaithyagr commented 3 years ago

Currently, the estimator for decompensator is only checked for a good run and not for any semantics. We can ideally generate a VDS trajectory and ensure that the density compensated adjoint is close to the gridding solution (at least without scaling)

I will try to get at this in free time.