bf2raw Examples#

This document contains JSON examples for bf2raw metadata layouts.

plate#

 1{
 2  "zarr_format": 3,
 3  "node_type": "group",
 4  "attributes": {
 5    "ome": {
 6      "version": "0.6.dev3",
 7      "bioformats2raw.layout": 3,
 8      "plate": {
 9        "columns": [
10          {
11            "name": "1"
12          }
13        ],
14        "name": "Plate Name 0",
15        "wells": [
16          {
17            "path": "A/1",
18            "rowIndex": 0,
19            "columnIndex": 0
20          }
21        ],
22        "field_count": 1,
23        "rows": [
24          {
25            "name": "A"
26          }
27        ],
28        "acquisitions": [
29          {
30            "id": 0
31          }
32        ]
33      }
34    }
35  }
36}

image#

 1{
 2  "zarr_format": 3,
 3  "node_type": "group",
 4  "attributes": {
 5    "ome": {
 6      "version": "0.6.dev3",
 7      "bioformats2raw.layout": 3
 8    }
 9  }
10}