Skip to content

Commit 93b0211

Browse files
committed
add 0.3 metadata
1 parent 05b8089 commit 93b0211

File tree

270 files changed

+2053
-13909
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+2053
-13909
lines changed

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.dev2'
1+
__version__ = '0.3'

citing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ author: ""
44
---
55
(citing)=
66

7-
[Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.](https://ngff.openmicroscopy.org/0.4)
8-
J. Moore, *et al*. Open Microscopy Environment Consortium, 8 February 2022.
9-
10-
This edition of the specification is [https://ngff.openmicroscopy.org/{{version}}](https://ngff.openmicroscopy.org/{{version}}]).
11-
The latest edition is publicly available {cite}`ngff_spec_latest`.
7+
[Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.](https://ngff.openmicroscopy.org/0.3)
8+
J. Moore, *et al*. Open Microscopy Environment Consortium, 20 November 2020.
9+
This edition of the specification is [https://ngff.openmicroscopy.org/0.3/](https://ngff.openmicroscopy.org/0.3/]).
10+
The latest edition is available at [https://ngff.openmicroscopy.org/latest/](https://ngff.openmicroscopy.org/latest/).
11+
[(doi:10.5281/zenodo.4282107)](https://doi.org/10.5281/zenodo.4282107)
1212

1313
```{bibliography}
1414
:style: unsrt

examples/bf2raw/.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/bf2raw/image.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/bf2raw/plate.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/coordinate_systems/.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/coordinate_systems/arrayCoordSys.json

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"@id": "#my-image",
3+
"@type": "ngff:Image",
4+
"multiscales": [
5+
{
6+
"@id": "#my-pyramid",
7+
"version": "0.3",
8+
"name": "example",
9+
"datasets": [
10+
{
11+
"@id": "#my-full-resolution",
12+
"path": "path/to/0"
13+
}
14+
],
15+
"axes": [
16+
"z",
17+
"y",
18+
"ct"
19+
]
20+
}
21+
]
22+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"@id": "#my-image",
3+
"@type": "ngff:Image",
4+
"multiscales": [
5+
{
6+
"@id": "#my-pyramid",
7+
"version": "0.3",
8+
"name": "example",
9+
"datasets": [
10+
{
11+
"@id": "#my-full-resolution",
12+
"path": "path/to/0"
13+
}
14+
],
15+
"axes": [
16+
"y"
17+
]
18+
}
19+
]
20+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"@id": "#my-image",
3+
"@type": "ngff:Image",
4+
"multiscales": [
5+
{
6+
"@id": "#my-pyramid",
7+
"version": "0.3",
8+
"name": "example",
9+
"datasets": [
10+
{
11+
"@id": "#my-full-resolution",
12+
"path": "path/to/0"
13+
}
14+
],
15+
"axes": [
16+
"y",
17+
"t",
18+
"c"
19+
]
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)