Add data_analysis/tests/data/sample_reference.json
This commit is contained in:
parent
cbdd6212b0
commit
5dc2a2b7aa
1 changed files with 7 additions and 0 deletions
7
data_analysis/tests/data/sample_reference.json
Normal file
7
data_analysis/tests/data/sample_reference.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{"intensity": 0.05, "background_noise": 0.05},
|
||||
{"intensity": 0.06, "background_noise": 0.05},
|
||||
{"intensity": 0.05, "background_noise": 0.05},
|
||||
{"intensity": 0.055, "background_noise": 0.05},
|
||||
{"intensity": 0.045, "background_noise": 0.05}
|
||||
]
|
||||
Loading…
Reference in a new issue