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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
CCT Release 1.0.15
Added a new station count filter to the path plot. Now the overall standard deviation plot will only display points with shared station counts >= the selected filter count. The data is still used for calculating statistics and doing the inversion, but eliminating the dots from the plot for low information points can help see if the overall correction is working well.
Updated displays for site and measurement tabs to move additional details on the summary figure to a sidebar column.
Updated site and measurements results figures to also output the three new energy plots on snapshot.
Added minimum and maximum coda parameter time lines to coda waveform plots. The min and max times reflect the relevant entry in the parameter table but the maximum is only displayed if it would fit on the waveform plot.
New updates to the way polygon selection works:
Changed the criteria for include/exclude to work against stations and events separately rather than treating them as a joint entity. You give up a little bit of control but the new logic should be more intuitive for end users based on feedback.
Polygons now can handle overlapping polygon regions and degenerate (self intersecting) polygons when calculating include/exclude intersection.
Includes patches to third party libraries to address critical CVEs