sunpy / ndcube

A base package for multi-dimensional contiguous and non-contiguous coordinate-aware arrays. "Maintainers": @danryanirish & @Cadair
http://docs.sunpy.org/projects/ndcube/
BSD 2-Clause "Simplified" License
44 stars 45 forks source link

Coords Class for NDCube #710

Open DanRyanIrish opened 1 month ago

DanRyanIrish commented 1 month ago

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 envisioned to be attached to NDCube as a property or attribute NDCube.coords.

hayesla commented 1 month ago

in theory, i think this is a good idea, and will be very helpful for users.