plate_strict Examples#
This document contains JSON examples for plate_strict metadata layouts.
plate_2wells#
1{
2 "plate": {
3 "acquisitions": [
4 {
5 "id": 1,
6 "maximumfieldcount": 1,
7 "name": "single acquisition",
8 "starttime": 1343731272000
9 }
10 ],
11 "columns": [
12 {
13 "name": "1"
14 },
15 {
16 "name": "2"
17 },
18 {
19 "name": "3"
20 },
21 {
22 "name": "4"
23 },
24 {
25 "name": "5"
26 },
27 {
28 "name": "6"
29 },
30 {
31 "name": "7"
32 },
33 {
34 "name": "8"
35 },
36 {
37 "name": "9"
38 },
39 {
40 "name": "10"
41 },
42 {
43 "name": "11"
44 },
45 {
46 "name": "12"
47 }
48 ],
49 "field_count": 1,
50 "name": "sparse test",
51 "rows": [
52 {
53 "name": "A"
54 },
55 {
56 "name": "B"
57 },
58 {
59 "name": "C"
60 },
61 {
62 "name": "D"
63 },
64 {
65 "name": "E"
66 },
67 {
68 "name": "F"
69 },
70 {
71 "name": "G"
72 },
73 {
74 "name": "H"
75 }
76 ],
77 "version": "0.4",
78 "wells": [
79 {
80 "path": "C/5",
81 "rowIndex": 2,
82 "columnIndex": 4
83 },
84 {
85 "path": "D/7",
86 "rowIndex": 3,
87 "columnIndex": 6
88 }
89 ]
90 }
91}
plate_6wells#
1{
2 "plate": {
3 "acquisitions": [
4 {
5 "id": 1,
6 "maximumfieldcount": 2,
7 "name": "Meas_01(2012-07-31_10-41-12)",
8 "starttime": 1343731272000
9 },
10 {
11 "id": 2,
12 "maximumfieldcount": 2,
13 "name": "Meas_02(201207-31_11-56-41)",
14 "starttime": 1343735801000
15 }
16 ],
17 "columns": [
18 {
19 "name": "1"
20 },
21 {
22 "name": "2"
23 },
24 {
25 "name": "3"
26 }
27 ],
28 "field_count": 4,
29 "name": "test",
30 "rows": [
31 {
32 "name": "A"
33 },
34 {
35 "name": "B"
36 }
37 ],
38 "version": "0.4",
39 "wells": [
40 {
41 "path": "A/1",
42 "rowIndex": 0,
43 "columnIndex": 0
44 },
45 {
46 "path": "A/2",
47 "rowIndex": 0,
48 "columnIndex": 1
49 },
50 {
51 "path": "A/3",
52 "rowIndex": 0,
53 "columnIndex": 2
54 },
55 {
56 "path": "B/1",
57 "rowIndex": 1,
58 "columnIndex": 0
59 },
60 {
61 "path": "B/2",
62 "rowIndex": 1,
63 "columnIndex": 1
64 },
65 {
66 "path": "B/3",
67 "rowIndex": 1,
68 "columnIndex": 2
69 }
70 ]
71 }
72}