Skip to content

Commit

Permalink
Update list
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Apr 18, 2024
1 parent f9d36a6 commit c2f45b1
Showing 1 changed file with 27 additions and 35 deletions.
62 changes: 27 additions & 35 deletions _posts/2024-04-17-qmrlab-sop.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ This qMRLab standard operating procedure (SOP) series is intended to be a step-b

</p>

<p>
In addition, below is a video tutorial on how to use qMRLab and many of its features (eg., simulations, data fitting, quality checking, etc) using the quantitative MT moule. It was presente at the 2022 ISMRM conference.
</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/V3LMOTuwMs4?si=PCu_QiKMwt-3Zv1f" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<h1>Software Requirements</h1>

<h2>Minimum requirements</h2>
Expand All @@ -34,49 +40,35 @@ This qMRLab standard operating procedure (SOP) series is intended to be a step-b
</ul>


<h1>Installing qMRLab</h1>

Installing qMRLab

<p>
qMRLab [1,2] is an open-source quantitative MRI software that can be used to process a large range of quantitative MRI maps (T1, T2, MTR, MTsat, MP2RAGE, etc), and is developed mainly by the NeuroPoly Lab.
</p>

<p>
Because it’s an open-source software, it’s continuously in development, so the packaged releases on the GitHub repository or main website may not contain the latest features needed, or may contain bugs that were since fixed.
</p>

<p>
For this project, you should download the qMRLab version linked here. It is a compressed zip file; if it doesn’t extract by itself after the download, please do so manually using the appropriate tool for your operating system and then move the qMRLab folder wherever you’d like it stored. You should also rename it to simply “qMRLab”.
</p>

<p>
Following this step, you need to ensure that a previous version of qMRLab has not been saved in MATLAB.
</p>

Open MATLAB.
In the Home toolbar tab, navigate to the Environment section and click Set Path.

Step 2

Scroll through the list of directories that are in MATLAB’s path (i.e. directories where it can “see” the files for use in your MATLAB session), and select all the ones associated with previous qMRLab installations if there are any.

Step 3

Click Remove.
A new window will appear asking if you want to save this as default. This choice is up to you, we recommend that you click Yes but this may not be appropriate for everyone.

Step 4

Now, open the qMRLab directory where you’ve stored it after downloading the correct version and extracting it.


Step 6

In the Command Window, type startup and press enter/return.

Step 7

qMRLab is now in your path, however the next time you open MATLAB, it won’t be. You can choose to do this each time you use qMRLab (open the directory and run startup), or you can add it to your default path. To do so, navigate to Set Path in the Environment section of the Home tab, and click Save.

Step 8

If you did the last step, now anytime you want to use qMRLab you’ll be able to immediately after opening MATLAB.
To start qMRLab, type qMRLab in the Command Window and wait for the graphical user interface (GUI) to load.


Step 9

<ol>
<li>Open MATLAB.</li>
<li>In the Home toolbar tab, navigate to the Environment section and click Set Path.</li>
<li>Scroll through the list of directories that are in MATLAB’s path (i.e. directories where it can “see” the files for use in your MATLAB session), and select all the ones associated with previous qMRLab installations if there are any.</li>
<li>Click Remove.</li>
<li>A new window will appear asking if you want to save this as default. This choice is up to you, we recommend that you click Yes but this may not be appropriate for everyone.</li>
<li>Now, open the qMRLab directory where you’ve stored it after downloading the correct version and extracting it.</li>
<li>In the Command Window, type startup and press enter/return.</li>
<li>qMRLab is now in your path, however the next time you open MATLAB, it won’t be. You can choose to do this each time you use qMRLab (open the directory and run startup), or you can add it to your default path. To do so, navigate to Set Path in the Environment section of the Home tab, and click Save.</li>
<li>If you did the last step, now anytime you want to use qMRLab you’ll be able to immediately after opening MATLAB.</li>
<li>To start qMRLab, type qMRLab in the Command Window and wait for the graphical user interface (GUI) to load.</li>
</ol>

</div>

0 comments on commit c2f45b1

Please sign in to comment.