We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef42ce3 + 08458ee commit a7dc656Copy full SHA for a7dc656
station-keeping/analyse_station_keeping
@@ -92,17 +92,6 @@ def analyse_file(FILE):
92
93
positionsOfInterest = positions_utm[idx:endIdx]
94
95
- minute_idx = bisect.bisect(time, startTime + 60)
96
- first_minute = positionsOfInterest[idx:minute_idx]
97
- # print('%d points in first minute' % minute_idx)
98
- for point in first_minute:
99
- distance = dist2center(point)
100
- if distance > 20:
101
- print('Left 20m circle during first minute')
102
- return
103
- # else:
104
- # print('Stayed within 20m during first minute :-)')
105
-
106
print('Using %d points' % len(positionsOfInterest))
107
108
# get Pc
0 commit comments