Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Build the Web UI using Tornado with WebSocket | Aaron LI | 2016-10-30 | 1 | -0/+1 |
| | | | | Tornado: http://www.tornadoweb.org/ | ||||
* | Add back "scipy" to dependencies as utils/reproject.py requires | Aaron LI | 2016-10-28 | 1 | -0/+1 |
| | |||||
* | utils/grid.py: Use own-implemented JIT-optimized "rotate_center()" | Aaron LI | 2016-10-26 | 1 | -1/+0 |
| | | | | Also remove the dependence on "scipy". | ||||
* | convert.py: Optimize "Fnu_to_Tb()" and "Sb_to_Tb()" | Aaron LI | 2016-10-24 | 1 | -0/+1 |
| | | | | | | | | | * 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 requirement "pandas" as "galactic/snr.py" will use it | Aaron LI | 2016-10-15 | 1 | -0/+1 |
| | |||||
* | Install 'bin/fg21sim-download-snr-data' and update requirements. | Aaron LI | 2016-10-15 | 1 | -0/+2 |
| | | | | Add two new requirements: beautifulsoup4, requests | ||||
* | Add the new dependency: scipy | Aaron LI | 2016-10-14 | 1 | -0/+1 |
| | | | | The utils/zea2healpix requires scipy. | ||||
* | Sync requirements.txt with setup.py | Aaron LI | 2016-10-04 | 1 | -2/+1 |
| | |||||
* | Update requirements.txt | Aaron LI | 2016-09-25 | 1 | -0/+3 |
| | |||||
* | Setup package structures | Aaron LI | 2016-09-20 | 1 | -0/+2 |
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part |