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

Add magnetic field forward modelling of rectangular prisms #369

Merged
merged 27 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ee8cfb6
Start drafting magnetic field of prisms
santisoler Nov 26, 2022
60b8032
Merge branch 'main' into magnetic-prisms
santisoler Dec 19, 2022
0de79e5
Add functions to compute magnetic field components
santisoler Dec 19, 2022
f418535
Update names of choclo magnetic functions
santisoler Jan 30, 2023
a37fb8f
Reduce number of magnetic forward functions
santisoler Feb 12, 2023
e08c67c
Merge branch 'main' into magnetic-prisms
santisoler Apr 4, 2023
566dff4
Move the file to private _forward module
santisoler Apr 4, 2023
b54da36
Add tests for magnetic forward modelling of prisms
santisoler Apr 24, 2023
2b4fba1
Fix style
santisoler Apr 24, 2023
30ebc7e
Use new Choclo's functions that take scalars only
santisoler May 5, 2023
f1d544a
Merge branch 'main' into magnetic-prisms
santisoler May 19, 2023
02e512f
Merge branch 'main' into magnetic-prisms
santisoler May 26, 2023
2e457d5
Fix description of coordinates
santisoler May 26, 2023
6c4ca37
Use row instead of line in docstring
santisoler May 26, 2023
c3636e0
Update comment
santisoler May 26, 2023
3135e64
Merge branch 'main' into magnetic-prisms
santisoler Jul 6, 2023
eb387bc
Merge branch 'main' into magnetic-prisms
santisoler Jul 19, 2023
d4ec887
Fix flake error on docstring
santisoler Aug 16, 2023
ca963d8
Add new functions to API reference
santisoler Aug 16, 2023
c24f76c
Remove duplicated line in setup.cfg
santisoler Aug 16, 2023
2767465
Add magnetic forward modelling to the user guide
santisoler Aug 16, 2023
e68c73f
Merge branch 'main' into magnetic-prisms
santisoler Aug 17, 2023
1e735fd
Merge branch 'main' into magnetic-prisms
santisoler Sep 20, 2023
5e150a3
Merge branch 'main' into magnetic-prisms
santisoler Sep 22, 2023
3e4fb75
Make use of the progressbar context manager function
santisoler Sep 22, 2023
ea6e468
Rename _forward/prism.py to _forward/prism_gravity.py
santisoler Sep 22, 2023
ece1af6
Update doc/user_guide/forward_modelling/prism.rst
LL-Geo Sep 27, 2023
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
Prev Previous commit
Next Next commit
Merge branch 'main' into magnetic-prisms
  • Loading branch information
santisoler committed May 26, 2023
commit 02e512faba1028cdc4544003e7d308e3b8fd851c
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- verde>=1.7.0
- xarray>=0.16
- xrft>=1.0
- choclo>=0.1.0
- choclo>=0.1
# Optional requirements
- pyvista>=0.27
- vtk>=9
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.