bf2raw Examples#

This document contains JSON examples for bf2raw metadata layouts.

image#

1{
2  "bioformats2raw.layout" : 3
3}

plate#

 1{
 2  "bioformats2raw.layout" : 3,
 3  "plate" : {
 4    "columns" : [ {
 5      "name" : "1"
 6    } ],
 7    "name" : "Plate Name 0",
 8    "wells" : [ {
 9      "path" : "A/1",
10      "rowIndex" : 0,
11      "columnIndex" : 0
12    } ],
13    "field_count" : 1,
14    "rows" : [ {
15      "name" : "A"
16    } ],
17    "acquisitions" : [ {
18      "id" : 0
19    } ],
20    "version" : "0.4"
21  }
22}