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
Output:
survey station run start end duration
0 4P WVO53 b 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
1 4P WVO55 a 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
2 4P WVO53 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
3 4P WVO55 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
4 4P WVO53 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
5 4P WVO55 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
This resulted in ValueError: operands could not be broadcast together with shapes (6962,) (18454,) NOTE: This same error happens when running WVO53 by itself (single-station processing)
Output:
survey station run start end duration
0 4P WVO54 b 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
1 4P WVO55 a 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
2 4P WVO54 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
3 4P WVO55 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
4 4P WVO54 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
5 4P WVO55 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
This results in numpy.linalg.LinAlgError: Singular matrix (!!!) NOTE: This same error results when running WVO54 as single-station processing and WVO55 as single-station
The text was updated successfully, but these errors were encountered:
Stations:
Error 1 - WVO53 with WVO55 as reference
Output:
survey station run start end duration
0 4P WVO53 b 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
1 4P WVO55 a 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
2 4P WVO53 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
3 4P WVO55 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
4 4P WVO53 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
5 4P WVO55 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
This resulted in
ValueError: operands could not be broadcast together with shapes (6962,) (18454,)
NOTE: This same error happens when running WVO53 by itself (single-station processing)
Error 2 - WVO54 with WVO55 as reference
Output:
survey station run start end duration
0 4P WVO54 b 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
1 4P WVO55 a 2016-04-25 22:13:06+00:00 2016-04-25 22:44:38+00:00 1892.0
2 4P WVO54 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
3 4P WVO55 b 2016-04-25 22:58:43+00:00 2016-05-03 15:53:17+00:00 665674.0
4 4P WVO54 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
5 4P WVO55 c 2016-05-04 18:48:31+00:00 2016-05-14 05:25:17+00:00 815806.0
This results in
numpy.linalg.LinAlgError: Singular matrix
(!!!)NOTE: This same error results when running WVO54 as single-station processing and WVO55 as single-station
The text was updated successfully, but these errors were encountered: