sunraster is an open-source Python library that provides the tools to read in and analyze spectrogram data.
sunraster is an open-source Python library that provides the tools to read in and analyze spectrogram data.
An easy way to install sunraster is to do so with the anaconda distribution using the conda-forge channel, with the following command at the terminal:
conda install --channel conda-forge sunrasterAnother equally easy way to install sunraster is with pip:
pip install sunrasterIf you want to develop sunraster you will need to install from GitHub.
We suggest you fork sunraster so you can work on it.
The best way to do this is to create a new python virtual environment (conda/pipenv or others) and then install the git version of sunraster:
$ git clone https://github.com/<your username>/sunraster.git
$ cd sunraster
$ pip install -e .\[dev\]For detailed installation instructions (aimed at installing sunpy), see the Newcomers' guide in the sunpy docs.
For more information or to ask questions about sunraster, check out:
We expect authentic engagement in our community. Do not post the output from Large Language Models or similar generative AI as code, issues or comments on GitHub or any other platform. If you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state. For more information see our documentation on fair and appropriate AI usage.
We love contributions! sunraster is open source, built on open source, and we'd love to have you hang out in our community.
If you would like to get involved, check out the Developers Guide section of the SunPy docs. Stop by our chat room #sunpy:openastronomy.org if you have any questions. Help is always welcome so let us know what you like to work on, or check out the issues page for the list of known outstanding items.
For more information on contributing to SunPy, please read our Newcomers' guide.
When you are interacting with the SunPy community you are asked at to follow our code of conduct.