DanRyanIrish
DanRyanIrish
@Cadair @nabobalis Here is my inventory. Let me know your thoughts.
I don't seem to be able to reproduce this bug. The below MWE works. ```python >>> import astropy.units as u >>> from ndcube import NDCube >>> meta = NDMeta({"exposure_time": np.arange(9)*u.s},...
Adding this support sounds reasonable to me.
Hi @SolarDrew. What's the status of this PR? Would you still like to merge it?
Resolved by #818
I support this. And it should be simple to implement. It may make sense to implement this after #726 is merged, as it moves the code where this needs to...
Would this mean `ExtraCoord` needs its own concept of `shape` that needs aligning to its `_ndcube` if present?