Skip to content

Commit

Permalink
Merge branch 'main' into compliance_walker_lake_2
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 4, 2024
2 parents 9120692 + 1b15c6f commit d68f290
Show file tree
Hide file tree
Showing 30 changed files with 2,572 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format": 2
}
115 changes: 115 additions & 0 deletions test_data/timelapse_microscopy/real_miniscope_uint8.zarr/.zmetadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
{
"metadata": {
".zattrs": {},
".zgroup": {
"zarr_format": 2
},
"frame/.zarray": {
"chunks": [
2000
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i8",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
26
],
"zarr_format": 2
},
"frame/.zattrs": {
"_ARRAY_DIMENSIONS": [
"frame"
]
},
"height/.zarray": {
"chunks": [
480
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i8",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
480
],
"zarr_format": 2
},
"height/.zattrs": {
"_ARRAY_DIMENSIONS": [
"height"
]
},
"varr_ref/.zarray": {
"chunks": [
50,
480,
752
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "|u1",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
26,
480,
752
],
"zarr_format": 2
},
"varr_ref/.zattrs": {
"_ARRAY_DIMENSIONS": [
"frame",
"height",
"width"
]
},
"width/.zarray": {
"chunks": [
752
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i8",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
752
],
"zarr_format": 2
},
"width/.zattrs": {
"_ARRAY_DIMENSIONS": [
"width"
]
}
},
"zarr_consolidated_format": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chunks": [
2000
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i8",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
26
],
"zarr_format": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_ARRAY_DIMENSIONS": [
"frame"
]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chunks": [
480
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i8",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
480
],
"zarr_format": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_ARRAY_DIMENSIONS": [
"height"
]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"chunks": [
50,
480,
752
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "|u1",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
26,
480,
752
],
"zarr_format": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_ARRAY_DIMENSIONS": [
"frame",
"height",
"width"
]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chunks": [
752
],
"compressor": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"id": "blosc",
"shuffle": 1
},
"dtype": "<i8",
"fill_value": null,
"filters": null,
"order": "C",
"shape": [
752
],
"zarr_format": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_ARRAY_DIMENSIONS": [
"width"
]
}
Binary file not shown.
Loading

0 comments on commit d68f290

Please sign in to comment.