aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ps1d_eorwindow.py
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-12-06 09:40:30 +0800
committerAaron LI <aly@aaronly.me>2017-12-06 09:40:30 +0800
commitb2679b9912ae82b6ba78b0380af8eae7a2ba07d9 (patch)
tree7cab014f3511264bd7f621aada907fce83d21edd /astro/ps1d_eorwindow.py
parent193cfdfbadbe77429129ca38b8cb17ca6c82e091 (diff)
downloadatoolbox-b2679b9912ae82b6ba78b0380af8eae7a2ba07d9.tar.bz2
astro/eor_window.py: also calculate total power error
Diffstat (limited to 'astro/ps1d_eorwindow.py')
-rwxr-xr-xastro/ps1d_eorwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/ps1d_eorwindow.py b/astro/ps1d_eorwindow.py
index fc78fff..d04231b 100755
--- a/astro/ps1d_eorwindow.py
+++ b/astro/ps1d_eorwindow.py
@@ -56,7 +56,7 @@ class PS1D:
self.ps2d = ps2d
self.data = ps2d.ps2d # shape: [n_k_los, n_k_perp]
self.data_err = ps2d.ps2d_err
- self.eor_window = ps2d.eor_window()
+ self.eor_window = ps2d.eor_window
if step is None or step <= 1:
self.step = None