Dear all,
I am using the OpenQuake HMTK tools to perform declustering on an earthquake catalog. I would kindly like to ask how to set specific values for the distance and time windows used in the declustering process.
From what I understand, it is possible to manually define or override the default time and distance windows for each magnitude bin in the declustering classes such as GardnerKnopoffWindow, GruenthalWindow, or UhrhammerWindow.
"""""""""""
windows_classes = [GardnerKnopoffWindow(), GruenthalWindow(), UhrhammerWindow()]
window_names = ['Gardner-Knopoff', 'Gruenthal', 'Uhrhammer']
Cluster_iteration = []
N_poissonianos_event =[]
poissonianos_event =[]
df_declust = []
df_cluster = []
"""""""""""""""""""""""""""""""""""""""""""""""
Could you please confirm if this is correct, and let me know if there are recommended practices for setting these parameters?
Thank you in advance for your support.
Best regards,
Hazem Badreldin