summaryrefslogtreecommitdiff
path: root/lib/test
Commit message (Collapse)AuthorAgeFilesLines
* mod for d2to1 installsienkiew2014-03-2512-972/+0
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@30670 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 91667828b7e01b5aae55679093564473a976e8a9
* fixed skyline bug, change polygon.to_radec output formatlim2012-07-121-3/+3
| | | | | 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-5/+3
| | | | | 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 minor skyline doc and finished skyline testslim2012-06-211-25/+102
| | | | | 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-3/+15
| | | | | 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-18/+122
| | | | | 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
* Make area calculation more accurate by not counting the first point twice ↵mdroe2012-06-071-1/+1
| | | | | | | when doing centroid calculation git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17220 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 1da94015b873da448961df3bc950a6b1a5cd51ae
* Avoid adding duplicated nodes and edges when building the graph. These can ↵mdroe2012-06-072-2/+32
| | | | | | | look like cut lines and get removed in weird ways, so it is better to just not create duplicates in the first place. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17219 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 51d0e8176c7eecdea00e478ef7efaa77c08aab70
* lim cleaned up SkyLine and added a testlim2012-06-061-0/+34
| | | | | 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
* Some tweaks to the area calculation.mdroe2012-06-053-8/+36
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17202 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 07101e1f3d5f37ea231b64b33283b8864ac1a0fc
* Python 3.x fixesmdroe2012-06-044-12/+14
| | | | | 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
* Use an entirely different method for area computation. It first transforms ↵mdroe2012-06-042-31/+52
| | | | | | | | | | | | | | | | | | to a 2D plane by interpolating the great circle arcs through a Lambert azimuthal equal area projection. Then a standard 2D polygon area method is used. Make sure the polygons always go clockwise to aid in area computation. Fix union calculation -- it should be removing interior edges, not interior nodes. Fix some numerical out-of-range problems in great_circle_arc.py Remove the serial method for multi_union -- it no longer generates polygons that are compatible with calculating the area. Make debugging images more explanatory by putting a meaningful title at the top. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17200 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: fb841a481025150f631be6d64cf995dda592ecbc
* Fix resolve_image name to work when uncompressed image is not around.mdroe2012-05-211-2/+2
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@16924 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: fa6bffe6aec60a178ef39a39ddcb7376768f7f10
* lim fixed tests that failed because of image de-compression on SVNlim2012-05-215-11/+27
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@16923 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 4bf54e5d84f6f6984ce3ad70ed05b1e048de6f02
* lim replaced fits with gz to save spacelim2012-05-218-378/+0
| | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@16920 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: d4952f9597f2aff8a72724e230e56f6d613280b7
* lim added files to sphere branchlim2012-03-2910-0/+1028
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