Add geiger_counter_visualizer/tests/data/sample_geiger_data.json
This commit is contained in:
parent
9c56e2c359
commit
6e9dc858c4
1 changed files with 37 additions and 0 deletions
37
geiger_counter_visualizer/tests/data/sample_geiger_data.json
Normal file
37
geiger_counter_visualizer/tests/data/sample_geiger_data.json
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:00Z",
|
||||||
|
"count": 12,
|
||||||
|
"frequency": 0.8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:01Z",
|
||||||
|
"count": 15,
|
||||||
|
"frequency": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:02Z",
|
||||||
|
"count": 10,
|
||||||
|
"frequency": 0.6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:03Z",
|
||||||
|
"count": 18,
|
||||||
|
"frequency": 1.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:04Z",
|
||||||
|
"count": 20,
|
||||||
|
"frequency": 1.3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:05Z",
|
||||||
|
"count": 16,
|
||||||
|
"frequency": 1.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-05-01T12:00:06Z",
|
||||||
|
"count": 14,
|
||||||
|
"frequency": 0.9
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue