Skip to content

Failed processing on MT-TA stations #362

@jlmaurer

Description

@jlmaurer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions