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
Currently all window rejection criteria are evaluated in WindowSelector.select_windows(). This is good for a default cause but some criteria may be unwanted in specific research cases.
For example: rejecting on travel times may not be desired if the event and station metadata or the 1D model used to predict travel times are not accurate enough, leading to erroneous rejections.
Config file or select_windows() function should have a toggle for each rejection criteria incase advanced users want to turn things on or off.
Currently all window rejection criteria are evaluated in WindowSelector.select_windows(). This is good for a default cause but some criteria may be unwanted in specific research cases.
For example: rejecting on travel times may not be desired if the event and station metadata or the 1D model used to predict travel times are not accurate enough, leading to erroneous rejections.
Config file or select_windows() function should have a toggle for each rejection criteria incase advanced users want to turn things on or off.
pyflex/pyflex/window_selector.py
Lines 308 to 358 in 2828f44
The text was updated successfully, but these errors were encountered: