aboutsummaryrefslogtreecommitdiffstats
path: root/astro/21cm/tile_slice.py
diff options
context:
space:
mode:
Diffstat (limited to 'astro/21cm/tile_slice.py')
-rwxr-xr-xastro/21cm/tile_slice.py2
1 files changed, 1 insertions, 1 deletions
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",