Skip to content

Commit fe15285

Browse files
committed
Update (03.05.2021)
1 parent 41bf374 commit fe15285

File tree

28 files changed

+1191
-26
lines changed

28 files changed

+1191
-26
lines changed

docs/Functions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,16 @@ Philips 3D GRASE puts the M0 as control-label volume pair -> iM0 = [1 2];
25192519
Siemens 3D GRASE puts the M0 as the first volume -> iM0 = 1;
25202520
Some Siemens 3D GRASE puts a second Dummy control image -> iDummy = 2;
25212521

2522+
1. Input parameter admin
2523+
2. Prepare paths
2524+
3. First concatenate NIfTIs
2525+
4. Save M0 NIfTI
2526+
5. Determine ASL indices
2527+
6. Save ASL4D NIfTI
2528+
7. Split relevant JSON parameters/arrays
2529+
8. Copy sidecars
2530+
2531+
25222532

25232533
----
25242534
### xASL\_io\_dcm2nii.m

docs/SPMxASL.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,17 @@ but earlier Matlab versions do not support this. For backward compatibility, use
626626
**Format:**
627627

628628
```matlab
629-
[InPath] = xASL_spm_admin(InPath, bPadComma1)
629+
xASL_spm_admin(pathIn[, bPadComma1])
630630
```
631631

632632
**Description:**
633633

634-
Force ,1 at end of IMname. This is useful for refIM/srcIM in CoregInit, OldNormalizeWrapper etc.
634+
This SPM admin function takes a NIfTI path and does a few
635+
checks to make this valid to SPM. It accepts both .nii and .nii.gz.
636+
It runs the following steps:
637+
1. Unzip .nii.gz
638+
2. Convert char to cell
639+
3. Add ',1' suffix
635640

636641

637642
----
@@ -665,7 +670,7 @@ affine transformation information.
665670
**Format:**
666671

667672
```matlab
668-
xASL_spm_smooth(pathIn, fwhmSmooth[, pathNew])
673+
xASL_spm_smooth(pathIn, fwhmSmooth, pathNew])
669674
```
670675

671676
**Description:**

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ The following provides an example as how to correctly cite ExploreASL and its th
103103
* Ref6: Matlab publishes a release twice yearly, which can be reviewed here: https://www.mathworks.com/products/compiler/matlab-runtime.html. You can provide the release number (e.g. 9.4) or year number (e.g. 2018a), or both.
104104

105105

106+
107+

site/404.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,21 @@
337337

338338

339339

340+
<li class="md-nav__item">
341+
<a href="/ExploreASL/1.6.0/Tutorials-QC/" class="md-nav__link">
342+
Tutorials (QC)
343+
</a>
344+
</li>
345+
346+
347+
348+
349+
350+
351+
352+
353+
354+
340355
<li class="md-nav__item">
341356
<a href="/ExploreASL/1.6.0/Tutorials-Advanced/" class="md-nav__link">
342357
Tutorials (Advanced)

site/ASL_Module/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,21 @@
440440

441441

442442

443+
<li class="md-nav__item">
444+
<a href="../Tutorials-QC/" class="md-nav__link">
445+
Tutorials (QC)
446+
</a>
447+
</li>
448+
449+
450+
451+
452+
453+
454+
455+
456+
457+
443458
<li class="md-nav__item">
444459
<a href="../Tutorials-Advanced/" class="md-nav__link">
445460
Tutorials (Advanced)

site/About/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,21 @@
344344

345345

346346

347+
<li class="md-nav__item">
348+
<a href="../Tutorials-QC/" class="md-nav__link">
349+
Tutorials (QC)
350+
</a>
351+
</li>
352+
353+
354+
355+
356+
357+
358+
359+
360+
361+
347362
<li class="md-nav__item">
348363
<a href="../Tutorials-Advanced/" class="md-nav__link">
349364
Tutorials (Advanced)

site/FAQ/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,21 @@
344344

345345

346346

347+
<li class="md-nav__item">
348+
<a href="../Tutorials-QC/" class="md-nav__link">
349+
Tutorials (QC)
350+
</a>
351+
</li>
352+
353+
354+
355+
356+
357+
358+
359+
360+
361+
347362
<li class="md-nav__item">
348363
<a href="../Tutorials-Advanced/" class="md-nav__link">
349364
Tutorials (Advanced)

site/Functions/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,21 @@
19051905

19061906

19071907

1908+
<li class="md-nav__item">
1909+
<a href="../Tutorials-QC/" class="md-nav__link">
1910+
Tutorials (QC)
1911+
</a>
1912+
</li>
1913+
1914+
1915+
1916+
1917+
1918+
1919+
1920+
1921+
1922+
19081923
<li class="md-nav__item">
19091924
<a href="../Tutorials-Advanced/" class="md-nav__link">
19101925
Tutorials (Advanced)
@@ -5231,6 +5246,16 @@ <h3 id="xasl_io_splitaslm">xASL_io_SplitASL.m</h3>
52315246
Philips 3D GRASE puts the M0 as control-label volume pair -&gt; iM0 = [1 2];
52325247
Siemens 3D GRASE puts the M0 as the first volume -&gt; iM0 = 1;
52335248
Some Siemens 3D GRASE puts a second Dummy control image -&gt; iDummy = 2;</p>
5249+
<ol>
5250+
<li>Input parameter admin</li>
5251+
<li>Prepare paths</li>
5252+
<li>First concatenate NIfTIs</li>
5253+
<li>Save M0 NIfTI</li>
5254+
<li>Determine ASL indices</li>
5255+
<li>Save ASL4D NIfTI</li>
5256+
<li>Split relevant JSON parameters/arrays</li>
5257+
<li>Copy sidecars</li>
5258+
</ol>
52345259
<hr />
52355260
<h3 id="xasl_io_dcm2niim">xASL_io_dcm2nii.m</h3>
52365261
<p><strong>Format:</strong></p>

site/Import_Module/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,21 @@
447447

448448

449449

450+
<li class="md-nav__item">
451+
<a href="../Tutorials-QC/" class="md-nav__link">
452+
Tutorials (QC)
453+
</a>
454+
</li>
455+
456+
457+
458+
459+
460+
461+
462+
463+
464+
450465
<li class="md-nav__item">
451466
<a href="../Tutorials-Advanced/" class="md-nav__link">
452467
Tutorials (Advanced)

site/License/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,21 @@
339339

340340

341341

342+
<li class="md-nav__item">
343+
<a href="../Tutorials-QC/" class="md-nav__link">
344+
Tutorials (QC)
345+
</a>
346+
</li>
347+
348+
349+
350+
351+
352+
353+
354+
355+
356+
342357
<li class="md-nav__item">
343358
<a href="../Tutorials-Advanced/" class="md-nav__link">
344359
Tutorials (Advanced)

0 commit comments

Comments
 (0)