| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The 'rehash' command is available in ZSH, but not in Bash, which uses
'hash -r' instead.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It seems the 'LINES' may be used as a environment variable.
|
|
|
|
|
|
|
| |
Use newly developed tools:
+ manifest.py
+ results.py
+ renorm_spectrum.py
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Superseded by 'manifest.py' and 'results.py'
|
|
|
|
| |
Replaced by 'extract_sbprofile.py'
|
|
|
|
| |
Replaced by 'calc_spectral_weights.py' and 'make_expmap.py'
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|