Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
94cd4ff5
Commit
94cd4ff5
authored
Dec 11, 2018
by
Russell Luke
Browse files
technical difficulties with GetData
parent
e89b1999
Changes
3
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/Problems/Phase/Goettingen_data_processor.py
View file @
94cd4ff5
...
...
@@ -6,6 +6,8 @@ from numpy.fft import fftshift, ifft2, fft2
from
proxtoolbox.Utilities.mypoissonrnd
import
mypoissonrnd
from
proxtoolbox.Utilities.gaussian
import
gaussian
from
matplotlib.pyplot
import
subplots
,
show
import
proxtoolbox.Utilities.GetData
as
GetData
import
urllib
def
Goettingen_data_processor
(
config
):
# Parameters of the forward problem
...
...
proxtoolbox/Problems/Phase/phase.py
View file @
94cd4ff5
...
...
@@ -7,7 +7,7 @@ from proxtoolbox.ProxOperators.proxoperators import ProxOperator
from
proxtoolbox.Problems.Phase
import
Graphics
from
numpy.linalg
import
norm
import
numpy
as
np
#
import h5py
import
h5py
from
numpy
import
square
,
sqrt
,
nonzero
,
size
...
...
proxtoolbox/Utilities/GetData/__init__.py
View file @
94cd4ff5
...
...
@@ -6,4 +6,4 @@ from .query_yes_no import *
from
.dlProgress
import
*
__all__
=
[
"dlProgress
,
query_yes_no"
]
__all__
=
[
"dlProgress
"
,
"
query_yes_no"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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