@@ -29,12 +29,10 @@ Bare in mind that:
2929
3030#### Extracting and renaming data paths
3131Original data directory paths for this work were renamed for easy interpretability as follows:
32- ``` callout
33- `5.000000-Thorax Insp 2.0 B*` ranamed as `inhale_BH_CT`
34- `7.000000-Thorax Exp 2.0 B*` renamed as `exhale_BH_CT`
35- `3.000000-CT Lung 3.0 B*` ranamed as `CT_for_PET`
36- `4.000000-Galligas Lung-0*` renamed as `PET`
37- ```
32+ * ` 5.000000-Thorax Insp 2.0 B* ` ranamed as ` inhale_BH_CT `
33+ * ` 7.000000-Thorax Exp 2.0 B* ` renamed as ` exhale_BH_CT `
34+ * ` 3.000000-CT Lung 3.0 B* ` ranamed as ` CT_for_PET `
35+ * ` 4.000000-Galligas Lung-0* ` renamed as ` PET `
3836
3937See how the original data paths and renamed look like
4038``` bash
@@ -123,7 +121,7 @@ Installing python virtual environment with dependencies (e.g., nibabel, etc).
123121See further instructions [ here] ( https://github.com/HealthBioscienceIDEAS/Medical-Image-Registration-Short-Course/tree/main/_dependencies ) .
124122
125123#### Using conda
126- ```
124+ ``` bash
127125conda create -n " mirVE" python=3.11 pip -c conda-forge
128126conda config --set pip_interop_enabled True
129127conda activate mirVE
@@ -132,7 +130,7 @@ pip install -r requirements.txt
132130```
133131
134132#### Using python virtual environment
135- ```
133+ ``` bash
136134# Installing dependencies in Ubuntu 22.04
137135sudo apt-get install -y python3-pip
138136sudo apt-get install -y python3-venv
@@ -181,7 +179,7 @@ Installing ITK-SNAP in differen operating systems
181179### Linux (tested on Ubuntu 22.04 x64 GNU/Linux)
182180
183181- Open your Terminal to install it
184- ```
182+ ``` bash
185183sudo apt-get install tree # to visualise files and paths
186184FILENAME=itksnap-nightly-rel_4.0-Linux-gcc64.tar.gz # Length: 200943059 (192M) [application/x-gzip]
187185cd ~ /Downloads/
0 commit comments