-
Hello,
I am the author of PyNUFFT. I have almost finished your suggested ideas which are very helpful. Actually, the improved version is beyond my original expectation, which I would acknowledge yo…
-
Where can I download the file nufft_init? It seems the code needs this file.
-
Hi there,
Is there any script to convert the VLA MS file into the format that is readable by the ppd program? The Cyg A output from this program is really promising and I would like to try it on a …
-
I had a code which worked, now it does not, and I think it has to do something with the fortran part of the package. It is described here:
https://stackoverflow.com/questions/52392709/code-worked-onc…
zabop updated
6 years ago
-
environment :
centos : 6.8 x64
gcc : 6.3.1 20170216 from devtoolset-6
bart : v0.4.03 built with openblas && gfortran
When I run example noncart.m in [espirit-matlab-examples…
-
I have Ubuntu 18.04 with gfortran, and I'm using conda python 3.6.5. I ran the following to install:
```
git clone https://github.com/dfm/python-nufft.git
cd python-nufft
python setup.py install
…
-
I don't see python3 support or lack of support mentioned anywhere, although that may be the root of this problem. In any case, I can import and use nufft with no problems in python2.7, but running in…
-
I get this error when trying to run the 1D example:
```
Traceback (most recent call last):
File "script_1D.py", line 15, in
NufftObj.plan(om, Nd, Kd, Jd)
File "/usr/local/lib/python3.6/s…
-
when i try to import pynufft.tests i get the following error:
> import pynufft.tests as tests
> Traceback (most recent call last):
> File "", line 1, in
> import pynufft.tests as tests
>…
-
In `gradient_demo.m`, a function `NUFFT` is called, but it does not seem to be in the package. At the beginning of the script, an `addpath` command is issued for `../../../fessler/NUFFT`. However, it …