diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-12 15:35:53 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-12 15:43:04 +0800 |
commit | 10fc945278cf0f429fba59206e52d9e3e9481510 (patch) | |
tree | 0fc45b60342c81f729548e7d9b7a6075e739fda6 /astro/21cm/tile_slice.py | |
parent | d971a677d142aac53b07bc37cfdfae3751539d16 (diff) | |
download | atoolbox-10fc945278cf0f429fba59206e52d9e3e9481510.tar.bz2 |
Minor changes
Diffstat (limited to 'astro/21cm/tile_slice.py')
-rwxr-xr-x | astro/21cm/tile_slice.py | 2 |
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", |