DanRyanIrish

Results 39 issues of DanRyanIrish

### Provide a general description of the issue or problem. The following chunk of code ([here](https://github.com/sunpy/ndcube/blob/main/ndcube/ndcube.py#L1132) to [here](https://github.com/sunpy/ndcube/blob/main/ndcube/ndcube.py#L1141)) can be useful in other contexts Therefore, break it out into a...

### Describe the bug Running tests locally with `tox` fails with the following error: ```console $ tox -e py311 ROOT: will run in automatically provisioned tox, host /home/danielryan/miniconda3/envs/sunraster-dev/bin/python3.11 is missing...

To support tools for performing instrument-specific spectral analysis on SPICE data, the following generalized infrastructure must be developed/improved with the following priority: | Functionality | Use Case | Package |...

### Describe the feature ## Background `TableCoordinate` is used to build tabular extra coordinates, and can be used as a helper for generating tabular gWCS objects. Currently, it takes a...

## PR Description Following the structure outline by #725, this PR creates an `analysis` subpackage and a `rebin` module. Included in the `rebin` module is the implementation of the `rebin`...

## PR Description This PR enables support for custom pixel edges in `QuantityTableCoordinate` and `TimeTableCoordinate` objects by storing the underlying grids as including pixel edges and centers, not just centers...

### Describe the feature Currently, `NDCube` does not support arithmetic operations with `NDData` instances because it does not make sense to combine cubes on different coordinate grids. However, this is...

## PR Description This PR is a sandbox for an idea for a `NDCoords` class linked to `NDCube` through which various coordinate-associated methods and properties can be accessed. It is...

### Describe the feature This issue proposes a new `analysis` subpackage for functions that take `NDCubeABC` instances and perform some analysis task. The scope of this subpackage should be as...

## PR Description This PR adds 4 methods for getting the certain common coordinate types for all array indices of relevant axes: * `NDCube.celestial` * `NDCube.time` * `NDCube.spectral` * `NDCube.stokes`...

Stale