eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
164 stars 86 forks source link

Clarify in the docs that trig_int applies to one template at a time. #396

Closed ikahbasi closed 4 years ago

ikahbasi commented 4 years ago

What do you need help with?

relation of group_size and trig_int parameters in Tribe().detect()

Provide an example so that we can reproduce your problem

If we have 400 tribes and use Tribe().detect(group_size=100, trig_int=6), deos trig_int applies to all detections in 4 groups or only applies one by one in each group? do we have to remove near detections of 4 groups in 6s?

calum-chamberlain commented 4 years ago

Trig int applies to only one template.

CJ Chamberlain, out of office


From: iman kahbasi notifications@github.com Sent: Tuesday, May 19, 2020 11:31:54 PM To: eqcorrscan/EQcorrscan EQcorrscan@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [eqcorrscan/EQcorrscan] [HELP] relation of group_size and trig_int parameters in Tribe().detect() (#396)

What do you need help with?

relation of group_size and trig_int parameters in Tribe().detect()

Provide an example so that we can reproduce your problem

If we have 400 tribes and use Tribe().detect(group_size=100, trig_int=6), deos trig_int applies to all detections in 4 groups or only applies one by one in each group? do we have to remove near detections of 4 groups in 6s?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feqcorrscan%2FEQcorrscan%2Fissues%2F396&data=02%7C01%7Ccalum.chamberlain%40vuw.ac.nz%7Ca319ad4f7a004bf4d8b308d7fbe83cd5%7Ccfe63e236951427e8683bb84dcf1d20c%7C0%7C0%7C637254847249507869&sdata=sIacTyPDAwXEo8xP6fJFT0Rl7taLu7TxIT215Fn5b%2F4%3D&reserved=0, or unsubscribehttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACTIM433XMVRWNXBCCLHJW3RSJU2VANCNFSM4NE5LUSA&data=02%7C01%7Ccalum.chamberlain%40vuw.ac.nz%7Ca319ad4f7a004bf4d8b308d7fbe83cd5%7Ccfe63e236951427e8683bb84dcf1d20c%7C0%7C0%7C637254847249507869&sdata=rTpZSAD7%2FvTnUzqMiJOPvraAbkdfGU5moVyV%2B30bqF0%3D&reserved=0.

ikahbasi commented 4 years ago

Trig int applies to only one template.

Wow, I thought trig_int applies to all templates. Then it's possible the neighbour templates detect one earthquake as many earthquakes many times! how can we prevent this situation? is there any internal algorithm to solve it?

calum-chamberlain commented 4 years ago

Party.decluster()

calum-chamberlain commented 4 years ago

Closed by #411