Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters: Move units.py and cosmology.py to utils | Aaron LI | 2017-06-01 | 1 | -72/+0 |
| | |||||
* | Add clusters/emission.py: Calculate synchrotron emissivity | Aaron LI | 2017-06-01 | 1 | -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 constants | Aaron LI | 2017-06-01 | 1 | -0/+66 |
Astropy's unit conversions is too slow, thus store the used units conversions to avoid astropy's slow conversions. |