| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* Optimize the "Fnu_to_Tb()" and "Sb_to_Tb()" functions by explicitly
calculating the conversions, avoiding the slow `astropy.unit`
conversions (which is rather slow). The new fast functions are named
as "Fnu_to_Tb_fast()" and "Sb_to_Tb_fast()".
* Optimize the new functions using `numba.jit` further.
* Add `numba` to the dependencies.
|
| |
|
|
|
|
| |
Add two new requirements: beautifulsoup4, requests
|
|
|
|
| |
The utils/zea2healpix requires scipy.
|
| |
|
| |
|
|
Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part
|