mehta-lab / waveorder

Wave optical models and inverse algorithms for label-agnostic imaging of density & orientation.
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

WaveorderWriter default array name #57

Closed ieivanov closed 2 years ago

ieivanov commented 2 years ago

Zarr defaults to calling an unnamed array arr_0, maybe we can call the array that the WaveorderWriter writes arr_0 instead of array. This way we can use the dot notation to index the array: zs.arr_0 instead of zs['arr_0']. @camFoltz if you remember zs.array is a method that we're overloading by calling the data array array

camFoltz commented 2 years ago

Ah yes, I am perfectly happy with that nomenclature. I can make this change with the others.

camFoltz commented 2 years ago

fixed in #60