Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed processing on MT-TA stations #362

Open
jlmaurer opened this issue Oct 30, 2024 · 0 comments
Open

Failed processing on MT-TA stations #362

jlmaurer opened this issue Oct 30, 2024 · 0 comments

Comments

@jlmaurer
Copy link

jlmaurer commented Oct 30, 2024

Stations:

WVO54 = ["4P", "WVO54",  '2016-04-25 22:13:06', '2016-05-03 15:53:17'] 
WVO55 = ["4P", "WVO55", '2016-04-25 22:13:06', '2016-05-03 15:53:17']
WVO53 = ["4P", "WVO53", '2016-04-25 22:13:06', '2016-05-03 15:53:17']

Error 1 - WVO53 with WVO55 as reference

kernel_dataset = KernelDataset()
station_id = "WVO53"
remote_reference_id = "WVO55"
kernel_dataset.from_run_summary(run_summary, station_id, remote_reference_id)
kernel_dataset.mini_summary

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

kernel_dataset = KernelDataset()
station_id = "WVO54"
remote_reference_id = "WVO55"
kernel_dataset.from_run_summary(run_summary, station_id, remote_reference_id)
kernel_dataset.mini_summary

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant