Skip to content

Commit

Permalink
Merge pull request #34 from will-moore/v0.4_sample_data
Browse files Browse the repository at this point in the history
Add v0.4 sample data
  • Loading branch information
sbesson authored Mar 2, 2022
2 parents e992d30 + de08d3f commit 5163d5c
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/64x64-fake-v0.4/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bioformats2raw.layout" : 3
}
3 changes: 3 additions & 0 deletions data/64x64-fake-v0.4/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format" : 2
}
33 changes: 33 additions & 0 deletions data/64x64-fake-v0.4/0/.zattrs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"multiscales" : [
{
"axes": [
{
"name": "y",
"type": "space",
"units": "micrometer"
},
{
"name": "x",
"type": "space",
"units": "micrometer"
}
],
"datasets" : [
{
"path" : "0",
"coordinateTransformations": [
{
"scale": [
1,
1
],
"type": "scale"
}
]
}
],
"version" : "0.4"
}
]
}
3 changes: 3 additions & 0 deletions data/64x64-fake-v0.4/0/.zgroup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"zarr_format" : 2
}
23 changes: 23 additions & 0 deletions data/64x64-fake-v0.4/0/0/.zarray
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chunks" : [
64,
64
],
"compressor" : {
"clevel" : 5,
"blocksize" : 0,
"shuffle" : 1,
"cname" : "lz4",
"id" : "blosc"
},
"dtype" : ">u1",
"fill_value" : 0,
"filters" : null,
"order" : "C",
"shape" : [
64,
64
],
"zarr_format" : 2,
"dimension_separator" : "/"
}
Binary file added data/64x64-fake-v0.4/0/0/0/0
Binary file not shown.

0 comments on commit 5163d5c

Please sign in to comment.