aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-11-29 22:01:26 +0800
committerAaron LI <aly@aaronly.me>2018-11-29 22:01:26 +0800
commit0637fb0cddadf943cbc1d1f1a30463f685bfea90 (patch)
tree7ddefd6d2417a5be8506fdcbe920173a30a423b9 /astro/oskar
parentb372f84351579326ba71c95c309a90e7c6f47ce5 (diff)
downloadatoolbox-0637fb0cddadf943cbc1d1f1a30463f685bfea90.tar.bz2
astro/fits2skymodel.py: Fix a typo
Diffstat (limited to 'astro/oskar')
-rwxr-xr-xastro/oskar/fits2skymodel.py2
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: