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
c1a26f29
Commit
c1a26f29
authored
Oct 10, 2017
by
Martin Reinecke
Browse files
remove UTF8 indicators - we write clean ASCII anyway
parent
208e3406
Pipeline
#19459
passed with stage
in 4 minutes and 9 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demos/log_normal_wiener_filter.py
View file @
c1a26f29
# -*- coding: utf-8 -*-
import
nifty2go
as
ift
import
numpy
as
np
...
...
demos/paper_demos/cartesian_wiener_filter.py
View file @
c1a26f29
# -*- coding: utf-8 -*-
import
numpy
as
np
import
nifty2go
as
ift
...
...
demos/paper_demos/wiener_filter.py
View file @
c1a26f29
# -*- coding: utf-8 -*-
import
nifty2go
as
ift
import
numpy
as
np
...
...
demos/probing.py
View file @
c1a26f29
# -*- coding: utf-8 -*-
from
__future__
import
print_function
import
nifty2go
as
ift
import
numpy
as
np
...
...
nifty/nifty_meta.py
View file @
c1a26f29
# -*- coding: utf-8 -*-
import
abc
...
...
nifty/operators/direct_smoothing_operator.py
View file @
c1a26f29
# -*- coding: utf8 -*-
from
__future__
import
division
from
builtins
import
range
import
numpy
as
np
...
...
nifty/operators/fft_smoothing_operator.py
View file @
c1a26f29
# -*- coding: utf-8 -*-
from
builtins
import
range
import
numpy
as
np
...
...
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