Skip to content

Commit

Permalink
Point image.array to a zgroup (needs renaming)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Aug 19, 2020
1 parent 59eea6d commit da260f2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,14 @@ the value is an RGBA color (4 byte, `0-255` per channel) for representing the ob

The `image` key is an optional dictionary which contains information on the image the label is associated with.
If included it must include a key `array` whose value that is either:
- A relative path to a Zarr image array, for example:
- A relative path to a Zarr image group, for example:
```
{
"image": {
"array": "../../0"
}
}
```
- A URL to a Zarr image array (use this if the label is stored seperately from the image Zarr), for example:
```
{
"image": {
"array": "https://s3.embassy.ebi.ac.uk/idr/zarr/v0.1/6001240.zarr/0"
}
}
```
Expand Down

0 comments on commit da260f2

Please sign in to comment.