| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Calculate cooling function profile w.r.t. temperature profile by
interpolating previously calculated cooling function table.
This tool replaces the 'calc_coolfunc.sh' and 'calc_coolfunc_bands.sh'
|
|
|
|
|
|
|
|
|
| |
Calculate the cooling function table with respect to the specified
temperature range, using the XSPEC model 'wabs*apec' with the
provided arguments.
Later, the cooling function profile w.r.t. a temperature profile
can be quickly derived by interpolating this cooling function table.
|
| |
|
|
|
|
|
| |
* Allow specifying multiple quantities to be calculated
* Default to calculate all supported quantities
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* This 'cosmo_calc.py' replaces the original C++ version 'cosmo_calc'
* Also fix a issue in 'acispy/cosmo.py'
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Setup a module 'acispy' to hold some generic Python modules for
better/easier reuse, and clean up the 'scripts' directory, which will be
used to hold the CLI tools.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|