Skip to content
Closed
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
6 changes: 3 additions & 3 deletions tutorials/4-developers/DTDV401_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"source": [
"It consists of six modules:\n",
"\n",
"- [_config.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/backend/_config.py) provides the funcionalities to manage the computational backend (which can be switched between NumPy and PyTorch), the computational device (CPU, GPU, MPS, etc.), and the image wrapper.\n",
"- [_config.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/backend/_config.py) provides the functionalities to manage the computational backend (which can be switched between NumPy and PyTorch), the computational device (CPU, GPU, MPS, etc.), and the image wrapper.\n",
"\n",
" The [array_api_compat_ext](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/backend/array_api_compat_ext/) directory contains the files necessary to manage the computational backends.\n",
"\n",
Expand Down Expand Up @@ -265,7 +265,7 @@
"source": [
"## 7. High-Level Modules\n",
"\n",
"The remaoning modules jointly implement the main functionality of DeepTrack2, which is synthetic data generation using simulations."
"The remaining modules jointly implement the main functionality of DeepTrack2, which is synthetic data generation using simulations."
]
},
{
Expand Down Expand Up @@ -343,7 +343,7 @@
"\n",
"- [utils.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/utils.py) provides various utilities to streamline common operations, ensuring type and argument consistency with various check methods and safe call.\n",
"\n",
"- [extras.radialcenter.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/extras/radialcenter.py)introduces a single function to calculate the center location of an intensity distribution with a least-squares method."
"- [extras.radialcenter.py](https://github.com/DeepTrackAI/DeepTrack2/blob/develop/deeptrack/extras/radialcenter.py) introduces a single function to calculate the center location of an intensity distribution with a least-squares method."
]
},
{
Expand Down