summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix package namesienkiew2014-03-251-1/+1
* requires lowest version of python we are testing withsienkiew2014-03-251-1/+1
* mod for d2to1 installsienkiew2014-03-2520-38/+56
* add minimal setup.cfg for stsci.sphereiraf2014-03-251-0/+3
* copy sphere from development branch to new packagesienkiew2014-03-240-0/+0
* Restored the old implementation of the SphericalPolygon.__init__(...) for the...mcara2014-02-273-555/+10
* Handle self-intersecting arcsmdroe2014-02-261-11/+47
* Turn debugging back offmdroe2014-02-251-1/+1
* Fix numerical problem with great circle distancemdroe2014-02-251-2/+3
* fixed skyline bug, change polygon.to_radec output formatlim2012-07-123-19/+28
* Intersection with an empty polygon should return an empty polygon.mdroe2012-07-111-4/+7
* skyline member no longer has chip gap to simplify polygon oplim2012-07-113-35/+65
* lim added temporary workaround for graph sanity check failureslim2012-07-111-9/+78
* lim fixed duplicate modindex on doc with help from embraylim2012-06-271-3/+3
* lim updated existing doc and added skyline doclim2012-06-277-214/+332
* git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/s...lim2012-06-211-2/+22
* lim added minor skyline doc and finished skyline testslim2012-06-212-27/+104
* lim corrected doc in unique_points and sorted_pointslim2012-06-211-5/+6
* lim added option to preserve order in unique_points and sorted_pointslim2012-06-211-17/+42
* lim fixed _remove_orphaned_nodes typo in graph.pylim2012-06-211-2/+2
* Add code to remove orphaned nodesmdroe2012-06-211-7/+26
* lim added stuff to skyline and test_skylinelim2012-06-202-19/+158
* reverted a change that broke testslim2012-06-201-2/+4
* lim added final touches to skyline and polygon, and added skyline testslim2012-06-193-26/+222
* lim modified Node.equals as mdroe suggestedlim2012-06-181-2/+12
* SkyLine no longer inherits from SphericalPolygonlim2012-06-121-157/+59
* lim fixed some bugs on SkyLinelim2012-06-101-55/+30
* lim fixed skyline bugs and cleaned up codeslim2012-06-071-94/+147
* Make area calculation more accurate by not counting the first point twice whe...mdroe2012-06-072-2/+2
* Avoid adding duplicated nodes and edges when building the graph. These can l...mdroe2012-06-073-8/+74
* lim removed os import in skylinelim2012-06-061-1/+0
* lim cleaned up SkyLine and added a testlim2012-06-062-55/+58
* lim added SkyLine codes and added radec to SphericalPolygonlim2012-06-062-50/+120
* lim added SkyLine intersection and updated unionlim2012-06-051-37/+49
* Fix bug with serial intersection where the intersection is null.mdroe2012-06-051-0/+4
* Some tweaks to the area calculation.mdroe2012-06-054-17/+54
* Python 3.x fixesmdroe2012-06-0410-47/+57
* Use an entirely different method for area computation. It first transforms t...mdroe2012-06-046-109/+175
* lim put more codes on SkyLine -- done for the day 6/1lim2012-06-011-3/+7
* lim modified SkyLine union to return new instancelim2012-06-011-13/+49
* Fix typo in docsmdroe2012-06-011-2/+2
* lim implemented SkyLine unionlim2012-06-011-14/+32
* Make sure steps are always at least 2mdroe2012-06-011-0/+1
* lim fixed api.rst as mdroe suggestedlim2012-06-011-6/+6
* Use slerp interpolationmdroe2012-06-011-4/+19
* Fix drawing -- basemap can not handle drawing great circle arcs that go aroun...mdroe2012-06-012-11/+38
* lim changed SphericalPolygon.__copy__ and added methods to SkyLinelim2012-05-312-10/+63
* lim replaced relative imports and updated skylinelim2012-05-314-49/+86
* lim added init code to skyline -- under devlim2012-05-301-29/+144
* lim fixed plot_args dict init buglim2012-05-301-2/+1