aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add "foregrounds.py" as the interface to foregrounds simulationAaron LI2016-10-181-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 accordinglyAaron LI2016-09-271-1/+4
|
* __init__.py: add __url__ and minor fixAaron LI2016-09-271-2/+1
|
* Add logging and update setup configsAaron LI2016-09-251-1/+22
|
* Setup package structuresAaron LI2016-09-201-0/+1
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part