Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
e3bc5346
Commit
e3bc5346
authored
Jul 25, 2017
by
Theo Steininger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved ResponseOperator
parent
b628605f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
nifty/operators/response_operator/response_operator.py
nifty/operators/response_operator/response_operator.py
+2
-0
No files found.
nifty/operators/response_operator/response_operator.py
View file @
e3bc5346
...
...
@@ -119,6 +119,8 @@ class ResponseOperator(LinearOperator):
def
_adjoint_times
(
self
,
x
,
spaces
):
# setting correct spaces
res
=
Field
(
self
.
domain
,
val
=
x
.
val
)
if
spaces
is
not
None
:
spaces
=
range
(
spaces
[
0
],
spaces
[
0
]
+
len
(
res
.
domain
))
res
=
self
.
_composed_exposure
.
adjoint_times
(
res
,
spaces
)
res
=
res
.
weight
(
power
=-
1
)
res
=
self
.
_composed_kernel
.
adjoint_times
(
res
,
spaces
)
...
...
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