-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathplotBoxplot.ini
More file actions
executable file
·23 lines (17 loc) · 946 Bytes
/
plotBoxplot.ini
File metadata and controls
executable file
·23 lines (17 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# plotCameraNoise options
# --------------------------------------------------------------------------
# Available patterns and their methods are:
# Trihedron: NonWeighted3D | Weighted3D | NonWeighted2D | Weighted2D | Global | Global_3D
# Corner: Kwak_ConstWeighted | Kwak_NonWeighted | Wasielewski
# Checkerboard: Vasconcelos | Zhang
#patterns = {'Trihedron', {'NonWeighted3D','Weighted3D','NonWeighted2D','Weighted2D','Global','Global_3D'}}
#patterns = {'Corner', {'Kwak_ConstWeighted','Kwak_NonWeighted','Wasielewski'}}
#patterns = {'Checkerboard', {'Vasconcelos','Zhang'}}
patterns = {'Trihedron',{'Weighted3D'};
'Corner',{'Kwak_ConstWeighted'}}
#'Checkerboard',{'Vasconcelos'}}
#cam_sd_vals = [ 1.000000 ]
#scan_sd_vals = [ 0.030000 ]
#Nobs_vals = [ 5.000000 10.000000 20.000000 50 100]
# Color is currently randomly generated really
color = [0.8 0.1 0.1; 0.1 0.8 0.1; 0.1 0.1 0.8; 0.8 0.8 0.8; 0.0 0.0 1.0]