DanRyanIrish
DanRyanIrish
### Provide a general description of the issue or problem. Reproducibility of science results depends, in part, on using the same versions of the software packages used in the original...
## PR Description This PR adds a how-to file for manipulating grid lines in outputs of `Map.plot`.
### Provide a general description of the issue or problem. The fitting infrastructure provided by @KriSun95 is a valuable addition to the package. To help modularity, flexibility and ease of...
Lindsay has requested that this be a capability we enable in the long run. In addition, a fittable scaling factor between different spectra to account for idiosyncrasies of the different...
Richard has pointed out that ```numpy.digitize``` does get the reverse indices. Therefore, can we not delete the ```get_reverse_indices``` entirely?
### Describe the feature `ndcube` only requires that its WCS is APE-14 compliant and is agnostic to the underlying WCS implementation. However, many users want to write their `NDCube` out...
### Describe the feature Provide a function that takes an `NDCube` and a tuple of slice items and/or arrays of array indices and returns a new `NDCube`. As fancy indexing...
### Describe the feature Currently `NDCube.rebin` raises a warning if the uncertainty type is unknown (see [here](https://github.com/sunpy/ndcube/blob/main/ndcube/ndcube.py#L1135)) and proceeds without propagating the uncertainty. While this is justified for the default...
### Description Support of gWCS in ndcube enables the possibility of converting between an ndcube and xarray objects. Although ndcube and xarray will still be preferred in different situations, the...
### Description