aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/units.py
Commit message (Collapse)AuthorAgeFilesLines
* clusters: Move units.py and cosmology.py to utilsAaron LI2017-06-011-72/+0
|
* Add clusters/emission.py: Calculate synchrotron emissivityAaron LI2017-06-011-0/+6
| | | | | | | Calculate the synchrotron emissivity from the given electron spectrum at specified frequency. Add the electron charge to units.Constants
* Add units.py: Commonly used units and conversions and constantsAaron LI2017-06-011-0/+66
Astropy's unit conversions is too slow, thus store the used units conversions to avoid astropy's slow conversions.