aboutsummaryrefslogtreecommitdiffstats
path: root/astro/fits
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-12-05 14:39:27 +0800
committerAaron LI <aly@aaronly.me>2017-12-05 14:39:27 +0800
commit052c9b57c2c3c851d7a8e7a1c3f2a2bb44a5b616 (patch)
tree1530bf41aacf60495288e9b397933ef47893525c /astro/fits
parentde487ae5b3c0cc86cba9eff6f0c5e2df0d1a5df2 (diff)
downloadatoolbox-052c9b57c2c3c851d7a8e7a1c3f2a2bb44a5b616.tar.bz2
Minor fix and improve
Diffstat (limited to 'astro/fits')
-rwxr-xr-xastro/fits/fitscube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/fits/fitscube.py b/astro/fits/fitscube.py
index f69cfd2..a612d96 100755
--- a/astro/fits/fitscube.py
+++ b/astro/fits/fitscube.py
@@ -502,7 +502,7 @@ def main():
help="input FITS cube filename")
parser_crp.add_argument("-o", "--outfile", dest="outfile", required=True,
help="output corrupted FITS cube")
- parser_cal.add_argument("--save-info", dest="save_info",
+ parser_crp.add_argument("--save-info", dest="save_info",
action="store_true",
help="save the calibration information of echo " +
"channel/slice to a text file")