diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-29 22:01:26 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-29 22:01:26 +0800 |
commit | 0637fb0cddadf943cbc1d1f1a30463f685bfea90 (patch) | |
tree | 7ddefd6d2417a5be8506fdcbe920173a30a423b9 /astro | |
parent | b372f84351579326ba71c95c309a90e7c6f47ce5 (diff) | |
download | atoolbox-0637fb0cddadf943cbc1d1f1a30463f685bfea90.tar.bz2 |
astro/fits2skymodel.py: Fix a typo
Diffstat (limited to 'astro')
-rwxr-xr-x | astro/oskar/fits2skymodel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/oskar/fits2skymodel.py b/astro/oskar/fits2skymodel.py index 1617c9a..8d6f1c4 100755 --- a/astro/oskar/fits2skymodel.py +++ b/astro/oskar/fits2skymodel.py @@ -290,7 +290,7 @@ def main(): parser.add_argument("infile", help="input FITS image") parser.add_argument("outfile", nargs="?", help="output OSKAR sky model (default: " + - "save basename as the input FITS image)") + "same basename as the input FITS image)") args = parser.parse_args() if args.outfile: |