Skip to content

Commit 90c408c

Browse files
committed
profile data <== json file
1 parent d2b348e commit 90c408c

File tree

9 files changed

+3523
-584
lines changed

9 files changed

+3523
-584
lines changed

CaTx.mlapp

-5.36 KB
Binary file not shown.

CaTx_exported.m

Lines changed: 324 additions & 472 deletions
Large diffs are not rendered by default.

Images/CaTx_exported.m

Lines changed: 3166 additions & 0 deletions
Large diffs are not rendered by default.

Profiles.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"Instruments": [
3+
{
4+
"Model": "TeraSmart",
5+
"Manufacturer": "MenloSystems",
6+
"Address": "Martinsried, Germany"
7+
},
8+
{
9+
"Model": "TeraPulse4000",
10+
"Manufacturer": "TeraView",
11+
"Address": "Cambridge, UK"
12+
}
13+
],
14+
"Users": {
15+
"ORCID": "0000-0000-1111-2222",
16+
"Name": "J Doe",
17+
"Email": "J.Doe@thz.ac.uk",
18+
"Affiliation": "University of Terahertz, UK"
19+
},
20+
"defaultInstrument": "TeraSmart"
21+
}

Profiles/Instruments.xls

-13.5 KB
Binary file not shown.

Profiles/Users.xls

-25.5 KB
Binary file not shown.

dataRecipes - backup.json

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

dataRecipes.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"baseline": [
1818
0,
1919
0,
20-
0,
21-
0,
20+
4,
21+
3,
2222
0
2323
]
2424
},
@@ -39,8 +39,8 @@
3939
"baseline": [
4040
0,
4141
0,
42-
0,
43-
0,
42+
4,
43+
3,
4444
0
4545
]
4646
},
@@ -54,15 +54,15 @@
5454
],
5555
"reference": [
5656
1,
57-
1,
57+
0,
5858
2,
5959
2
6060
],
6161
"baseline": [
6262
0,
6363
0,
64-
0,
65-
0,
64+
4,
65+
3,
6666
0
6767
]
6868
},
@@ -77,8 +77,8 @@
7777
"reference": [
7878
0,
7979
0,
80-
0,
81-
0
80+
2,
81+
2
8282
],
8383
"baseline": [
8484
0,
@@ -99,14 +99,14 @@
9999
"reference": [
100100
1,
101101
0,
102-
0,
102+
2,
103103
2
104104
],
105105
"baseline": [
106106
0,
107107
0,
108-
0,
109-
0,
108+
4,
109+
3,
110110
0
111111
]
112112
}

jsonTest01.m

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

0 commit comments

Comments
 (0)