You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Plots/Defect.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[preview]: img/Defect.png"Defect file format"
1
+
[preview]: gfx/Defect.png"Defect file format"
2
2
<br/>
3
3
4
4
### Defect plot
@@ -13,7 +13,7 @@ The defect file format is used to transport information about one or more defect
13
13
14
14
The format defines one point for every defect, which has a `Position` and a `Size` parameter. Be aware, that the `Position` refers to the corner of the defects bounding box, which is closest to the point of origin.
Besides the `Position` and `Size` parameters, every point contains an arbitrary number of `Voxels` that define its shape. Be aware that both, the defect `Size` and `Position` as well as the voxel `Size` and `Position` are double values. We suggest to specify all positions and sizes in voxel coordinates and to specify the properties described in the [Geometry](#geometry) section.
19
19
@@ -41,7 +41,9 @@ To allow PiWeb to create various visualizations of your data, you can specify ad
0 commit comments