Skip to content

Simplify saving ROI as .nii in createRoi #43

@JeanneCaronGuyon

Description

@JeanneCaronGuyon

Is there an existing issue for this?

  • I have searched the existing issues

New feature

createROI : From line 301, to save ROI
use the more simple function "save_as_image" from mars bar

saveroi(roiObject, ...
          fullfile(outputDir,  [roiName '.mat'])); % in .mat format
save_as_image(roiObject, ...
          fullfile(outputDir, [roiName '.nii'])); % in .nii format

Unclear documentation

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions