Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 724 Bytes

Collection of tools that I'm gathering while doing astronomy/astrophysics research with Python. For example,

  • Create, merge, append with numpy.recarrays (rec.py)
  • Make latex tables from (record) arrays (latex.py)
  • Convert between magnitude and luminosity (stellar.py)
  • I/O convenience for fits/ascii/json tables (io.py)
  • Convert MJD to anything (simtime.py)
  • Binning, e.g. to make luminosity functions (simstat.py)

Requirements:

Optional:

To use, at your own risk, run python setup.py install (or place this folder in your $PYTHONPATH)