Will Barnes

Results 118 issues of 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...

Bug
wcs.wcsapi

**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...

Bug
Package Novice
map
Affects Dev
Affects Release
Priority Medium
Effort Medium

### 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...

Feature Request
Package Novice
map
Priority Low
Effort Low
Good First Issue

### 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...

Bug
timeseries
Upstream Fix Required

### 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...

Documentation
Package Novice
Priority Low
Effort Low
Examples
Good First Issue

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`...

Documentation
Package Novice
map
Priority Low
Effort Low
Good First Issue

#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....

Documentation
Package Novice
Priority Medium
Effort Medium

### 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...

net
io
Discussion

### 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...

Refactoring
map
Priority Medium
Effort Low
Package Intermediate