The Python Package for data analysis of the GST/FISS instrument.
Requirement Package:
- Python >=3.6
- NumPy
- Matplotlib >=3.0
- SciPy
- sunpy >=2.0.0
- Astropy
- Interpolation >=2.0.0
Recommend to install the Python from the Anaconda.
To install these packages, first set the conda-forge server:
conda config --append channels conda-forge
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.
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
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
You can see the tutorials for the FISSpy on here.