Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fg21sim/__init__.py: Do not import from ".foregrounds" | Aaron LI | 2016-10-27 | 1 | -2/+0 |
| | | | | | | | Import from ".foregrounds" involves a lot of imports of other components, which cause a lot of numba JIT compilations. Therefore, the simple "import fg21sim" causes a long lag for running the scripts, e.g., bin/healpix2hpx. | ||||
* | Add "foregrounds.py" as the interface to foregrounds simulation | Aaron LI | 2016-10-18 | 1 | -3/+5 |
| | | | | | This module provides a simple/easy-to-use interface to the simulation of various supported foreground components. | ||||
* | Rewrite setup.py and update __init__.py accordingly | Aaron LI | 2016-09-27 | 1 | -1/+4 |
| | |||||
* | __init__.py: add __url__ and minor fix | Aaron LI | 2016-09-27 | 1 | -2/+1 |
| | |||||
* | Add logging and update setup configs | Aaron LI | 2016-09-25 | 1 | -1/+22 |
| | |||||
* | Setup package structures | Aaron LI | 2016-09-20 | 1 | -0/+1 |
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part |