aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/galactic/freefree.py
Commit message (Expand)AuthorAgeFilesLines
* freefree.py: Fix bug: "comp" -> "compID"Aaron LI2017-08-271-1/+1
* freefree.py: Remove units of "halphamap" and "dustmap"Aaron LI2017-08-271-13/+0
* Return the list of filepath to the written sky filesAaron LI2017-08-261-0/+8
* freefree.py: Update to use "sky" module; cleanupsAaron LI2017-08-261-104/+59
* sky.py: Rename load() -> open(), read() -> load()Aaron LI2017-08-261-3/+3
* Make "frequencies" optional in the simulate() methodAaron LI2017-08-141-3/+16
* galactic/freefree: Add "dust_fraction" and "halpha_abs_th" configsAaron LI2017-07-291-10/+6
* galactic/freefree.py: Add method "_calc_halpha_to_freefree()"Aaron LI2017-07-291-14/+24
* galactic/freefree.py: Some cleanupsAaron LI2017-07-291-33/+33
* galactic/freefree: Add config "electron_temperature"Aaron LI2017-07-291-10/+23
* Use keyword "BUNIT" and unit "K"Aaron LI2017-06-131-1/+1
* Minor updates to galactic/{freefree,synchrotron}.pyAaron LI2017-05-211-8/+7
* galactic/freefree: Update to support sky.pyAaron LI2017-05-211-67/+49
* configs : Drop "output/filetype"; only support FITSAaron LI2017-05-171-5/+0
* Update "simulate_frequency()" to also return the output file pathAaron LI2016-11-211-5/+31
* utils/__init__.py: Only import "setup_logging" from "logging.py"Aaron LI2016-10-291-1/+1
* Update to use the new "checksum" config optionAaron LI2016-10-271-1/+2
* galactic/{freefree,synchrotron}.py: Fix small bugsAaron LI2016-10-181-1/+1
* galactic/freefree.py: Add preocess(), postprocess, _make_filepath()Aaron LI2016-10-181-52/+90
* galactic: Move the "simulate()" method; Add "UNIT" keywordAaron LI2016-10-171-12/+13
* Fix the reStructuredText citation syntaxAaron LI2016-10-171-3/+3
* Tweak the docstring stylesAaron LI2016-10-111-3/+6
* galactic/freefree: Mask regions where absorption is uncertainAaron LI2016-10-111-4/+25
* Update bin/fg21sim to support Galactic free-free componentAaron LI2016-10-111-0/+4
* galactic: Add free-free component simulationAaron LI2016-10-111-0/+227