Skip to content

Commit

Permalink
Removing aggresive stream curation options
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Oct 10, 2022
1 parent 8184e22 commit 300ec43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seismic/rf_station_orientations.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
# Take care not to use any curation options that would vary if there were a station orientation error.
DEFAULT_CURATION_OPTS = {
"min_snr": 2.0,
"max_raw_amplitude": 20000.0,
"rms_amplitude_bounds": {"R/Z": 1.0, "T/Z": 1.0}
#"max_raw_amplitude": 20000.0,
#"rms_amplitude_bounds": {"R/Z": 1.0, "T/Z": 1.0}
}

DEFAULT_CONFIG_FILTERING = {
Expand Down

0 comments on commit 300ec43

Please sign in to comment.