Skip to content
Snippets Groups Projects
Commit 934fa634 authored by Matthew Webster's avatar Matthew Webster
Browse files

Fixes, including cumsum from Paul's list

parent 7b029d11
No related branches found
No related tags found
No related merge requests found
......@@ -601,7 +601,7 @@ namespace Melodic{
dbgmsg(string("START: setup_misc") << endl);
//initialize Mean
read_volume(Mean,opts.inputfname.value().at(0));
read_volumeROI(Mean,opts.inputfname.value().at(0),-1,-1,-1,0,-1,-1,-1,0);
//create mask
create_mask(Mask);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment