From 10fc945278cf0f429fba59206e52d9e3e9481510 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 12 Jun 2017 15:35:53 +0800 Subject: Minor changes --- astro/21cm/tile_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro/21cm/tile_slice.py') diff --git a/astro/21cm/tile_slice.py b/astro/21cm/tile_slice.py index 0274524..a7d0fba 100755 --- a/astro/21cm/tile_slice.py +++ b/astro/21cm/tile_slice.py @@ -38,7 +38,7 @@ def main(): "(default: 5.0 deg)") parser.add_argument("-N", "--n-side", dest="Nside", default=600, type=int, help="required image size of output slice " + - "(default: 500)") + "(default: 600)") parser.add_argument("-i", "--infile", dest="infile", required=True, help="input slice") parser.add_argument("-o", "--outfile", dest="outfile", -- cgit v1.2.2