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
15 changes: 14 additions & 1 deletion notebooks/tem_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,19 @@
"sim_config = \"simSPI/sim_config.yaml\""
]
},
{
"cell_type": "markdown",
"id": "48db9352",
"metadata": {},
"source": [
"Note that `path_config.yaml` contains the fields\n",
"```bash\n",
"output_dir: './simSPI/temp_workspace/output/'\n",
"local_sim_dir: '/Users/gw/software/TEM-simulator_1.3/src/TEM-simulator'\n",
"```\n",
"These paths must exist, so create them or change them to where you want the output files to go and where the local install of the TEM-simulator lives."
]
},
{
"cell_type": "markdown",
"id": "bc231b9e",
Expand Down Expand Up @@ -502,7 +515,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.9.10"
}
},
"nbformat": 4,
Expand Down