Add measurements_analysis/tests/data/sample_measurements.json
This commit is contained in:
parent
47a4fdf4a4
commit
1357689313
1 changed files with 26 additions and 0 deletions
26
measurements_analysis/tests/data/sample_measurements.json
Normal file
26
measurements_analysis/tests/data/sample_measurements.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"spacing_mm": 0.0,
|
||||||
|
"hf_amplitude": 1.0,
|
||||||
|
"spike_outlier_rate": 0.05,
|
||||||
|
"levenes_test_p": 0.97
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"spacing_mm": 0.5,
|
||||||
|
"hf_amplitude": 0.89,
|
||||||
|
"spike_outlier_rate": 0.06,
|
||||||
|
"levenes_test_p": 0.82
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"spacing_mm": 1.0,
|
||||||
|
"hf_amplitude": 0.74,
|
||||||
|
"spike_outlier_rate": 0.09,
|
||||||
|
"levenes_test_p": 0.67
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"spacing_mm": 2.0,
|
||||||
|
"hf_amplitude": 0.52,
|
||||||
|
"spike_outlier_rate": 0.14,
|
||||||
|
"levenes_test_p": 0.43
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue