summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-07-10 22:50:30 +0800
committerAaron LI <aaronly.me@outlook.com>2016-07-10 22:50:30 +0800
commit81588bed8a575844e922b79b7d4296249f0207ca (patch)
tree5d5dd3a91280a5cdf5c07c1b08476c863ed8d78a
parent9a6717e0a30584090df47e7e28e443b5e80976c4 (diff)
downloadcexcess-81588bed8a575844e922b79b7d4296249f0207ca.tar.bz2
calc_mass_potential.py: fix previous commit
-rwxr-xr-xcalc_mass_potential.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/calc_mass_potential.py b/calc_mass_potential.py
index 4e1a7f2..e61645b 100755
--- a/calc_mass_potential.py
+++ b/calc_mass_potential.py
@@ -159,11 +159,9 @@ import matplotlib.pyplot as plt
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
from matplotlib.figure import Figure
-import rpy2.robjects as ro
-from rpy2.robjects.packages import importr
-
from astro_params import AstroParams, ChandraPixel
from projection import Projection
+from spline import SmoothSpline
plt.style.use("ggplot")