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
I can't get write_correlations to work. It gives me the following error (I have not set the parallel option)
I tried copying over the functions from source code with print statements, but I'm still having trouble pinpointing the error.
where catalog is an Obspy catalog object,
sdict is a dict of streams (i.e. {'resource_id': stream with 85 traces}) <- I have all stations within one trace for each event and I hope that's correct
event_id_map is a dict of ids (i.e. {'resource_id': event_id})
What help would you like?
I'm not sure why this code isn't working, and I'm not sure if it's an error with the format of my inputs or something else.
What is your setup? (please complete the following information):**
Operating System: Mac OSX Silicon
Python version: 3.12
EQcorrscan version: 0.5.0 (newest?)
The text was updated successfully, but these errors were encountered:
What do you need help with?
I can't get write_correlations to work. It gives me the following error (I have not set the parallel option)
I tried copying over the functions from source code with print statements, but I'm still having trouble pinpointing the error.
Provide an example so that we can reproduce your problem
my code is
where catalog is an Obspy catalog object,
sdict is a dict of streams (i.e. {'resource_id': stream with 85 traces}) <- I have all stations within one trace for each event and I hope that's correct
event_id_map is a dict of ids (i.e. {'resource_id': event_id})
What help would you like?
I'm not sure why this code isn't working, and I'm not sure if it's an error with the format of my inputs or something else.
What is your setup? (please complete the following information):**
The text was updated successfully, but these errors were encountered: