Skip to content
Snippets Groups Projects
Commit eb93313b authored by Vincent Eberle's avatar Vincent Eberle Committed by Philipp Arras
Browse files

notes

parent 3d7e8994
No related branches found
No related tags found
1 merge request!600Add finufft
......@@ -36,7 +36,9 @@ class FFTInterpolator(LinearOperator):
----
#FIXME Documentation from Philipp
"""
#FIXME Raise Error instead of assert
#FIXME even number of samples
#FIXME np.fft.fftshift instead of roller
def __init__(self, domain, pos, eps=2e-10, nthreads=1):
self._domain = makeDomain(domain)
assert isinstance(pos, np.ndarray)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment