Skip to content

Commit

Permalink
Inserting detection state error
Browse files Browse the repository at this point in the history
  • Loading branch information
PhRosenberger committed Jun 18, 2024
1 parent 5986563 commit 37921b4
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"description": "Missing detection, compared to an ideally detected surrounding. False negative detections to be handled by following processing steps.",
"references": "",
"nodeType": "effect",
"tags": ["Missed target identification", "Undetected object", "Failure to recognize", "Neglected positive signal", "Incomplete detection", "Signal oversight"]
"tags": ["Existence error", "Missed target identification", "Undetected object", "Failure to recognize", "Neglected positive signal", "Incomplete detection", "Signal oversight"]
},
{
"id": "1",
"parentIds": [],
"title": "False positive detection",
"decomBlock": "Detection identification",
"description": "Additional detection, compared to an ideally detected surrounding. False positive detections to be filtered/handled/eliminated by following processing steps.",
"references": "[]",
"references": "",
"nodeType": "effect",
"tags": ["Incorrect target identification", "Spurious object detection", "Mistaken positive signal", "False alarm", "Inaccurate positive identification", "Signal misinterpretation"]
"tags": ["Existence error", "False target identification", "Spurious object detection", "Mistaken positive signal", "False alarm", "False positive identification", "Signal misinterpretation"]
},
{
"id": "2",
Expand Down Expand Up @@ -69,6 +69,16 @@
"nodeType": "designParameter",
"tags": ["Lidar installation height", "Sensor low mounting coordinates", "Lidar fixture position", "Mounting elevation", "Sensor deployment at low position", "Low-set Lidar placement"]
},
{
"id": "10",
"parentIds": [],
"title": "Detection state error",
"decomBlock": "Detection identification",
"description": "Detection with errornous properties, compared to an ideally detected surrounding. This could mean wrong position, velocity, time stamp, intensity, or any other wrong property. Detections with state errors should be filtered/handled/eliminated by following processing steps.",
"references": "[]",
"nodeType": "effect",
"tags": ["Incorrect target identification", "State error", "Inaccurate positive identification", "Signal misinterpretation"]
},
{
"id": "14",
"parentIds": ["73"],
Expand Down Expand Up @@ -151,7 +161,7 @@
},
{
"id": "54",
"parentIds": ["39", "144"],
"parentIds": ["10", "39", "144"],
"title": "Low received power from object",
"decomBlock": "Reception",
"description": "Laser beams which are reflected by object of interest contain low radiation power when hitting reception unit.",
Expand Down Expand Up @@ -541,7 +551,7 @@
},
{
"id": "102",
"parentIds": ["0", "1"],
"parentIds": ["10"],
"title": "Motion scan effect",
"decomBlock": "Signal propagation",
"description": "Vertical or horizontal scan of an object moving vertically or horizontally relative to the scanning direction is leading to a longer or shorter object scan period and, thus, to a directional expansion or compression of the resolution of the beams hitting the object and incorrect dimensions of the received object point cloud. The inequalities between detections without impact of motion scan effect and dynamic detections distorted by motion scan effect being referred as detection state errors.",
Expand Down Expand Up @@ -621,7 +631,7 @@
},
{
"id": "111",
"parentIds": ["109", "108", "118", "1", "54", "105", "142", "139"],
"parentIds": ["102", "109", "108", "118", "1", "54", "105", "142", "139"],
"title": "Specular/diffuse reflection by object parts",
"decomBlock": "Signal propagation",
"description": "Object parts reflecting portions of beam. Diffuse reflection being referred as scattering. Reflectance of an object part being expressed by Bidirectional Reflectance Distribution Function (BRDF).",
Expand Down

0 comments on commit 37921b4

Please sign in to comment.