QI2lab / merfish3d-analysis

3D MERFISH data processing
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: new qi2labDataStore class to interact with data #30

Open dpshepherd opened 1 month ago

dpshepherd commented 1 month ago

Adding a new class to interact with our datastore structure. This also swaps out dask.array + zarr for tensorstore to interact with the data. Once this is complete, will need to refactor the other classes for new access patterns.