From 7b5bfdef10ed61458de921e4262b95e469af7caf Mon Sep 17 00:00:00 2001 From: Taylor Hanayik Date: Wed, 22 Sep 2021 15:16:18 +0100 Subject: [PATCH] Update mm1.html, mm0.html files --- mm0.html | 6 +++--- mm1.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mm0.html b/mm0.html index ae2398f..55665c9 100644 --- a/mm0.html +++ b/mm0.html @@ -101,7 +101,7 @@ visible: true, }, ] - var nv4 = new niivue.Niivue() + var nv4 = new niivue.Niivue({trustCalMinMax:false}) nv4.attachTo('gl4') nv4.isRadiologicalConvention = true nv4.loadVolumes(volumeList4) @@ -124,7 +124,7 @@ visible: true, }, ] - var nv5 = new niivue.Niivue() + var nv5 = new niivue.Niivue({trustCalMinMax:false}) nv5.attachTo('gl5') nv5.isRadiologicalConvention = true nv5.loadVolumes(volumeList5) @@ -147,7 +147,7 @@ visible: true, }, ] - var nv6 = new niivue.Niivue() + var nv6 = new niivue.Niivue({trustCalMinMax:false}) nv6.attachTo('gl6') nv6.isRadiologicalConvention = true nv6.loadVolumes(volumeList6) diff --git a/mm1.html b/mm1.html index e98e7d1..8c96f5d 100644 --- a/mm1.html +++ b/mm1.html @@ -100,7 +100,7 @@ visible: true, } ] - var nv1 = new niivue.Niivue() + var nv1 = new niivue.Niivue({trustCalMinMax:false}) nv1.attachTo('gl1') nv1.isRadiologicalConvention = true nv1.loadVolumes(volumeList1) @@ -122,7 +122,7 @@ visible: true, }, ] - var nv2 = new niivue.Niivue() + var nv2 = new niivue.Niivue({trustCalMinMax:false}) nv2.attachTo('gl2') nv2.isRadiologicalConvention = true nv2.loadVolumes(volumeList2) @@ -144,7 +144,7 @@ visible: true, }, ] - var nv3 = new niivue.Niivue() + var nv3 = new niivue.Niivue({trustCalMinMax:false}) nv3.attachTo('gl3') nv3.isRadiologicalConvention = true nv3.loadVolumes(volumeList3) -- GitLab