Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/astropy/reproject
Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://github.com/astropy/reproject
Fixes suggested by @cdeil
02d1745f8e98990057976e769727f3a9cad13f47 authored over 10 years ago by Thomas Robitaille <[email protected]>
02d1745f8e98990057976e769727f3a9cad13f47 authored over 10 years ago by Thomas Robitaille <[email protected]>
Added high-level tests, cleaned up function names and fixed tests
0d639aba9d1383b026ddd6dc78872a23669c253c authored over 10 years ago by Thomas Robitaille <[email protected]>
0d639aba9d1383b026ddd6dc78872a23669c253c authored over 10 years ago by Thomas Robitaille <[email protected]>
Add support for n-dimensional reprojection (via interpolation) in high-level interface
18323f3f7189e2ae9bd2f1ef6f2c0e5fed59e75b authored over 10 years ago by Thomas Robitaille <[email protected]>
18323f3f7189e2ae9bd2f1ef6f2c0e5fed59e75b authored over 10 years ago by Thomas Robitaille <[email protected]>
Added initial high-level reprojection routine
e00efc487ec3bda6b25a6f0af9b24711146a54f6 authored over 10 years ago by Thomas Robitaille <[email protected]>
e00efc487ec3bda6b25a6f0af9b24711146a54f6 authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #25 from astrofrog/initial-reproject
Initial reprojection routine
0b47183c8ede45d6b104e6cc6cba68c9579fac8a authored over 10 years ago by Thomas Robitaille <[email protected]>
Use get_pkg_data_filename
fe2bb3bf8d9b2ec94f08f335123267dae36bdf90 authored over 10 years ago by Thomas Robitaille <[email protected]>
fe2bb3bf8d9b2ec94f08f335123267dae36bdf90 authored over 10 years ago by Thomas Robitaille <[email protected]>
Added tests for spherical intersection reprojection
9ccf41bd656e51b3f79ea36e10a5ee5d057359b9 authored over 10 years ago by Thomas Robitaille <[email protected]>
9ccf41bd656e51b3f79ea36e10a5ee5d057359b9 authored over 10 years ago by Thomas Robitaille <[email protected]>
Don’t import routines into top-level, provide one API section per method
2e87f16e12231bb577073e4a7f173dfce5905d68 authored over 10 years ago by Thomas Robitaille <[email protected]>
2e87f16e12231bb577073e4a7f173dfce5905d68 authored over 10 years ago by Thomas Robitaille <[email protected]>
Rename interpolate -> reproject
9e29e1ed66847fceb37bf0fb40634314cebe951e authored over 10 years ago by Thomas Robitaille <[email protected]>
9e29e1ed66847fceb37bf0fb40634314cebe951e authored over 10 years ago by Thomas Robitaille <[email protected]>
Tidy up spherical intersection reprojection
31899a405350c64cf4a573e5d2eb864b3f6506cb authored over 10 years ago by Thomas Robitaille <[email protected]>
31899a405350c64cf4a573e5d2eb864b3f6506cb authored over 10 years ago by Thomas Robitaille <[email protected]>
Moved file
99c92ec3e95726de60ee1f2bc5f1814bae2d1130 authored over 10 years ago by Thomas Robitaille <[email protected]>
99c92ec3e95726de60ee1f2bc5f1814bae2d1130 authored over 10 years ago by Thomas Robitaille <[email protected]>
Initial reprojection routine
68fbf51404e868e0b730aaccddd4771956cf9e67 authored over 10 years ago by Thomas Robitaille <[email protected]>
68fbf51404e868e0b730aaccddd4771956cf9e67 authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #34 from astrofrog/more-tidy-up
Factor out iteration over slices since it can be used in other reprojection algorithms
87412127a66a3912e0b58e97d97e4fa255d6317b authored over 10 years ago by Thomas Robitaille <[email protected]>
Fix tests on Python 3
8347f7ce94fd28f281465bf71f60cbb9e8ce9232 authored over 10 years ago by Thomas Robitaille <[email protected]>
8347f7ce94fd28f281465bf71f60cbb9e8ce9232 authored over 10 years ago by Thomas Robitaille <[email protected]>
Install scipy on Travis
78d314612e63cd75086a4ef43aa9911c7e5e1337 authored over 10 years ago by Thomas Robitaille <[email protected]>
78d314612e63cd75086a4ef43aa9911c7e5e1337 authored over 10 years ago by Thomas Robitaille <[email protected]>
Added initial tests for interpolation (no comparisons to reference yet, but at least check that the reprojection runs)
75092b9c45d267903cb1743943ab1b872c51bd0d authored over 10 years ago by Thomas Robitaille <[email protected]>
75092b9c45d267903cb1743943ab1b872c51bd0d authored over 10 years ago by Thomas Robitaille <[email protected]>
Factor out iteration over slices since it can be used in other reprojection algorithms
308f74d1f018279cc9fc4105ec848b965a375406 authored over 10 years ago by Thomas Robitaille <[email protected]>
308f74d1f018279cc9fc4105ec848b965a375406 authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #33 from cdeil/changes01
Minor updates
1d5d6c803f1cc33f18a7480898a3267c62d20429 authored over 10 years ago by Thomas Robitaille <[email protected]>
Fix an import in tests
55cf04ea05887528901f531cdf1c47ce93f46ea1 authored over 10 years ago by Christoph Deil <[email protected]>
55cf04ea05887528901f531cdf1c47ce93f46ea1 authored over 10 years ago by Christoph Deil <[email protected]>
Minor fixes pointed out by 2to3
4a0d0f4d59390b994da2a7831704b98f88f0d300 authored over 10 years ago by Christoph Deil <[email protected]>
4a0d0f4d59390b994da2a7831704b98f88f0d300 authored over 10 years ago by Christoph Deil <[email protected]>
Add example from @astrofrog to Sphinx docs
278a874d527353651b31884eae7e688690a929e9 authored over 10 years ago by Christoph Deil <[email protected]>
278a874d527353651b31884eae7e688690a929e9 authored over 10 years ago by Christoph Deil <[email protected]>
Add test files for interpolation
237aa18fb5dafc715f0553af9553783b67f3f2ee authored over 10 years ago by Christoph Deil <[email protected]>
237aa18fb5dafc715f0553af9553783b67f3f2ee authored over 10 years ago by Christoph Deil <[email protected]>
No 2to3
2eea90cf8a8b5a2a3a636899286c7a9efbab9d0c authored over 10 years ago by Christoph Deil <[email protected]>
2eea90cf8a8b5a2a3a636899286c7a9efbab9d0c authored over 10 years ago by Christoph Deil <[email protected]>
Import end-user functionality into top-level namespace
1437aacf757f0d941f109906970d33e83f500d5f authored over 10 years ago by Christoph Deil <[email protected]>
1437aacf757f0d941f109906970d33e83f500d5f authored over 10 years ago by Christoph Deil <[email protected]>
Move file
9327647fa7380e796edf2f98665d841cc8ddb11e authored over 10 years ago by Christoph Deil <[email protected]>
9327647fa7380e796edf2f98665d841cc8ddb11e authored over 10 years ago by Christoph Deil <[email protected]>
Merge pull request #31 from astrofrog/add-interpolation
Add interpolation routines
7ce497d8387c89c9dfb4f11660b64f722f498aca authored over 10 years ago by Thomas Robitaille <[email protected]>
Remove unused variable
39181467859ad2f7ae9c99842a5688b2215ecbaa authored over 10 years ago by Thomas Robitaille <[email protected]>
39181467859ad2f7ae9c99842a5688b2215ecbaa authored over 10 years ago by Thomas Robitaille <[email protected]>
Implemented suggestions by @keflavich
fd96eeb69d398663fda1b9a1735f357abb84aa84 authored over 10 years ago by Thomas Robitaille <[email protected]>
fd96eeb69d398663fda1b9a1735f357abb84aa84 authored over 10 years ago by Thomas Robitaille <[email protected]>
Fixed newline
90315364931bb4ccfd94128191e37d0f04451455 authored over 10 years ago by Thomas Robitaille <[email protected]>
90315364931bb4ccfd94128191e37d0f04451455 authored over 10 years ago by Thomas Robitaille <[email protected]>
Added headers and __future__ imports
48378fc1bc95616825bd7c489c0d29b531a13674 authored over 10 years ago by Thomas Robitaille <[email protected]>
48378fc1bc95616825bd7c489c0d29b531a13674 authored over 10 years ago by Thomas Robitaille <[email protected]>
Added ``Returns`` sections to docstrings
1dd9a1a4082f06e3159d130387287afae19fa1d2 authored over 10 years ago by Thomas Robitaille <[email protected]>
1dd9a1a4082f06e3159d130387287afae19fa1d2 authored over 10 years ago by Thomas Robitaille <[email protected]>
Check that input and output WCS are equivalent (same number and order of axes)
cbd6953a22b9d940d81696a4b0df339d7c3e2c02 authored over 10 years ago by Thomas Robitaille <[email protected]>
cbd6953a22b9d940d81696a4b0df339d7c3e2c02 authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #32 from astrofrog/tidy-up
Moved spherical overlap files to subdirectory
9a60b6c5afeae19ee4eae26b4958e2619c45f106 authored over 10 years ago by Thomas Robitaille <[email protected]>
Implemented celestial interpolation from n-d slices
98e5e012602f119edf5ed82a05feaa143c2b0de0 authored over 10 years ago by Thomas Robitaille <[email protected]>
98e5e012602f119edf5ed82a05feaa143c2b0de0 authored over 10 years ago by Thomas Robitaille <[email protected]>
Moved spherical overlap files to subdirectory
87a846e3ccedfa392c6e7546302e5e60d7f1349d authored over 10 years ago by Thomas Robitaille <[email protected]>
87a846e3ccedfa392c6e7546302e5e60d7f1349d authored over 10 years ago by Thomas Robitaille <[email protected]>
Tidied up files
e15339ce15c23796dfc12b7a220a5160ce77cef6 authored over 10 years ago by Thomas Robitaille <[email protected]>
e15339ce15c23796dfc12b7a220a5160ce77cef6 authored over 10 years ago by Thomas Robitaille <[email protected]>
Add interpolation routines
89be980a1b03d52f9ae0134941617fd20e3e482a authored over 10 years ago by Thomas Robitaille <[email protected]>
89be980a1b03d52f9ae0134941617fd20e3e482a authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #29 from cdeil/first_docs_page
Docs?
e02f175e6cc1039c42654c1053aa06dfe6e48450 authored over 10 years ago by Thomas Robitaille <[email protected]>
add a docs page
727de4acf1e1e03cf6429c3045026bc8a28d08ad authored over 10 years ago by Christoph Deil <[email protected]>
727de4acf1e1e03cf6429c3045026bc8a28d08ad authored over 10 years ago by Christoph Deil <[email protected]>
Added RTD pip-requirements
54372c163caf2c079f8d34576a1b913cc281037b authored over 10 years ago by Thomas Robitaille <[email protected]>
54372c163caf2c079f8d34576a1b913cc281037b authored over 10 years ago by Thomas Robitaille <[email protected]>
Update README.md
b42771ac35d990560035c2391a4615763a7695c9 authored over 10 years ago by Thomas Robitaille <[email protected]>
b42771ac35d990560035c2391a4615763a7695c9 authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #30 from astrofrog/update-from-template
Updated to latest astropy package template
1de5558dd24e5f360d8a15584676c646289b1d03 authored over 10 years ago by Thomas Robitaille <[email protected]>
Updated to latest astropy package template
67e0ecd0ae29e07fe92ec6d2e48508f088570e9f authored over 10 years ago by Thomas Robitaille <[email protected]>
67e0ecd0ae29e07fe92ec6d2e48508f088570e9f authored over 10 years ago by Thomas Robitaille <[email protected]>
Merge pull request #22 from cdeil/cython
Use Cython to wrap C overlap area code
c9d6735985a774fe2dca682074800f0fb1da25ca authored about 11 years ago by Thomas Robitaille <[email protected]>
Make `compute_overlap` a wrapper around `_compute_overlap`.
db182d6c1f68aa5c01da8f56e807bfacb3f14acc authored about 11 years ago by Christoph Deil <[email protected]>
db182d6c1f68aa5c01da8f56e807bfacb3f14acc authored about 11 years ago by Christoph Deil <[email protected]>
Install Cython on travis-ci
a10131769933299175b4b0035a535952b9b63b83 authored about 11 years ago by Christoph Deil <[email protected]>
a10131769933299175b4b0035a535952b9b63b83 authored about 11 years ago by Christoph Deil <[email protected]>
Fix test_overlap
1c4e7481ccafe7dafbf38f2b5ece43d9a71eb1ce authored about 11 years ago by Christoph Deil <[email protected]>
1c4e7481ccafe7dafbf38f2b5ece43d9a71eb1ce authored about 11 years ago by Christoph Deil <[email protected]>
Remove a test function that I committed accidentally.
5081be99417df7b8289ee8d242ae056f6e32dd10 authored about 11 years ago by Christoph Deil <[email protected]>
5081be99417df7b8289ee8d242ae056f6e32dd10 authored about 11 years ago by Christoph Deil <[email protected]>
Change overlap wrapper to Cython
f2a1fad9604c0b44fe67f4b8841ccb1916353b15 authored about 11 years ago by Christoph Deil <[email protected]>
f2a1fad9604c0b44fe67f4b8841ccb1916353b15 authored about 11 years ago by Christoph Deil <[email protected]>
Remove overlap.py, will be replaced by Cython file
daeccd7697869113bf3ccbc2cd3eef4761b85c4e authored about 11 years ago by Christoph Deil <[email protected]>
daeccd7697869113bf3ccbc2cd3eef4761b85c4e authored about 11 years ago by Christoph Deil <[email protected]>
Add _overlap.pyx
7ad023caa368210b994b9940a36221a9d9445c13 authored about 11 years ago by Christoph Deil <[email protected]>
7ad023caa368210b994b9940a36221a9d9445c13 authored about 11 years ago by Christoph Deil <[email protected]>
Remove _overlap_wrapper.c
1e11cd645e66b8c814350de9988e88e6a4a4f443 authored about 11 years ago by Christoph Deil <[email protected]>
1e11cd645e66b8c814350de9988e88e6a4a4f443 authored about 11 years ago by Christoph Deil <[email protected]>
Add overlapArea.h
d9054de735d4cdd8e9b7f070cf92ca444ff9504e authored about 11 years ago by Christoph Deil <[email protected]>
d9054de735d4cdd8e9b7f070cf92ca444ff9504e authored about 11 years ago by Christoph Deil <[email protected]>
Add entries to .gitignore
e602ab9c1a8980cb4505fb7d646ffba682721c2f authored about 11 years ago by Christoph Deil <[email protected]>
e602ab9c1a8980cb4505fb7d646ffba682721c2f authored about 11 years ago by Christoph Deil <[email protected]>
Merge pull request #14 from astrofrog/coverage
Add coverage testing
3a33067f02295ab95c31249dda04567a4addda5d authored about 11 years ago by Thomas Robitaille <[email protected]>
Fix coverage testing
5f7901d4e819d7f547f216b0bc8add24b193de06 authored about 11 years ago by Thomas Robitaille <[email protected]>
5f7901d4e819d7f547f216b0bc8add24b193de06 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added coverage testing
6b152e37a0e87fa301a3fdc7cfb74a0bd6081309 authored about 11 years ago by Thomas Robitaille <[email protected]>
6b152e37a0e87fa301a3fdc7cfb74a0bd6081309 authored about 11 years ago by Thomas Robitaille <[email protected]>
Merge pull request #20 from cdeil/less_global_variables
Change a few global variables to constants
b0ea710eae821aaca2c82bf4839a0b2edbb3d5fd authored about 11 years ago by Thomas Robitaille <[email protected]>
Manual cleanup of formatting (mostly comments and print statements)
008cf22782b0c16b01c48ea9372ea8ecd5b9e66c authored about 11 years ago by Christoph Deil <[email protected]>
008cf22782b0c16b01c48ea9372ea8ecd5b9e66c authored about 11 years ago by Christoph Deil <[email protected]>
Auto-format C source code with Eclipse
7d915ae1f53b200d7741895c51f373f5b04a513d authored about 11 years ago by Christoph Deil <[email protected]>
7d915ae1f53b200d7741895c51f373f5b04a513d authored about 11 years ago by Christoph Deil <[email protected]>
Change a few global variables to constants
e0775b5b6ab9b3b0ce7383c78cad2277005cea7c authored about 11 years ago by Christoph Deil <[email protected]>
e0775b5b6ab9b3b0ce7383c78cad2277005cea7c authored about 11 years ago by Christoph Deil <[email protected]>
Make global constants upper case
fd517cf41ccafd0a31d394e2c24868023f8d645e authored about 11 years ago by Christoph Deil <[email protected]>
fd517cf41ccafd0a31d394e2c24868023f8d645e authored about 11 years ago by Christoph Deil <[email protected]>
Merge pull request #18 from astrofrog/use-astropy-infrastructure
Use Astropy infrastructure for setup.py
0576291c284bf7b39b29d2e9e84d38e4383796e5 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added setup_package.py to build C extension
532980270d40f7c29c6d795b72ecf6f8c6269ed8 authored about 11 years ago by Thomas Robitaille <[email protected]>
532980270d40f7c29c6d795b72ecf6f8c6269ed8 authored about 11 years ago by Thomas Robitaille <[email protected]>
Use Astropy infrastructure for setup.py
8fbc412f9301b263dba07e6213ad7ca646769692 authored about 11 years ago by Thomas Robitaille <[email protected]>
8fbc412f9301b263dba07e6213ad7ca646769692 authored about 11 years ago by Thomas Robitaille <[email protected]>
Merge pull request #9 from cdeil/use_radians
Use radians and add first tests
5c896fbe2961f1af00352ff6cddc3c682ae26f88 authored about 11 years ago by Thomas Robitaille <[email protected]>
Merge pull request #11 from astrofrog/use-wheels
Use wheels for Numpy and Astropy
f657eb0e96b04dcd6a4ad407f38738263ee2a230 authored about 11 years ago by Thomas Robitaille <[email protected]>
Add .gitignore file
f21513a18a6e8545b59cf583bea5a5880a6550b6 authored about 11 years ago by Christoph Deil <[email protected]>
f21513a18a6e8545b59cf583bea5a5880a6550b6 authored about 11 years ago by Christoph Deil <[email protected]>
Add test_overlap.py with a first compute_overlap test
5778778d64e15d622451621b86bf39bac675615b authored about 11 years ago by Christoph Deil <[email protected]>
5778778d64e15d622451621b86bf39bac675615b authored about 11 years ago by Christoph Deil <[email protected]>
Make function available in top-level namespace
b95f417c123b7f83f2ae44fa740f897af3a2b3ad authored about 11 years ago by Christoph Deil <[email protected]>
b95f417c123b7f83f2ae44fa740f897af3a2b3ad authored about 11 years ago by Christoph Deil <[email protected]>
Change compute_overlap to take angles in radians as input.
d61a5f34c7fdd91849e240c0eed2756e86ab3427 authored about 11 years ago by Christoph Deil <[email protected]>
d61a5f34c7fdd91849e240c0eed2756e86ab3427 authored about 11 years ago by Christoph Deil <[email protected]>
Improve compute_overlap docstring
b7b2f3d135c78dc7be1ff1b4068343079507126d authored about 11 years ago by Christoph Deil <[email protected]>
b7b2f3d135c78dc7be1ff1b4068343079507126d authored about 11 years ago by Christoph Deil <[email protected]>
Use wheels for Numpy and Astropy
b9362997818741db79dd94787c41ebf133134cf1 authored about 11 years ago by Thomas Robitaille <[email protected]>
b9362997818741db79dd94787c41ebf133134cf1 authored about 11 years ago by Thomas Robitaille <[email protected]>
Make sure the package is built before it is tested
10be723bf9396c3e513d09ce2a16a3aee0eebe36 authored about 11 years ago by Thomas Robitaille <[email protected]>
10be723bf9396c3e513d09ce2a16a3aee0eebe36 authored about 11 years ago by Thomas Robitaille <[email protected]>
Converted README to markdown
47a726cdc51b8d9b93c4c269262fecb68e85a2f8 authored about 11 years ago by Thomas Robitaille <[email protected]>
47a726cdc51b8d9b93c4c269262fecb68e85a2f8 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added LICENSE
6cd89f53b4452579c7defa7064345fa4f05150d4 authored about 11 years ago by Thomas Robitaille <[email protected]>
6cd89f53b4452579c7defa7064345fa4f05150d4 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added build status image
0623a8d1f99f1c6d19372b87a53fc2042c64b1a6 authored about 11 years ago by Thomas Robitaille <[email protected]>
0623a8d1f99f1c6d19372b87a53fc2042c64b1a6 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added reproject.tests to package list
41788f4b6a85417901c21a07cefc6fcc9edd4354 authored about 11 years ago by Thomas Robitaille <[email protected]>
41788f4b6a85417901c21a07cefc6fcc9edd4354 authored about 11 years ago by Thomas Robitaille <[email protected]>
Install Numpy in .travis.yml
9734920282e5bf7dbbc907fa8ede004f21f21400 authored about 11 years ago by Thomas Robitaille <[email protected]>
9734920282e5bf7dbbc907fa8ede004f21f21400 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added .travis.yml
3432285f649da9021d80d5efd064a43179dc4033 authored about 11 years ago by Thomas Robitaille <[email protected]>
3432285f649da9021d80d5efd064a43179dc4033 authored about 11 years ago by Thomas Robitaille <[email protected]>
Added infrastructure for testing
a01d78e258107f07891d26521c493fd4887f2bbb authored about 11 years ago by Thomas Robitaille <[email protected]>
a01d78e258107f07891d26521c493fd4887f2bbb authored about 11 years ago by Thomas Robitaille <[email protected]>
Removed leftover reference to Hyperion
082d7d8a5f4dc03ddc7b9234bcf77761668a1fd4 authored about 11 years ago by Thomas Robitaille <[email protected]>
082d7d8a5f4dc03ddc7b9234bcf77761668a1fd4 authored about 11 years ago by Thomas Robitaille <[email protected]>
Remove options until we actually need and understand them
e1291e88e8d5cf1f50e9547fa78a4a53032cc89a authored over 11 years ago by Thomas Robitaille <[email protected]>
e1291e88e8d5cf1f50e9547fa78a4a53032cc89a authored over 11 years ago by Thomas Robitaille <[email protected]>
Return (rather than pass) the area ratio
db56fe1712143c3106a15f45b77973ffc47b8de7 authored over 11 years ago by Thomas Robitaille <[email protected]>
db56fe1712143c3106a15f45b77973ffc47b8de7 authored over 11 years ago by Thomas Robitaille <[email protected]>
Added Pythonic wrapper to computeOverlap
5274065bea34ca9e713658de10b11fad70a0197e authored over 11 years ago by Thomas Robitaille <[email protected]>
5274065bea34ca9e713658de10b11fad70a0197e authored over 11 years ago by Thomas Robitaille <[email protected]>
Fixed URL
5813bcea411c3a34d92920fb3a20f8d66ebf143d authored over 11 years ago by Thomas Robitaille <[email protected]>
5813bcea411c3a34d92920fb3a20f8d66ebf143d authored over 11 years ago by Thomas Robitaille <[email protected]>
Initial code wrapping computeOverlap
fb535765e4f84f26c07dd5be10d88579860cb581 authored over 11 years ago by Thomas Robitaille <[email protected]>
fb535765e4f84f26c07dd5be10d88579860cb581 authored over 11 years ago by Thomas Robitaille <[email protected]>
Added README.rst
708c03d3252d07283c128989b65eb95532093c93 authored over 11 years ago by Thomas Robitaille <[email protected]>
708c03d3252d07283c128989b65eb95532093c93 authored over 11 years ago by Thomas Robitaille <[email protected]>