From 1600e1ad79c84755d721ab17e010ca15712d6678 Mon Sep 17 00:00:00 2001 From: "emthompson@usgs.gov" Date: Tue, 24 Sep 2019 10:52:31 -0600 Subject: [PATCH] Revise lowpass cap --- gmprocess/data/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmprocess/data/config.yml b/gmprocess/data/config.yml index ff1ae7ee4..e57639c4c 100644 --- a/gmprocess/data/config.yml +++ b/gmprocess/data/config.yml @@ -219,7 +219,7 @@ processing: # Apply a cap to the lowpass corner frequency so that it is guaranteed to be # less than or equal to fn_fac * fn, where fn is the Nyquist frequency - lowpass_max_frequency: - fn_fac: 0.9 + fn_fac: 0.75 # - adjust_highpass_corner: # # Options for further refinement of the highpass corner. Currently, this