Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.14 KB

my_packages.md

File metadata and controls

15 lines (15 loc) · 1.14 KB

My packages

  • You can find some useful repositories in my github page, including
    • slam: extracting stellar parameters from spectra using a forward modelling
    • laspec: several modules designed for LAMOST spectra
    • berliner: some tools on processing stellar tracks and isochrones
    • regli: a fast, high-dimension linear interpolation tool (faster than the scipy version)
    • songcn: a reduction pipeline (of echelle spectra) for the song-china project
  • To install my packages
    • pip install -U git+https://github.com/hypergravity/astroslam.git
    • pip install -U git+https://github.com/hypergravity/laspec.git
    • pip install -U git+https://github.com/hypergravity/berliner.git
    • pip install -U git+https://github.com/hypergravity/regli.git
    • pip install -U git+https://github.com/hypergravity/songcn.git
  • To install frequently used packages
    • pip install -U astropy ginga scikit-learn joblib numba emcee corner ipyparallel