Skip to content
Open
Changes from all commits
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
17 changes: 17 additions & 0 deletions notebooks/03-gravity/inv_gravity_anomaly_3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,23 @@
"The SimPEG [Data](xref:simpeg#simpeg.data.Data) class is required for inversion and connects the observed data, uncertainties and survey geometry."
]
},
{
"cell_type": "markdown",
"metadata": {
"execution": {
"iopub.execute_input": "2025-06-02T16:23:34.738628Z",
"iopub.status.busy": "2025-06-02T16:23:34.738355Z",
"iopub.status.idle": "2025-06-02T16:23:34.744628Z",
"shell.execute_reply": "2025-06-02T16:23:34.743489Z",
"shell.execute_reply.started": "2025-06-02T16:23:34.738604Z"
}
},
"source": [
":::{important}\n",
"SimPEG uses a right-handed xyz coordinate system in which the z axis points _upward_. When defining the `Data` object for a gravity inversion we must check that the `dobs` array contains the **upward** component of the gravity acceleration due to anomalous bodies.\n",
":::"
]
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down
Loading