From 9c81945ee038868e8e96223f7252e47c758afcf1 Mon Sep 17 00:00:00 2001 From: Paul Ray Date: Sat, 16 Nov 2019 07:32:40 -0500 Subject: [PATCH] Moved ppdot_plane to bin and fixed imports --- {python => bin}/ppdot_plane_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {python => bin}/ppdot_plane_plot.py (98%) diff --git a/python/ppdot_plane_plot.py b/bin/ppdot_plane_plot.py similarity index 98% rename from python/ppdot_plane_plot.py rename to bin/ppdot_plane_plot.py index 235f799bc..34400c83a 100644 --- a/python/ppdot_plane_plot.py +++ b/bin/ppdot_plane_plot.py @@ -1,8 +1,8 @@ from __future__ import print_function from builtins import zip import numpy as np -import psr_utils as pu -import pypsrcat as cat +import presto.psr_utils as pu +import presto.pypsrcat as cat import matplotlib.pyplot as plt # Use color?