Add data_analysis/tests/data/sample_raw.json
This commit is contained in:
parent
7dd4127566
commit
cbdd6212b0
1 changed files with 12 additions and 0 deletions
12
data_analysis/tests/data/sample_raw.json
Normal file
12
data_analysis/tests/data/sample_raw.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{"intensity": 120.5, "background_noise": 4.2},
|
||||
{"intensity": 123.1, "background_noise": 4.0},
|
||||
{"intensity": 124.7, "background_noise": 4.3},
|
||||
{"intensity": 119.8, "background_noise": 4.5},
|
||||
{"intensity": 122.6, "background_noise": 4.1},
|
||||
{"intensity": 121.3, "background_noise": 4.4},
|
||||
{"intensity": 125.4, "background_noise": 4.2},
|
||||
{"intensity": 126.0, "background_noise": 4.3},
|
||||
{"intensity": 120.2, "background_noise": 4.1},
|
||||
{"intensity": 123.8, "background_noise": 4.4}
|
||||
]
|
||||
Loading…
Reference in a new issue