-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Is there an existing issue for this?
- I have searched the existing issuesTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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
Labels
No labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
[-]Simplify saving ROI as .nii in createROI[/-][+]Simplify saving ROI as .nii in createRoi[/+]simplify roi saving thanks to @JeanneCaronGuyon - closes #43
Remi-Gau commentedon Jun 3, 2022
Suggestion added in #44
Thanks @JeanneCaronGuyon