aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/galactic/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 fixAaron LI2018-10-311-4/+4
|
* galactic: Add new component "galactic/snr": supernova remnantsAaron LI2016-10-171-0/+1
| | | | NOTE: very preliminary, and missing many necessary functions!
* galactic: Add free-free component simulationAaron LI2016-10-111-0/+1
| | | | | | | * New class "galactic.FreeFree" to simulate free-free emission * Add new config section "galactic/freefree" NOTE: current untested
* Add bin/fg21sim and some updates to galactic/synchrotronAaron LI2016-10-041-0/+4
* 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