aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ps2d.py
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-12-06 10:35:43 +0800
committerAaron LI <aly@aaronly.me>2017-12-06 10:35:43 +0800
commit08a803046ce4a2f91466817d84f85d9e85a398cd (patch)
tree087582d416fe13e1c4cafe657bdab94f8e25761c /astro/ps2d.py
parentff65262fad66900097c9e4af53027381cda5ad02 (diff)
downloadatoolbox-08a803046ce4a2f91466817d84f85d9e85a398cd.tar.bz2
astro/calc_psd.py: Use 1.4826*MAD to replace the 68% percentile range
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")