From c416b93c364b0f5059f4283ad66c5ff5c7d00b95 Mon Sep 17 00:00:00 2001
From: dpumpe <dpumpe@mpa-garching.mpg.de>
Date: Sun, 14 May 2017 20:02:30 +0200
Subject: [PATCH] update Docstring for ResponseOperator

---
 .../response_operator/response_operator.py          | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/nifty/operators/response_operator/response_operator.py b/nifty/operators/response_operator/response_operator.py
index f5ac8b05a..3aa399334 100644
--- a/nifty/operators/response_operator/response_operator.py
+++ b/nifty/operators/response_operator/response_operator.py
@@ -23,10 +23,21 @@ class ResponseOperator(LinearOperator):
         Defines the smoothing length of the operator for each space it lives on
     exposure : list(np.float)
         Defines the exposure of the operator for each space it lives on
-
+    default_spaces : tuple of ints *optional*
+        Defines on which space(s) of a given field the Operator acts by
+        default (default: None)
 
     Attributes
     ----------
+    domain : tuple of DomainObjects, i.e. Spaces and FieldTypes
+        The domain on which the Operator's input Field lives.
+    target : tuple of DomainObjects, i.e. Spaces and FieldTypes
+        The domain in which the outcome of the operator lives. As the Operator
+        is endomorphic this is the same as its domain.
+    unitary : boolean
+        Indicates whether the Operator is unitary or not.
+    self_adjoint : boolean
+        Indicates whether the operator is self_adjoint or not.
 
     Raises
     ------
-- 
GitLab