aperiosoftware / astropy

Repository for the Astropy core package
www.astropy.org
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add support for arbitrary tile order in HCOMPRESS #51

Open astrofrog opened 1 year ago

astrofrog commented 1 year ago

Astropy currently only supports tiling along the first two dimensions but we can try and generalize this - I did it in https://github.com/aperiosoftware/astropy/pull/49 in the following commits:

https://github.com/aperiosoftware/astropy/pull/49/commits/e0533e5c9adf657f1d75317381d0b441c9fd4451 https://github.com/aperiosoftware/astropy/pull/49/commits/242f7d6c9881c53e0c50dce196f006d809d68baa

but we decided to probably remove it for the first PR. We can re-do this as a follow-up PR.