From 86dd77890336d7db5d273fa290832c4a1f97db1a Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Thu, 7 Jul 2016 13:29:07 +0200
Subject: [PATCH] rename radius to curved_radius

---
 wetb/hawc2/at_time_file.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wetb/hawc2/at_time_file.py b/wetb/hawc2/at_time_file.py
index f42519d..642225e 100644
--- a/wetb/hawc2/at_time_file.py
+++ b/wetb/hawc2/at_time_file.py
@@ -42,7 +42,7 @@ class AtTimeFile(object):
         for column, att_name in enumerate(self.attribute_names):
             setattr(self, att_name, func_factory(column))
 
-    def radius(self, radius=None):
+    def curved_radius(self, radius=None):
         """Radius of calculation point(s)
 
         Parameters
-- 
GitLab