|
431 | 431 | "outputs": [],
|
432 | 432 | "source": [
|
433 | 433 | "from nilearn.plotting import plot_stat_map\n",
|
434 |
| - "anatimg = '/data/ds000114/sub-02/ses-test/anat/sub-02_ses-test_T1w.nii.gz'" |
| 434 | + "anatimg = '/data/ds000114/derivatives/fmriprep/sub-02/anat/sub-02_t1w_preproc.nii.gz'" |
435 | 435 | ]
|
436 | 436 | },
|
437 | 437 | {
|
|
553 | 553 | "source": [
|
554 | 554 | "plot_stat_map(\n",
|
555 | 555 | " '/output/datasink/1stLevel/sub-01/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-01',\n",
|
556 |
| - " bg_img='/data/ds000114/sub-01/ses-test/anat/sub-01_ses-test_T1w.nii.gz',\n", |
| 556 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-01/anat/sub-01_t1w_preproc.nii.gz',\n", |
557 | 557 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
558 | 558 | ]
|
559 | 559 | },
|
|
565 | 565 | "source": [
|
566 | 566 | "plot_stat_map(\n",
|
567 | 567 | " '/output/datasink/1stLevel/sub-02/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-02',\n",
|
568 |
| - " bg_img='/data/ds000114/sub-02/ses-test/anat/sub-02_ses-test_T1w.nii.gz',\n", |
| 568 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-02/anat/sub-02_t1w_preproc.nii.gz',\n", |
569 | 569 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
570 | 570 | ]
|
571 | 571 | },
|
|
577 | 577 | "source": [
|
578 | 578 | "plot_stat_map(\n",
|
579 | 579 | " '/output/datasink/1stLevel/sub-03/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-03',\n",
|
580 |
| - " bg_img='/data/ds000114/sub-03/ses-test/anat/sub-03_ses-test_T1w.nii.gz',\n", |
| 580 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-03/anat/sub-03_t1w_preproc.nii.gz',\n", |
581 | 581 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
582 | 582 | ]
|
583 | 583 | },
|
|
589 | 589 | "source": [
|
590 | 590 | "plot_stat_map(\n",
|
591 | 591 | " '/output/datasink/1stLevel/sub-04/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-04',\n",
|
592 |
| - " bg_img='/data/ds000114/sub-04/ses-test/anat/sub-04_ses-test_T1w.nii.gz',\n", |
| 592 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-04/anat/sub-04_t1w_preproc.nii.gz',\n", |
593 | 593 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
594 | 594 | ]
|
595 | 595 | },
|
|
601 | 601 | "source": [
|
602 | 602 | "plot_stat_map(\n",
|
603 | 603 | " '/output/datasink/1stLevel/sub-05/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-05',\n",
|
604 |
| - " bg_img='/data/ds000114/sub-05/ses-test/anat/sub-05_ses-test_T1w.nii.gz',\n", |
| 604 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-05/anat/sub-05_t1w_preproc.nii.gz',\n", |
605 | 605 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
606 | 606 | ]
|
607 | 607 | },
|
|
613 | 613 | "source": [
|
614 | 614 | "plot_stat_map(\n",
|
615 | 615 | " '/output/datasink/1stLevel/sub-06/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-06',\n",
|
616 |
| - " bg_img='/data/ds000114/sub-06/ses-test/anat/sub-06_ses-test_T1w.nii.gz',\n", |
| 616 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-06/anat/sub-06_t1w_preproc.nii.gz',\n", |
617 | 617 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
618 | 618 | ]
|
619 | 619 | },
|
|
625 | 625 | "source": [
|
626 | 626 | "plot_stat_map(\n",
|
627 | 627 | " '/output/datasink/1stLevel/sub-07/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-07',\n",
|
628 |
| - " bg_img='/data/ds000114/sub-07/ses-test/anat/sub-07_ses-test_T1w.nii.gz',\n", |
| 628 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-07/anat/sub-07_t1w_preproc.nii.gz',\n", |
629 | 629 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
630 | 630 | ]
|
631 | 631 | },
|
|
637 | 637 | "source": [
|
638 | 638 | "plot_stat_map(\n",
|
639 | 639 | " '/output/datasink/1stLevel/sub-08/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-08',\n",
|
640 |
| - " bg_img='/data/ds000114/sub-08/ses-test/anat/sub-08_ses-test_T1w.nii.gz',\n", |
| 640 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-08/anat/sub-08_t1w_preproc.nii.gz',\n", |
641 | 641 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
642 | 642 | ]
|
643 | 643 | },
|
|
649 | 649 | "source": [
|
650 | 650 | "plot_stat_map(\n",
|
651 | 651 | " '/output/datasink/1stLevel/sub-09/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-09',\n",
|
652 |
| - " bg_img='/data/ds000114/sub-09/ses-test/anat/sub-09_ses-test_T1w.nii.gz',\n", |
| 652 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-09/anat/sub-09_t1w_preproc.nii.gz',\n", |
653 | 653 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
654 | 654 | ]
|
655 | 655 | },
|
|
661 | 661 | "source": [
|
662 | 662 | "plot_stat_map(\n",
|
663 | 663 | " '/output/datasink/1stLevel/sub-10/fwhm-4/spmT_0002.nii', title='finger - fwhm=4 - sub-10',\n",
|
664 |
| - " bg_img='/data/ds000114/sub-10/ses-test/anat/sub-10_ses-test_T1w.nii.gz',\n", |
| 664 | + " bg_img='/data/ds000114/derivatives/fmriprep/sub-10/anat/sub-10_t1w_preproc.nii.gz',\n", |
665 | 665 | " threshold=3, display_mode='y', cut_coords=(5, 10, 15, 20), dim=-1);"
|
666 | 666 | ]
|
667 | 667 | },
|
|
0 commit comments