-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into compliance_walker_lake_2
- Loading branch information
Showing
30 changed files
with
2,572 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/.zattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
3 changes: 3 additions & 0 deletions
3
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/.zgroup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"zarr_format": 2 | ||
} |
115 changes: 115 additions & 0 deletions
115
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/.zmetadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
20 changes: 20 additions & 0 deletions
20
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/frame/.zarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
5 changes: 5 additions & 0 deletions
5
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/frame/.zattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"_ARRAY_DIMENSIONS": [ | ||
"frame" | ||
] | ||
} |
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/height/.zarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
5 changes: 5 additions & 0 deletions
5
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/height/.zattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"_ARRAY_DIMENSIONS": [ | ||
"height" | ||
] | ||
} |
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/varr_ref/.zarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
7 changes: 7 additions & 0 deletions
7
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/varr_ref/.zattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_ARRAY_DIMENSIONS": [ | ||
"frame", | ||
"height", | ||
"width" | ||
] | ||
} |
Binary file added
BIN
+3.94 MB
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/varr_ref/0.0.0
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/width/.zarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
5 changes: 5 additions & 0 deletions
5
test_data/timelapse_microscopy/real_miniscope_uint8.zarr/width/.zattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"_ARRAY_DIMENSIONS": [ | ||
"width" | ||
] | ||
} |
Binary file not shown.
Oops, something went wrong.