| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
|  | 
This fixes the installation failure bug.
Signed-off-by: Aaron LI <aly@aaronly.me>
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Credit:
* Adding git (or hg, or svn) dependencies in setup.py (Python)
  https://mike.zwobble.org/2013/05/adding-git-or-hg-or-svn-dependencies-in-setup-py/
* Python Dependencies via Pip
  https://devcenter.heroku.com/articles/python-pip
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
Tornado: http://www.tornadoweb.org/
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
The upcoming Web UI based on Tornado needs direct access to the
templates/pages and static files, therefore avoid installing the package
as a zipped egg.
Also add a reference on "steuptools".
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
Also remove the dependence on "scipy".
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
* 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 default config specifications are required and should be installed.
TODO:
* Figure out the problem why "LICENSE" cannot be installed as well ??
References:
* http://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
* http://python-packaging.readthedocs.io/en/latest/non-code-files.html
 | 
| | 
| 
| 
|  | 
The utils/zea2healpix requires scipy.
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
The script takes the two ZEA-projected FITS images, reproject them to
the full-sky HEALPix map in Galactic frame with RING ordering.
TODO:
* Add argument "--inpaint" after implement the inpainting function.
 | 
| | 
| 
| 
| 
| 
|  | 
Credits:
* http://doc.pytest.org/en/latest/goodpractices.html
* https://github.com/kennethreitz/requests/blob/master/setup.py
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
* Add new executable "bin/fg21sim"
* galactic/synchrotron: update to use "configs.get_path()"
* galactic/synchrotron: create output dir if not exists
* galactic/synchrotron: add logging support
* galactic/synchrotron: append FITS extension to filename
* galactic/synchrotron: pass the basic test
TODO:
* "output()" needs fixes with the FITS header
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
|   
  
  
  
   | 
Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part
 |