summaryrefslogtreecommitdiff
path: root/lib/skyline.py
Commit message (Collapse)AuthorAgeFilesLines
* Restored the old implementation of the SphericalPolygon.__init__(...) for ↵mcara2014-02-271-551/+0
| | | | | | | | | | | | | the case of empty list of points which was designed to remove a RuntimeWarning at the first run of the code (see Ticket # 1079). For unknown reasons, this change was lost during last commit by Mike. Moved point vector-normalization from the add_node method to Node.__init__(...) in graph.py. Removed skyline.py from the 'sphere' module. The original implementation of skyline.py did not work correctly (see, e.g., tickets #1080, #1081, #1082) and overall it makes sense to separate image processing and statistical analysis from "pure" geometric operations handled by the 'sphere'. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@29976 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 82f06f5b25c8cc262bfbc0b57e3e774d320bcf47
* fixed skyline bug, change polygon.to_radec output formatlim2012-07-121-11/+21
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17822 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 80e7a2f26582c697cb6faf47418b58e879f94de0
* skyline member no longer has chip gap to simplify polygon oplim2012-07-111-26/+53
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17820 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 4414ce549adc9d1db30e4e0e8627d42ff5ad6444
* lim added temporary workaround for graph sanity check failureslim2012-07-111-9/+78
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17819 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: b5efb39d9d491bba2d8262d9d2f4c192f5511231
* lim updated existing doc and added skyline doclim2012-06-271-50/+58
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17584 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 1dbb501e8e1337077abc2595bf43226e34d57153
* git-svn-id: ↵lim2012-06-211-2/+22
| | | | | http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17466 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 012f62a226de22cac56716a3b137ff70b6b771e4
* lim added minor skyline doc and finished skyline testslim2012-06-211-2/+2
| | | | | 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
* lim added stuff to skyline and test_skylinelim2012-06-201-16/+143
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17443 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: b48d0ab71be5ebdcefd8f5315791e16d5c48baa0
* lim added final touches to skyline and polygon, and added skyline testslim2012-06-191-1/+10
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17428 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 7d98dcd06a908e74b9c69699ee813e23d468dad3
* SkyLine no longer inherits from SphericalPolygonlim2012-06-121-157/+59
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17327 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 8da35f5ca064d5a042d372c39d121f0812a6f483
* lim fixed some bugs on SkyLinelim2012-06-101-55/+30
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17323 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: ff6e4abb867f8b7ed07fac57736b03f3f0b2d1d6
* lim fixed skyline bugs and cleaned up codeslim2012-06-071-94/+147
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17222 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: bc0798c7dec2e5952a63db27165c2382bea55536
* lim removed os import in skylinelim2012-06-061-1/+0
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17218 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: d99e63d01ba47f1249c97a97f9b07352c7c85a7d
* lim cleaned up SkyLine and added a testlim2012-06-061-55/+24
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17217 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 5673edaa81bee2b373f91d5e22336cd696a0584e
* lim added SkyLine codes and added radec to SphericalPolygonlim2012-06-061-50/+108
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17216 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 07652822dd48be9bdf7eaf006de25d8bb6c37fff
* lim added SkyLine intersection and updated unionlim2012-06-051-37/+49
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17204 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: e94e7c949c6fe3a6e424723bfd715cb0cdf7b896
* Python 3.x fixesmdroe2012-06-041-9/+9
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17201 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 645db247912b7d5985ab878bd3c7fb5e9574f05d
* lim put more codes on SkyLine -- done for the day 6/1lim2012-06-011-3/+7
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17199 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: f5bf23a34b13c0d435dde59db75e58eb4805e8df
* lim modified SkyLine union to return new instancelim2012-06-011-13/+49
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17198 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 474e7447680df01116b75425b95fa724e7e003bb
* lim implemented SkyLine unionlim2012-06-011-14/+32
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17196 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 053bd0b3ced6a75076536f344763fe7aa0c714eb
* lim changed SphericalPolygon.__copy__ and added methods to SkyLinelim2012-05-311-8/+61
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17093 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 4e5e26af63393082e5a9baae4f37704f99cd4227
* lim replaced relative imports and updated skylinelim2012-05-311-39/+78
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17091 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 7238698a4856c8b46a93aafb4960c90e3f44fe92
* lim added init code to skyline -- under devlim2012-05-301-29/+144
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17087 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: c67bcdd3b992faaa83d7feb5740cdd6545741cc4
* lim added files to sphere branchlim2012-03-291-0/+48
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@15878 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: b51412b5b545598ae101152eeaed470b08616176