-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix illumination correction test (ref #116)
- Loading branch information
Showing
31 changed files
with
231 additions
and
4 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"multiscales": [{"axes": [], "datasets": [{"path": 0}, {"path": 1}, {"path": 2}, {"path": 3}, {"path": 4}], "version": "0.3"}]} | ||
{"multiscales": [{"axes": [{"name": "c", "type": "channel"}, {"name": "z", "type": "space", "unit": "micrometer"}, {"name": "y", "type": "space", "unit": "micrometer"}, {"name": "x", "type": "space", "unit": "micrometer"}], "datasets": [{"path": 0, "coordinateTransformations": [{"type": "scale", "scale": [1.0, 0.1625, 0.1625]}]}, {"path": 1, "coordinateTransformations": [{"type": "scale", "scale": [1.0, 0.325, 0.325]}]}, {"path": 2, "coordinateTransformations": [{"type": "scale", "scale": [1.0, 0.65, 0.65]}]}, {"path": 3, "coordinateTransformations": [{"type": "scale", "scale": [1.0, 1.3, 1.3]}]}, {"path": 4, "coordinateTransformations": [{"type": "scale", "scale": [1.0, 2.6, 2.6]}]}], "version": "0.3"}]} |
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 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/.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,4 @@ | ||
{ | ||
"encoding-type": "anndata", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/.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 | ||
} |
22 changes: 22 additions & 0 deletions
22
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/X/.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,22 @@ | ||
{ | ||
"chunks": [ | ||
2, | ||
6 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "<f4", | ||
"fill_value": 0.0, | ||
"filters": null, | ||
"order": "C", | ||
"shape": [ | ||
2, | ||
6 | ||
], | ||
"zarr_format": 2 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/X/.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,4 @@ | ||
{ | ||
"encoding-type": "array", | ||
"encoding-version": "0.2.0" | ||
} |
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/layers/.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,4 @@ | ||
{ | ||
"encoding-type": "dict", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/layers/.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 | ||
} |
6 changes: 6 additions & 0 deletions
6
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obs/.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,6 @@ | ||
{ | ||
"_index": "_index", | ||
"column-order": [], | ||
"encoding-type": "dataframe", | ||
"encoding-version": "0.2.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obs/.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 | ||
} |
24 changes: 24 additions & 0 deletions
24
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obs/_index/.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": [ | ||
2 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "|O", | ||
"fill_value": 0, | ||
"filters": [ | ||
{ | ||
"id": "vlen-utf8" | ||
} | ||
], | ||
"order": "C", | ||
"shape": [ | ||
2 | ||
], | ||
"zarr_format": 2 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obs/_index/.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,4 @@ | ||
{ | ||
"encoding-type": "string-array", | ||
"encoding-version": "0.2.0" | ||
} |
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obsm/.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,4 @@ | ||
{ | ||
"encoding-type": "dict", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obsm/.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 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obsp/.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,4 @@ | ||
{ | ||
"encoding-type": "dict", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/obsp/.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 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/uns/.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,4 @@ | ||
{ | ||
"encoding-type": "dict", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/uns/.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 | ||
} |
6 changes: 6 additions & 0 deletions
6
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/var/.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,6 @@ | ||
{ | ||
"_index": "_index", | ||
"column-order": [], | ||
"encoding-type": "dataframe", | ||
"encoding-version": "0.2.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/var/.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 | ||
} |
24 changes: 24 additions & 0 deletions
24
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/var/_index/.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": [ | ||
6 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "|O", | ||
"fill_value": 0, | ||
"filters": [ | ||
{ | ||
"id": "vlen-utf8" | ||
} | ||
], | ||
"order": "C", | ||
"shape": [ | ||
6 | ||
], | ||
"zarr_format": 2 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/var/_index/.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,4 @@ | ||
{ | ||
"encoding-type": "string-array", | ||
"encoding-version": "0.2.0" | ||
} |
Binary file added
BIN
+128 Bytes
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/var/_index/0
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/varm/.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,4 @@ | ||
{ | ||
"encoding-type": "dict", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/varm/.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 | ||
} |
4 changes: 4 additions & 0 deletions
4
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/varp/.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,4 @@ | ||
{ | ||
"encoding-type": "dict", | ||
"encoding-version": "0.1.0" | ||
} |
3 changes: 3 additions & 0 deletions
3
tests/data/plate_ones.zarr/B/03/0/tables/FOV_ROI_table/varp/.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 | ||
} |
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