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
ift
starblade
Commits
a7371557
Commit
a7371557
authored
Apr 10, 2018
by
Jakob Knollmueller
Browse files
rename energy
parent
5c3c1bf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
multichannel_demo.py
View file @
a7371557
...
...
@@ -12,7 +12,7 @@ if __name__ == '__main__':
alpha
=
1.25
MultiStarblade
=
build_multi_starblade
(
data
,
alpha
)
for
i
in
range
(
2
):
for
i
in
range
(
10
):
MultiStarblade
=
multi_starblade_iteration
(
MultiStarblade
,
multiprocessing
=
True
)
#plotting a three channel RGB image in each iteration
...
...
s
eparation
_energy.py
→
s
tarblade
_energy.py
View file @
a7371557
File moved
sugar.py
View file @
a7371557
...
...
@@ -2,7 +2,7 @@ import nifty4 as ift
import
numpy
as
np
from
matplotlib
import
pyplot
as
plt
from
multiprocessing
import
Pool
from
s
eparation
_energy
import
StarbladeEnergy
from
s
tarblade
_energy
import
StarbladeEnergy
...
...
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