You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2018. It is now read-only.
We should have an attribute on Cube and/or CubeSequence that does something similar to the Xarray coords attribute, i.e. holds arrays (or functions that return arrays) of the coordinate values and the axis of the Cube/CubeSequence to which they apply. For example, Cube.coords["wavelength"] could give the wavelength quantity of the spectral axis. And Cube.coords["time"] could give the time of each exposure along that axis.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should have an attribute on Cube and/or CubeSequence that does something similar to the Xarray coords attribute, i.e. holds arrays (or functions that return arrays) of the coordinate values and the axis of the Cube/CubeSequence to which they apply. For example, Cube.coords["wavelength"] could give the wavelength quantity of the spectral axis. And Cube.coords["time"] could give the time of each exposure along that axis.
The text was updated successfully, but these errors were encountered: