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
a466a1ea
Commit
a466a1ea
authored
Nov 19, 2022
by
Russell Luke
Browse files
changed the lambda parameters in JWST CDRl demos
parent
98425151
Changes
1
Hide whitespace changes
Inline
Side-by-side
demos/JWST_CDRl.py
View file @
a466a1ea
...
...
@@ -3,6 +3,6 @@ import SetProxPythonPath
from
proxtoolbox.experiments.phase.JWST_Experiment
import
JWST_Experiment
JWST
=
JWST_Experiment
(
algorithm
=
'CDRl'
,
formulation
=
'cyclic'
,
lambda_0
=
0.
25
,
lambda_max
=
0.
2
5
,
MAXIT
=
600
,
rotate
=
True
)
lambda_0
=
0.
99
,
lambda_max
=
0.5
,
MAXIT
=
600
,
rotate
=
True
)
JWST
.
run
()
JWST
.
show
()
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