Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
295b2c2e
Commit
295b2c2e
authored
Sep 27, 2018
by
Martin Reinecke
Browse files
cosmetics
parent
d2f6819a
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty5/__init__.py
View file @
295b2c2e
...
...
@@ -78,7 +78,8 @@ from .library.los_response import LOSResponse
from
.library.wiener_filter_curvature
import
WienerFilterCurvature
from
.library.correlated_fields
import
CorrelatedField
,
MfCorrelatedField
from
.library.adjust_variances
import
make_adjust_variances
,
do_adjust_variances
from
.library.adjust_variances
import
(
make_adjust_variances
,
do_adjust_variances
)
from
.
import
extra
...
...
nifty5/fft.py
View file @
295b2c2e
...
...
@@ -20,7 +20,7 @@ if _use_fftw:
_fft_extra_args
=
dict
(
planner_effort
=
'FFTW_ESTIMATE'
,
threads
=
nthreads
)
else
:
from
numpy.fft
import
fftn
,
rfftn
,
ifftn
_fft_extra_args
=
{}
_fft_extra_args
=
{}
def
hartley
(
a
,
axes
=
None
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment