aboutsummaryrefslogtreecommitdiffstats
path: root/acispy/spectrum.py
Commit message (Collapse)AuthorAgeFilesLines
* acispy/spectrum.py: Add "verbose" parameterAaron LI2017-03-041-3/+6
|
* acispy/spectrum.py: Add method "calc_flux()"Aaron LI2017-03-031-3/+9
|
* Fix import for 'acispy' modulesAaron LI2017-02-191-1/+1
|
* Setup module 'acispy' and clean 'scripts' directoryAaron LI2017-02-191-0/+44
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.