Steven Christe
Steven Christe
### Description SWPC provides lots of different data files in JSON including both of the solar cycle and predicted solar cycle files that are provided by the NOAA fido clients....
### Describe the feature It is becoming increasingly common for scientists and others to run their analysis on cloud platforms or in containerized environments. Currently our documentation and testing focuses...
This adds the ability to automatically create FITS headers that are compatible with the [Solarnet recommendations](https://arxiv.org/pdf/2011.12139.pdf). It provides a way to develop a schema for FITS headers which can be...
### Provide a general description of the issue or problem. Having a new topic guide for the eclipse would be nice to be able to advertise SunPy and what SunPy...
### Provide a general description of the issue or problem. It would be nice to make it easy for someone to suggest a new example for the docs.
### Describe the performance issue When i build the docs whether using `make html` or `tox -e build_docs` the build deletes previously generated files such as the api files and...
### Setup and configuration - Mermaid version:3.0.1 - MediaWiki version:1.35.2 - PHP version:7.4.16 - Database system (MySQL, PostgresQL, etc.) and version:Postgres 13.4 ### Issue This is not a bug but...
### Description It would be useful to provide a list of papers that make use of sunpy for their analysis so that we can point people to them and to...
It is often very helpful to be able to create simulated packets especially in the early phases of development or for testing. The packet types `FixedLength` and `VariableLength` could be...
I would suggest the following convention ```csv name, bit_length, data_type ARRAY, 8, uint(16) ``` So `uint(shape)`. This matches the programmatic way to define it and does not add too much...