aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-04-20 09:31:52 +0800
committerAaron LI <aaronly.me@outlook.com>2016-04-20 09:31:52 +0800
commitf69953dfce2bbc57c4a0b81b069a7c6ea20131c2 (patch)
tree35ddf994060a5c13de4535acca9d10a08e8fbc5f /python
parentac62b7b58d39728f051c7fad7e89b9adbffe9a81 (diff)
downloadatoolbox-f69953dfce2bbc57c4a0b81b069a7c6ea20131c2.tar.bz2
crosstalk_deprojection.py: add a note for the sample config
Diffstat (limited to 'python')
-rwxr-xr-xpython/crosstalk_deprojection.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/crosstalk_deprojection.py b/python/crosstalk_deprojection.py
index dd099b4..ef1392b 100755
--- a/python/crosstalk_deprojection.py
+++ b/python/crosstalk_deprojection.py
@@ -89,6 +89,11 @@ verbose = True
# overwrite existing files
clobber = False
+# NOTE:
+# ONLY specifiy ONE set of projected spectra (i.e., from the same detector
+# of one observation), since ALL the following specified spectra will be
+# used for the deprojection.
+
[reg1]
...