diff --git a/public/posts/xarray-biology/dataarray-repr.html b/public/posts/xarray-biology/dataarray-repr.html new file mode 100644 index 00000000..cc635477 --- /dev/null +++ b/public/posts/xarray-biology/dataarray-repr.html @@ -0,0 +1,524 @@ +
<xarray.DataArray (FOV: 2, time: 4, channel: 3, Z: 5, Y: 512, X: 512)> Size: 63MB +dask.array<array, shape=(2, 4, 3, 5, 512, 512), dtype=uint16, chunksize=(2, 4, 3, 5, 512, 512), chunktype=numpy.ndarray> +Coordinates: + FOV_x (FOV) int64 16B 0 301 + FOV_y (FOV) int64 16B 0 235 + * X (X) float64 4kB 0.0 0.1957 0.3914 0.5871 ... 99.41 99.61 99.8 100.0 + * Y (Y) float64 4kB 0.0 0.1957 0.3914 0.5871 ... 99.41 99.61 99.8 100.0 + * Z (Z) float64 40B -2.5 -1.25 0.0 1.25 2.5 + * channel (channel) <U5 60B 'BF' 'GFP' 'dsred' + * time (time) timedelta64[ns] 32B 00:00:00 00:15:00 00:31:00 00:35:00 +Dimensions without coordinates: FOV +Attributes: + exposure: {'BF': 10, 'GFP': 50, 'dsred': 100} + Date Acquired: 2025-04-26
<xarray.Dataset> Size: 67MB +Dimensions: (FOV: 2, X: 512, Y: 512, Z: 5, channel: 3, time: 4) +Coordinates: + FOV_x (FOV) int64 16B 0 301 + FOV_y (FOV) int64 16B 0 235 + * X (X) float64 4kB 0.0 0.1957 0.3914 0.5871 ... 99.61 99.8 100.0 + * Y (Y) float64 4kB 0.0 0.1957 0.3914 0.5871 ... 99.61 99.8 100.0 + * Z (Z) float64 40B -2.5 -1.25 0.0 1.25 2.5 + * channel (channel) <U5 60B 'BF' 'GFP' 'dsred' + * time (time) timedelta64[ns] 32B 00:00:00 00:15:00 00:31:00 00:35:00 +Dimensions without coordinates: FOV +Data variables: + images (FOV, time, channel, Z, Y, X) uint16 63MB dask.array<chunksize=(2, 4, 3, 5, 512, 512), meta=np.ndarray> + cell labels (FOV, time, Y, X) uint16 4MB dask.array<chunksize=(2, 4, 512, 512), meta=np.ndarray>
<xarray.DatasetView> Size: 0B +Dimensions: () +Data variables: + *empty*