Skip to content

pyspextool/pyspextool

Repository files navigation

pySpextool

Python code to reduce data obtained with the SpeX spectrograph.

Installation Instructions

  1. Install miniconda, if you don't have it already.

  2. Clone the pyspextool repository to your local computer

    git clone https://github.com/pyspextool/pyspextool.git
    
  3. navigate into the pyspextool directory

    cd pyspextool/
    
  4. Make a pyspextool conda environment and install necessary dependencies

    conda env create -f environment.yml
    
  5. Activate the new environment

    conda activate pyspextool
    
  6. Install the package

    pip install -e ./
    

About

Python code to reduce data obtained with the SpeX spectrograph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published