All Projects → sunpy → sunraster

sunpy / sunraster

Licence: BSD-2-Clause license
A SunPy-affiliated package which provides tools to analyze data from spectral data from any solar mission.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sunraster

dkist
A Python library for obtaining, processing and interacting with calibrated DKIST data.
Stars: ✭ 19 (+0%)
Mutual labels:  sunpy, astropy, solar-physics
Solar-Calculator
Calculates the sunrise and sunset for a given date and location (using GEO coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html.
Stars: ✭ 36 (+89.47%)
Mutual labels:  sunrise, solar
ha skyfield
See the apparent positions of the Sun, Moon, and planets in this home assistant custom component
Stars: ✭ 26 (+36.84%)
Mutual labels:  astronomy, solar
pydl
Library of IDL astronomy routines converted to Python.
Stars: ✭ 20 (+5.26%)
Mutual labels:  astronomy, astropy
ccd-reduction-and-photometry-guide
Read the CCD guide here:
Stars: ✭ 55 (+189.47%)
Mutual labels:  astronomy, astropy
go-sunrise
Go package for calculating the sunrise and sunset times for a given location
Stars: ✭ 42 (+121.05%)
Mutual labels:  sunrise, astronomy
astro
自用天文算法,公历农历转换、八大行星位置、日出日落月出月落时间、节气物候时间等
Stars: ✭ 33 (+73.68%)
Mutual labels:  sunrise, astronomy
regions
Astropy package for region handling
Stars: ✭ 52 (+173.68%)
Mutual labels:  astronomy, astropy
heyoka.py
Python library for ODE integration via Taylor's method and LLVM
Stars: ✭ 45 (+136.84%)
Mutual labels:  astronomy
spider
🕸️ 3D interactive analysis in your browser mostly written around the Three.js JavaScript library
Stars: ✭ 41 (+115.79%)
Mutual labels:  solar-physics
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+247.37%)
Mutual labels:  iris
yt astro analysis
yt astrophysical analysis modules
Stars: ✭ 18 (-5.26%)
Mutual labels:  astronomy
smd
Space Mission Design - A SPICE-enhanced continuous thrust interplanetary mission propagator and vizualizer
Stars: ✭ 22 (+15.79%)
Mutual labels:  spice
nextdriver
An Arduino-based controller for Celestron CG5-series equatorial mounts
Stars: ✭ 21 (+10.53%)
Mutual labels:  astronomy
fritz
Astronomical data platform for the Zwicky Transient Facility.
Stars: ✭ 20 (+5.26%)
Mutual labels:  astronomy
skymapper
Mapping astronomical survey data on the sky, handsomely
Stars: ✭ 35 (+84.21%)
Mutual labels:  astronomy
AstronomicAL
An interactive dashboard for visualisation, integration and classification of data using Active Learning.
Stars: ✭ 45 (+136.84%)
Mutual labels:  astronomy
web-marisa
🍄 白丝魔理沙网页版
Stars: ✭ 65 (+242.11%)
Mutual labels:  iris
pygoodwe
Python library for querying Goodwe API
Stars: ✭ 20 (+5.26%)
Mutual labels:  solar
astrobook
The Astrobook source files
Stars: ✭ 32 (+68.42%)
Mutual labels:  astronomy

sunraster

Latest Version codecov matrix DOI Powered by NumFOCUS Powered by SunPy

sunraster is an open-source Python library that provides the tools to read in and analyze spectrogram data.

Installation

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 sunraster

Another equally easy way to install sunraster is with pip:

pip install sunraster

Developing

If 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.

Getting help

For more information or to ask questions about sunraster, check out:

Contributing

If you would like to get involved, start by joining the SunPy mailing list and check out the Developers Guide section of the SunPy docs. 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 sunraster, please read SunPy's Newcomers' guide.

Code of Conduct

When you are interacting with the SunPy community you are asked to follow our Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].