James Mason
James Mason
There are several parameters in [vso_search](http://docs.virtualsolar.org/wiki/VsoIDL/VsoSearch) for IDL that aren't available in [net/vso/attrs](https://github.com/sunpy/sunpy/blob/master/sunpy/net/vso/attrs.py). Mostly things in the IDL header under "Keywords with limited support". For example, ```layout``` and ```wavetype```. This...
Currently, the only EVE data supported in sunpy is Level 0CS (space weather related product). Level 2 is the main science level, which consists of two products: spectra and extracted...
Hi @colinrsmall, do you happen to still have the python environment you all used to generate your HelioML chapter? If so, could you [produce a conda .yml file](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#sharing-an-environment) and post...
Hi @rmcgranaghan , do you happen to still have the python environment you all used to generate your HelioML chapter? If so, could you [produce a conda .yml file](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#sharing-an-environment) and...
Hi @Brandonleighpanos, do you happen to still have the python environment you all used to generate your HelioML chapter? If so, could you [produce a conda .yml file](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#sharing-an-environment) and post...
In order to avoid version conflicts for chapters that are using different versions of the same packages, we should just have one environment file per chapter. The file name can...
This seems like a good reference to work from, but it's not trivial so I'm making it an issue instead of working on it further. https://desiredpersona.com/google-analytics-jekyll/
### Describe the bug I'm trying to do some manipulation of a `map`, all in memory, to move from an MHD simulation, through an instrument simulator, and ultimately to saving...