Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters/emission.py: explain more on Larmor frequency | Aaron LI | 2017-07-26 | 1 | -4/+12 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/emission.py: Fix the calling to F(x) | Aaron LI | 2017-07-26 | 1 | -9/+6 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/emission.py: Rewrite emissivity calculation | Aaron LI | 2017-07-26 | 1 | -15/+24 |
| | | | | | | | | | | Use 2D grid of (discrete) samples to optimize integration speed, avoiding the more complicated integration w.r.t. functions. WARNING: Current calculation results seems wrong! Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/emission.py: Update arguments | Aaron LI | 2017-07-26 | 1 | -28/+28 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/emission.py: Rewrite Synchrotron kernel function calculation | Aaron LI | 2017-07-26 | 1 | -3/+41 |
| | | | | | | | Use interpolation to optimize the speed as well as to vectorize the function to ease calling. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use all uppercase to identify the global CONFIGS and COSMO | Aaron LI | 2017-07-22 | 1 | -3/+3 |
| | | | | | | Update to use the global CONFIGS and COSMO Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use the global "cosmo" instance for simplification | Aaron LI | 2017-07-21 | 1 | -4/+3 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use [arcsec] as the unit for pixel size and resolution | Aaron LI | 2017-07-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | emission.py: Add power(), flux(), brightness() methods | Aaron LI | 2017-06-23 | 1 | -25/+111 |
| | |||||
* | clusters: Move units.py and cosmology.py to utils | Aaron LI | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Add clusters/emission.py: Calculate synchrotron emissivity | Aaron LI | 2017-06-01 | 1 | -0/+117 |
Calculate the synchrotron emissivity from the given electron spectrum at specified frequency. Add the electron charge to units.Constants |