Skip to content
Snippets Groups Projects
Commit fbd1d9c0 authored by Pumpe, Daniel (dpumpe)'s avatar Pumpe, Daniel (dpumpe)
Browse files

update Docstring for ComposedOperator

parent 72026bc8
No related branches found
No related tags found
1 merge request!115Update docstring operators
Pipeline #
...@@ -28,6 +28,10 @@ class ComposedOperator(LinearOperator): ...@@ -28,6 +28,10 @@ class ComposedOperator(LinearOperator):
---------- ----------
operators : tuple of NIFTy Operators operators : tuple of NIFTy Operators
The tuple of LinearOperators. The tuple of LinearOperators.
default_spaces : tuple of ints *optional*
Defines on which space(s) of a given field the Operator acts by
default (default: None)
Attributes Attributes
---------- ----------
...@@ -35,6 +39,8 @@ class ComposedOperator(LinearOperator): ...@@ -35,6 +39,8 @@ class ComposedOperator(LinearOperator):
The NIFTy.space in which the operator is defined. The NIFTy.space in which the operator is defined.
target : tuple of DomainObjects, i.e. Spaces and FieldTypes target : tuple of DomainObjects, i.e. Spaces and FieldTypes
The NIFTy.space in which the outcome of the operator lives The NIFTy.space in which the outcome of the operator lives
unitary : boolean
Indicates whether the Operator is unitary or not.
Raises Raises
------ ------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment