Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
eff96636
Commit
eff96636
authored
Dec 14, 2018
by
Jakob Knollmueller
Browse files
target specified in MfCorrelatedField for spheres
parent
1ac2d6e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/correlated_fields.py
View file @
eff96636
...
...
@@ -59,7 +59,7 @@ def MfCorrelatedField(s_space_spatial, s_space_energy, amplitude_model_spatial,
h_space_spatial
=
s_space_spatial
.
get_default_codomain
()
h_space_energy
=
s_space_energy
.
get_default_codomain
()
h_space
=
DomainTuple
.
make
((
h_space_spatial
,
h_space_energy
))
ht1
=
HarmonicTransformOperator
(
h_space
,
space
=
0
)
ht1
=
HarmonicTransformOperator
(
h_space
,
target
=
s_space_spatial
,
space
=
0
)
ht2
=
HarmonicTransformOperator
(
ht1
.
target
,
space
=
1
)
ht
=
ht2
(
ht1
)
...
...
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