aburgasser / pyspextool

Python code to reduce data obtained with the SpeX spectrograph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 84.9%Language:Python 15.0%Language:CSS 0.0%