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 | |
parent | 2e796f38dbdc1044c13a768c76fa733ad07b9829 (diff) | |
download | atoolbox-156ea20569bc166e217b53e0e4eb5f668314633e.tar.bz2 |
Move some tools for better management
-rwxr-xr-x | astro/21cm/cube_mean.py | 2 | ||||
-rwxr-xr-x | astro/fits/fitscube.py (renamed from astro/fitscube.py) | 0 | ||||
-rwxr-xr-x | astro/radec2deg.py (renamed from python/radec2deg.py) | 0 | ||||
-rwxr-xr-x | astro/radec_angle.py (renamed from python/radec_angle.py) | 0 | ||||
-rwxr-xr-x | astro/randomize_events.py (renamed from python/randomize_events.py) | 0 | ||||
-rwxr-xr-x | astro/spectrum/add_xflt.py (renamed from astro/add_xflt.py) | 0 | ||||
-rwxr-xr-x | astro/spectrum/adjust_spectrum_error.py (renamed from python/adjust_spectrum_error.py) | 0 | ||||
-rwxr-xr-x | astro/spectrum/crosstalk_deprojection.py (renamed from python/crosstalk_deprojection.py) | 0 |
8 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 diff --git a/astro/fitscube.py b/astro/fits/fitscube.py index f9a96e1..f9a96e1 100755 --- a/astro/fitscube.py +++ b/astro/fits/fitscube.py diff --git a/python/radec2deg.py b/astro/radec2deg.py index 9966095..9966095 100755 --- a/python/radec2deg.py +++ b/astro/radec2deg.py diff --git a/python/radec_angle.py b/astro/radec_angle.py index ec01807..ec01807 100755 --- a/python/radec_angle.py +++ b/astro/radec_angle.py diff --git a/python/randomize_events.py b/astro/randomize_events.py index e1a6e31..e1a6e31 100755 --- a/python/randomize_events.py +++ b/astro/randomize_events.py diff --git a/astro/add_xflt.py b/astro/spectrum/add_xflt.py index 8a718e6..8a718e6 100755 --- a/astro/add_xflt.py +++ b/astro/spectrum/add_xflt.py diff --git a/python/adjust_spectrum_error.py b/astro/spectrum/adjust_spectrum_error.py index 0f80ec7..0f80ec7 100755 --- a/python/adjust_spectrum_error.py +++ b/astro/spectrum/adjust_spectrum_error.py diff --git a/python/crosstalk_deprojection.py b/astro/spectrum/crosstalk_deprojection.py index b08a66a..b08a66a 100755 --- a/python/crosstalk_deprojection.py +++ b/astro/spectrum/crosstalk_deprojection.py |