aboutsummaryrefslogtreecommitdiffstats
path: root/astro/calc_psd.py
diff options
context:
space:
mode:
Diffstat (limited to 'astro/calc_psd.py')
-rwxr-xr-xastro/calc_psd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/calc_psd.py b/astro/calc_psd.py
index e15d1a9..db64586 100755
--- a/astro/calc_psd.py
+++ b/astro/calc_psd.py
@@ -251,7 +251,7 @@ class PSD:
label = "median"
labelerr = "1.4826*MAD"
if self.bunit:
- ylabel = r"Power [(%s)$^2$]" % self.bunit
+ ylabel = r"Power [(%s/%s)$^2$]" % (self.bunit, self.pixel[1])
else:
ylabel = "Power"