diff options
author | Aaron LI <aly@aaronly.me> | 2017-12-06 09:43:41 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-12-06 09:43:41 +0800 |
commit | 84e43886b4ff16f17cac3d06f0d5d44d6aa0eacb (patch) | |
tree | c9c4712c336451941ec82e1c7db30d3275b6fcf8 /astro/fits/fitscube.py | |
parent | b2679b9912ae82b6ba78b0380af8eae7a2ba07d9 (diff) | |
download | atoolbox-84e43886b4ff16f17cac3d06f0d5d44d6aa0eacb.tar.bz2 |
astro/fitsimage.py: add MAD (median absolute deviation) to "info"
Diffstat (limited to 'astro/fits/fitscube.py')
-rwxr-xr-x | astro/fits/fitscube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/fits/fitscube.py b/astro/fits/fitscube.py index bd44ce7..976e690 100755 --- a/astro/fits/fitscube.py +++ b/astro/fits/fitscube.py @@ -415,7 +415,7 @@ def cmd_corrupt(args): def main(): parser = argparse.ArgumentParser( - description="Create FITS cube from a series of image slices.") + description="FITS image cube manipulation tool") subparsers = parser.add_subparsers(dest="subparser_name", title="sub-commands", help="additional help") |