Skip to content

Commit

Permalink
Update 05-tutorial_cmd.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
HJZollner authored Nov 7, 2024
1 parent d8b5bf5 commit f7a04dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs_source/05-tutorial_cmd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ MRSCont = OspreyFit(MRSCont);
Modeling results are added to the MRSCont.fit, including results tables. If we have structural data, we can coregister our voxels, and perform tissue segmentation:

```octave
MRScont = OspreyCoreg(MRSCont);
MRScont = OspreySeg(MRSCont);
MRSCont = OspreyCoreg(MRSCont);
MRSCont = OspreySeg(MRSCont);
```

MRSCont now has sub-structures relating to voxel masks and volumes, MRSCont.coreg, and tissue segmentation results in MRSCont.seg.
Expand Down

0 comments on commit f7a04dc

Please sign in to comment.