Re: [julia-users] Advice on (perhaps) chunking to HDF5

2016-09-14 Thread Anandaroop Ray
Works beautifully, thanks. On 14 September 2016 at 12:21, Erik Schnetter <schnet...@gmail.com> wrote: > On Tue, Sep 13, 2016 at 9:36 PM, Anandaroop Ray <sparrowhaw...@gmail.com> > wrote: > >> Cool! The colons approach makes sense to me, followed by splatting. >>

Re: [julia-users] Advice on (perhaps) chunking to HDF5

2016-09-13 Thread Anandaroop Ray
Julia > inds = ((:) for i in 1:rank) > dset[inds..., i] = xyz > ``` > > -erik > > > > > On Tue, Sep 13, 2016 at 5:08 PM, Anandaroop Ray <sparrowhaw...@gmail.com> > wrote: > >> Many thanks for your comprehensive recommendations. I think HDF5 views >

Re: [julia-users] Advice on (perhaps) chunking to HDF5

2016-09-13 Thread Anandaroop Ray
Many thanks for your comprehensive recommendations. I think HDF5 views are probably what I need to go with - will read up more and then ask. What I mean about dimension is rank, really. The shape is always the same for all samples. One slice for storage, i.e., one sample, could be chunked as