From 1121435a46e8796e83649003ea232eb6e2f4152c Mon Sep 17 00:00:00 2001 From: lim Date: Thu, 21 Jun 2012 19:14:44 +0000 Subject: lim added minor skyline doc and finished skyline tests git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17465 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 4d99fa976cbdf1fbdf9b23abb8ab899f8fa3043d --- lib/skyline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/skyline.py') diff --git a/lib/skyline.py b/lib/skyline.py index 8a9755f..10c1c65 100644 --- a/lib/skyline.py +++ b/lib/skyline.py @@ -312,7 +312,7 @@ class SkyLine(object): ------- max_skyline: `SkyLine` instance or `None` `SkyLine` that overlaps the most or `None` if no - overlap found. + overlap found. This is *not* a copy. max_overlap_area: float Area of intersection. @@ -345,7 +345,7 @@ class SkyLine(object): max_pair: tuple Pair of `SkyLine` instances with max overlap among given *skylines*. If no overlap found, - return `None`. + return `None`. These are *not* copies. """ max_pair = None -- cgit