Dr. Gilly

Results 13 issues of Dr. Gilly

## PR Description Adds functionality to download ADAPT maps using FIDO. This addresses the following issue: https://github.com/sunpy/sunpy/issues/7152 I believe that the core of this code works but I cant get...

Needs Review
net
Whats New?
No Backport

### Describe the feature I want to use FIDO to download ADAPT magnetograms. ### Proposed solution There are many clients. This one would work as a subclass of Generic Client!

Feature Request
net
Priority Low
Effort Medium
Package Intermediate

Basically, in the `sunkit-image.radial` module, the exported functions are all "full, stand-alone" algorithms except for the "set attenuation coefficients" function, which is just a helper for the FNRGF algorithm. `__all__...

### Describe the bug When running the enhancement algorithms, the plot that `map.plot()` produces and the plot that `plt.imshow(map.data)` shows are very different, and the imshow one is the correct...

### Provide a general description of the issue or problem. The `sunkit-image.radial.rhef` filter and its helper functions need more testing. We can discuss here which tests are required. The filter...

Effort Medium
Package Intermediate
Good First Issue

### Describe the feature I would like to contribute one of the results of my thesis work (found at [https://www.proquest.com/docview/2759080511](https://www.proquest.com/docview/2759080511)) called the Radial Histogram Equalizing Filter. It is a hybrid...

Feature Request

### Describe the bug When using different data sources, radial.rhef doesn't always know how to find the center of the image and do the units correctly. I've opened a draft...

## PR Description This PR addresses issue #7828 , implementing the new Client as requested. In its current state the client returns found files, but it does not handle a.Wavelenth...

## PR Description I was making a new client and I found a bug in the attrs module so I'm trying to update that so no-one else spends a week...