-
Notifications
You must be signed in to change notification settings - Fork 83
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
msnoise cc stack -m errors #320
Comments
Okay, that error message was actually fixed following downgrading of pandas following #318 . Re. 'processing' non-configured pairs, I guess this is actually expected behaviour since the loop in stacking procedure is using params.all_components, which includes both components_to_compute and components_to_compute_single_station. The non-configured components then just return an error due to missing data . e.g. in code below, errors are thrown for non-configured pairs (ZZ for AC), with no error for cross-components:
Similar errors at other stages:
think i'll try make a small modification to make a check to not output errors for non-configured components, because it makes it pretty confusing (gave my impression that it wasn't functioning correctly). |
solved with #321 , thanks ! |
When running msnoise cc stack -m, i found it was trying to stack pairs that were not configured and therefore did not have 001 day files. For example, with:
i get the error as it tries to stack data between EN component of a station-pair:
Assume a relatively quick fix (i.e. to check components_to_compute parameter), but haven't had time to look at the code yet.
The text was updated successfully, but these errors were encountered: