aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ps2d.py
diff options
context:
space:
mode:
Diffstat (limited to 'astro/ps2d.py')
-rwxr-xr-xastro/ps2d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/ps2d.py b/astro/ps2d.py
index a4f25ab..00bc0af 100755
--- a/astro/ps2d.py
+++ b/astro/ps2d.py
@@ -527,7 +527,7 @@ def main():
parser.add_argument("-m", "--mean-std", dest="meanstd",
action="store_true",
help="calculate the mean and standard deviation " +
- "for each averaged annulus instead of the median " +
+ "for each averaging annulus instead of the median " +
"and 1.4826*MAD")
parser.add_argument("-P", "--no-plot", dest="noplot", action="store_true",
help="do NOT plot the 2D power spectrum")