Skip to content

SNU-sunday/fisspy

Repository files navigation

FISSpy

Latest Version Anaconda-Server Badge Anaconda-Server Badge

The Python Package for data analysis of the GST/FISS instrument.

Installation

Requirement Package:

Recommend to install the Python from the Anaconda.

To install these packages, first set the conda-forge server:

conda config --append channels conda-forge

Option 1) Using Mamba

We highly recommend you use the mamba to install the FISSpy:

mamba install fisspy

If you don't have mamba please see mamba installation

After installing the mamba you can download the FISSpy using the previous command.

Option 2) Using Conda

Sometimes an old version of the conda has some errors and takes lots of time to download the FISSpy. If then we recommend you use the mamba instead See Option 1.

conda install fisspy

Option 3) Using PyPI

If you failed to download the FISSpy using the above options, you can download the FISSpy using PyPI, but it is not the recommended method.

pip install fisspy

Tutorials

You can see the tutorials for the FISSpy on here.