aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-dc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/plot-dc')
-rwxr-xr-xutils/plot-dc1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/plot-dc b/utils/plot-dc
index 1ecbbf9..d2e461d 100755
--- a/utils/plot-dc
+++ b/utils/plot-dc
@@ -123,6 +123,7 @@ if __name__ == '__main__':
ev = pd.concat(evs)
ev = ev[ev.prompt & ~np.isnan(ev.fmin)]
+ ev = ev[ev.ke > 20]
with pd.option_context('display.max_rows', None, 'display.max_columns', None):
print("Noise events")