Skip to content

Commit

Permalink
docs: update filterer objects to Lists
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Apr 1, 2021
1 parent b960de9 commit f659615
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion data/examples/FullMT/config_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ seismic_config: !beat.SeismicConfig
preprocess_data: true
name: any_P
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.1
order: 3
Expand Down
3 changes: 2 additions & 1 deletion data/examples/Laquila/config_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ seismic_config: !beat.SeismicConfig
preprocess_data: true
name: any_P
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.001
upper_corner: 0.1
order: 4
Expand Down
3 changes: 2 additions & 1 deletion data/examples/dc_teleseismic/config_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ seismic_config: !beat.SeismicConfig
preprocess_data: true
name: any_P
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.2
order: 4
Expand Down
3 changes: 2 additions & 1 deletion docs/examples/FFI_kinematic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ We can adjust all these setting under the *wavemaps* listed in the *seismic_conf
blacklist: []
name: any_P
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.001
upper_corner: 0.5
order: 4
Expand Down
12 changes: 8 additions & 4 deletions docs/examples/FullMT_regional.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ The seismic phases for which the GFs are going to be calculated are defined unde
name: any_P
blacklist: []
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.1
order: 3
Expand All @@ -97,7 +98,8 @@ In this case the GFs are going to be calculated for the P body waves. We can add
name: slowest
blacklist: []
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.001
upper_corner: 0.1
order: 4
Expand All @@ -123,7 +125,8 @@ Your seismic_config within the $project_directory/config_geometry.yaml should lo
name: any_P
blacklist: []
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.1
order: 3
Expand All @@ -139,7 +142,8 @@ Your seismic_config within the $project_directory/config_geometry.yaml should lo
name: slowest
blacklist: []
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.001
upper_corner: 0.1
order: 4
Expand Down
3 changes: 2 additions & 1 deletion docs/examples/Rectangular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ The seismic phases for which the GFs are going to be calculated are defined unde
name: any_P
blacklist: []
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.1
order: 3
Expand Down
3 changes: 2 additions & 1 deletion docs/examples/dc_teleseismic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ The seismic phases (in this example only the P phase), their bandpass-filter and
preprocess_data: true
name: any_P
channels: [Z]
filterer: !beat.heart.Filter
filterer:
- !beat.heart.Filter
lower_corner: 0.01
upper_corner: 0.2
order: 4
Expand Down

0 comments on commit f659615

Please sign in to comment.