The dask diagram of the chunking returned by __repr__ is really useful to view how the data is chunked or needs to be rechunked to optimize operations (e.g. spectral vs spatial operations).
Right now this can only be accessed from cube._data which we don't want users using directly. A simple way to return the diagram with the existing SpectralCube summary would be helpful.
The dask diagram of the chunking returned by
__repr__
is really useful to view how the data is chunked or needs to be rechunked to optimize operations (e.g. spectral vs spatial operations).Right now this can only be accessed from
cube._data
which we don't want users using directly. A simple way to return the diagram with the existingSpectralCube
summary would be helpful.