Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling of "Gaussian" in tranformations guide #464

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Gaussian spelling correction in this context
minor edits
  • Loading branch information
RichardScottOZ committed Feb 26, 2024
commit 603e5757128c87495d171721e8d15cbbd483dae2
4 changes: 2 additions & 2 deletions doc/user_guide/transformations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ magnetization vector of the sources, we can specify the
plt.show()


Gaussians filters
Gaussian filters
-----------------

We can also apply Gaussians low-pass and high-pass filters to any regular grid.
We can also apply Gaussian low-pass and high-pass filters to any regular grid.
These two need us to select a cutoff wavelength.
The low-pass filter will remove any signal with a high spatial frequency,
keeping only the signal components that have a wavelength higher than the
Expand Down
Loading