diff options
author | lim <lim@stsci.edu> | 2012-06-21 15:14:44 -0400 |
---|---|---|
committer | lim <lim@stsci.edu> | 2012-06-21 15:14:44 -0400 |
commit | 1121435a46e8796e83649003ea232eb6e2f4152c (patch) | |
tree | c1eab0e1278415d8ee2c1b42a28f9276fb921c07 /lib/skyline.py | |
parent | ca973fa7003fe9f4ea4d2db3fcca7fe9cdecef16 (diff) | |
download | stsci.sphere-1121435a46e8796e83649003ea232eb6e2f4152c.tar.gz |
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
Diffstat (limited to 'lib/skyline.py')
-rw-r--r-- | lib/skyline.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |