update more-data.py
This commit is contained in:
50
more-data.py
50
more-data.py
@@ -17,35 +17,35 @@ distances = np.array([5.0, 10.0, 15.0, 18.5, 23.5])
|
||||
#measured_PL = np.array([], [], [], [], [])
|
||||
|
||||
# i got these using scott's get_data script. thanks scott
|
||||
pinst10 = [-22.17792627372312,
|
||||
-26.5983685883656,
|
||||
-22.797848894157955,
|
||||
-23.014822745152888,
|
||||
-21.45208671888342]
|
||||
pinst10 = [14+22.17792627372312,
|
||||
14+26.5983685883656,
|
||||
14+22.797848894157955,
|
||||
14+23.014822745152888,
|
||||
14+21.45208671888342]
|
||||
|
||||
pinst15 = [-25.20854283824081,
|
||||
-25.196382621588043,
|
||||
-27.146880284259304,
|
||||
-23.50194049443653,
|
||||
-26.735523841588087]
|
||||
pinst15 = [14+25.20854283824081,
|
||||
14+25.196382621588043,
|
||||
14+27.146880284259304,
|
||||
14+23.50194049443653,
|
||||
14+26.735523841588087]
|
||||
|
||||
pinst185 = [-26.391715760893703,
|
||||
-28.1335104958795,
|
||||
-29.153177713518723,
|
||||
-29.847186387317596,
|
||||
-30.558908425543827]
|
||||
pinst185 = [14+26.391715760893703,
|
||||
14+28.1335104958795,
|
||||
14+29.153177713518723,
|
||||
14+29.847186387317596,
|
||||
14+30.558908425543827]
|
||||
|
||||
pinst235 = [-31.755831065931034,
|
||||
-31.883960187854985,
|
||||
-32.063876077498804,
|
||||
-31.643081143951544,
|
||||
-32.45807181713604]
|
||||
pinst235 = [14+31.755831065931034,
|
||||
14+31.883960187854985,
|
||||
14+32.063876077498804,
|
||||
14+31.643081143951544,
|
||||
14+32.45807181713604]
|
||||
|
||||
pinst5 = [-19.567076092915567,
|
||||
-20.05316841156921,
|
||||
-18.774664683716043,
|
||||
-20.252929968934183,
|
||||
-19.01518926375179]
|
||||
pinst5 = [14+19.567076092915567,
|
||||
14+-20.05316841156921,
|
||||
14+18.774664683716043,
|
||||
14+20.252929968934183,
|
||||
14+19.01518926375179]
|
||||
|
||||
iterate = 0
|
||||
cursor = 0
|
||||
|
||||
Reference in New Issue
Block a user