diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-11 16:15:54 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-11 16:15:54 +0800 |
commit | 156ea20569bc166e217b53e0e4eb5f668314633e (patch) | |
tree | 7b589816c89d32b68370479274db607b25deadc1 /astro/21cm | |
parent | 2e796f38dbdc1044c13a768c76fa733ad07b9829 (diff) | |
download | atoolbox-156ea20569bc166e217b53e0e4eb5f668314633e.tar.bz2 |
Move some tools for better management
Diffstat (limited to 'astro/21cm')
-rwxr-xr-x | astro/21cm/cube_mean.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/21cm/cube_mean.py b/astro/21cm/cube_mean.py index 9ff33d4..a925532 100755 --- a/astro/21cm/cube_mean.py +++ b/astro/21cm/cube_mean.py @@ -8,8 +8,6 @@ Calculate the mean values of the cube. """ -import os -import sys import argparse import numpy as np |