Will Barnes
Will Barnes
### Description I have a 3D WCS with dimensions corresponding to space, space, and wavelength and what some might call a non-trivial PCij matrix that couples the spectral and spatial...
**What happened**: The [astropy](https://www.astropy.org/) library provides the [`Quantity`](https://docs.astropy.org/en/stable/units/index.html) object which is essentially an array-like with unit information attached that allows for unit-aware arithmetic. When calling a function with `client.submit` that...
### Describe the bug By default, `GenericMap.rotate` uses `np.nan` to fill in missing values. For signed integers, this throws an exception when using `np.pad` to fill in the missing values...
### Describe the feature `make_fitswcs_header` provides kwargs for setting several non-WCS keywords such as wavelength, exposure time, instrument, etc. We should also provide the ability to set the unit by...
Setting `ylim` on `TimeSeries.plot(...)` for GOES data does not adjust the flare classification axis
### Describe the bug When plotting a GOES XRS timeseries, a label for the associated flare classification is automatically added to the right axis. When you adjust the limits on...
### Provide a general description of the issue or problem. We have a few gallery examples that show animations. Previously, to get each time step in the animation to have...
In #5889, I added the ability to explicitly pass `cmap` and `norm` to `MapSequence.plot`. However, I forgot to document this. It should be explicitly stated in the docstring for `plot`...
#6065 provided functions for generating header-only files that can then be used to generate dummy test data files on the fly. This process should be documented in the developer guide....
### Provide a general description of the issue or problem. [PEP 594–Removing dead batteries from the standard library](https://peps.python.org/pep-0594/) identifies a number of modules in the standard library to be deprecated...
### Provide a general description of the issue or problem. Currently, `GenericMap.contour` uses `skimage.measure.find_contours` to calculate the contours (in pixel space) of a map. If we want to remove our...