Skip to content
Snippets Groups Projects
Commit e4646fe7 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

fixed output display range

parent 954591be
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,9 @@ int main ( int argc, char **argv ){
}
}
dyadic_vecs.setDisplayMaximumMinimum(1,-1);
save_volume4D(dyadic_vecs,oname);
disp.setDisplayMaximumMinimum(1,0);
save_volume(disp,oname+"_dispersion");
// where we calculate the cone of uncertainty
......@@ -128,6 +130,8 @@ int main ( int argc, char **argv ){
}
cones.setDisplayMaximumMinimum(1,0);
save_volume(cones,oname+"_cones"+num2str(acone*100));
}
......
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