devjas1 commited on
Commit
cb0d223
·
1 Parent(s): 82ba161

(DEPLOY): add 'sample_data' spectra for HF demo & smoke tests

Browse files
Files changed (2) hide show
  1. sample_data/sta-1.txt +33 -0
  2. sample_data/sta-2.txt +33 -0
sample_data/sta-1.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sample Raman spectrum data - Stable polymer
2
+ # Wavenumber (cm^-1) Intensity
3
+ 200.0 1542.3
4
+ 205.0 1543.1
5
+ 210.0 1544.8
6
+ 215.0 1546.2
7
+ 220.0 1547.9
8
+ 225.0 1549.1
9
+ 230.0 1550.4
10
+ 235.0 1551.8
11
+ 240.0 1553.2
12
+ 245.0 1554.6
13
+ 250.0 1556.0
14
+ 255.0 1557.4
15
+ 260.0 1558.8
16
+ 265.0 1560.2
17
+ 270.0 1561.6
18
+ 275.0 1563.0
19
+ 280.0 1564.4
20
+ 285.0 1565.8
21
+ 290.0 1567.2
22
+ 295.0 1568.6
23
+ 300.0 1570.0
24
+ 305.0 1571.4
25
+ 310.0 1572.8
26
+ 315.0 1574.2
27
+ 320.0 1575.6
28
+ 325.0 1577.0
29
+ 330.0 1578.4
30
+ 335.0 1579.8
31
+ 340.0 1581.2
32
+ 345.0 1582.6
33
+ 350.0 1584.0
sample_data/sta-2.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sample Raman spectrum data - Weathered polymer
2
+ # Wavenumber (cm^-1) Intensity
3
+ 200.0 1342.1
4
+ 205.0 1343.5
5
+ 210.0 1345.2
6
+ 215.0 1346.8
7
+ 220.0 1348.4
8
+ 225.0 1349.9
9
+ 230.0 1351.5
10
+ 235.0 1353.1
11
+ 240.0 1354.7
12
+ 245.0 1356.3
13
+ 250.0 1357.9
14
+ 255.0 1359.5
15
+ 260.0 1361.1
16
+ 265.0 1362.7
17
+ 270.0 1364.3
18
+ 275.0 1365.9
19
+ 280.0 1367.5
20
+ 285.0 1369.1
21
+ 290.0 1370.7
22
+ 295.0 1372.3
23
+ 300.0 1373.9
24
+ 305.0 1375.5
25
+ 310.0 1377.1
26
+ 315.0 1378.7
27
+ 320.0 1380.3
28
+ 325.0 1381.9
29
+ 330.0 1383.5
30
+ 335.0 1385.1
31
+ 340.0 1386.7
32
+ 345.0 1388.3
33
+ 350.0 1389.9