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
f8985bcb
Commit
f8985bcb
authored
Jan 21, 2021
by
Schellhorn
Browse files
str(data_path)
parent
c2af5913
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/experiments/ptychography/ptychographyExperiment.py
View file @
f8985bcb
...
...
@@ -185,7 +185,7 @@ class PtychographyExperiment(Experiment):
print
(
'* Save and unpack the Ptychography.tar.gz datafile in the *'
)
print
(
'* ProxMatlab/InputData/Ptychography subdirectory *'
)
print
(
'*************************************************************************'
)
errMsg
=
"File "
+
data_path
+
" was not found"
errMsg
=
"File "
+
str
(
data_path
)
+
" was not found"
raise
IOError
(
errMsg
)
mat_dict
=
loadMatFile
(
data_path
)
...
...
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