William Setterberg
William Setterberg
wrap the invalid xml in a root element, escape characters using XElement, return XmlDocument.DocumentElement. root element name exposed via public field ED.NonCompliantRoot.
### Describe the feature For X-rays (and radio I think?) we like to put contours on images based on the "area contained." The current [`GenericMap.contour`](https://docs.sunpy.org/en/latest/generated/api/sunpy.map.GenericMap.html#sunpy.map.GenericMap.contour) method, when given percentiles, puts...
### Provide a general description of the issue or problem. Sunpy has an awesome [example gallery](https://docs.sunpy.org/en/stable/generated/gallery/index.html) and I think new and experienced users use it all the time to see...
# PR Description A crack at an updated "modular" fitting interface. Notebook included demonstrating fitting a "line" of "X-ray" data. No real tests written yet but that's on the agenda,...
Addresses #116 by modifying `RhessiLoader` with extra `kwarg`. Example in the `examples` folder too.
### Provide a general description of the issue or problem. I just noticed there are some branches from ~2019 that are still alive on the main repo. We should delete...
### Describe the feature RHESSI has different SRMs for different attenuator states. The easiest and arguably safest thing to do is just let the user pick the attenuator state when...
Addresses issue #116 by - auto-picking the correct RHESSI SRM based on the selected time range of the data. - making it easy to add systematic error e.g.: `sunkit_fitter.systematic_error =...
As of numpy 1.20 `np.float` and `np.int` are deprecated; in the past they were just aliases. So those should be removed from the code (main code + tests) via (e.g.):...
For the thermal plasma emission function, we currently rely on IDL .sav files generated externally. I hope this issue starts a conversation around generating the data in Python. I made...