Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
a846e0bd
Commit
a846e0bd
authored
Jan 21, 2022
by
Russell Luke
Browse files
got rid of obsolete directory
parent
26311ea0
Changes
3
Hide whitespace changes
Inline
Side-by-side
demos/ProxPython-ot3d_experiment/orbit3d-Dinh/demos/molecule3d_FPG.py
deleted
100644 → 0
View file @
26311ea0
import
SetProxPythonPath
from
proxtoolbox.experiments.orbitaltomography
import
molecule_3d
as
m3
exp_m3
=
m3
.
Molecule3D
(
experiment
=
'3D ARPES'
,
constraint
=
'sparse real'
,
sparsity_parameter
=
203161
,
algorithm
=
'AvP'
,
accelerator_name
=
'GenericAccelerator'
,
formulation
=
'product space'
,
crop_data
=
(
0
,
4
,
4
),
threshold_for_support
=
0.15
,
use_sparsity_with_support
=
True
,
TOL
=
1e-20
,
MAXIT
=
200
,
rnd_seed
=
42
,
verbose
=
0
,
progressbar
=
'tqdm'
)
#exp_m3.plotInputData()
exp_m3
.
run
()
exp_m3
.
show
(
zoom
=
'auto'
)
demos/ProxPython-ot3d_experiment/orbit3d-Dinh/demos/molecule3d_PG.py
deleted
100644 → 0
View file @
26311ea0
import
sys
,
os
import
SetProxPythonPath
from
proxtoolbox.experiments.orbitaltomography
import
molecule_3d
as
m3
exp_m3
=
m3
.
Molecule3D
(
experiment
=
'3D ARPES'
,
# 'noisy 2D ARPES' OR '2D ARPES'
constraint
=
'sparse real'
,
sparsity_parameter
=
203161
,
algorithm
=
'PG'
,
crop_data
=
(
0
,
4
,
4
),
use_sparsity_with_support
=
True
,
threshold_for_support
=
0.14
,
TOL
=
1e-20
,
MAXIT
=
300
,
rnd_seed
=
1234
,
verbose
=
0
,
progressbar
=
'tqdm'
)
#exp_m3.plotInputData()
exp_m3
.
run
()
exp_m3
.
show
(
zoom
=
'auto'
)
demos/ProxPython-ot3d_experiment/orbit3d-Dinh/demos/molecule3d_QNAvP.py
deleted
100644 → 0
View file @
26311ea0
import
sys
,
os
import
SetProxPythonPath
from
proxtoolbox.experiments.orbitaltomography
import
molecule_3d
as
m3
exp_m3
=
m3
.
Molecule3D
(
experiment
=
'3D ARPES'
,
# 'noisy 2D ARPES' OR '2D ARPES'
constraint
=
'sparse real'
,
sparsity_parameter
=
400
,
algorithm
=
'QNAvP'
,
crop_data
=
(
0
,
4
,
4
),
use_sparsity_with_support
=
True
,
#threshold_for_support = 0.07,
TOL
=
1e-20
,
MAXIT
=
50
,
lambda_0
=
.
05
,
lambda_max
=
.
05
,
rnd_seed
=
42
,
verbose
=
0
,
progressbar
=
'tqdm'
)
#exp_m3.plotInputData()
exp_m3
.
run
()
exp_m3
.
show
(
zoom
=
'auto'
)
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