From 9c3545414db5788c4a3c2832ca01bb83dc25f9ba Mon Sep 17 00:00:00 2001 From: mmasoud1 Date: Tue, 19 Mar 2024 16:09:50 -0400 Subject: [PATCH] Modify Model name --- js/brainchop/mainParameters.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/brainchop/mainParameters.js b/js/brainchop/mainParameters.js index d56cbb9..cd66f3d 100644 --- a/js/brainchop/mainParameters.js +++ b/js/brainchop/mainParameters.js @@ -175,7 +175,7 @@ id: 4, type: "Atlas", path:"./models/model30chan50cls/model.json", - modelName:"Cortical Atlas 50 (High Mem, Fast)", + modelName:"50-ROI Atlas (High Mem, Fast)", labelsPath: "./models/model30chan50cls/labels.json", colorsPath: "./models/model30chan50cls/colorLUT.json", preModelId: 1,// Model run first e.g. crop the brain { null, 1, 2, .. } @@ -198,7 +198,7 @@ id: 5, type: "Atlas", path:"./models/model30chan50cls/model.json", - modelName:"Cortical Atlas 50 (Low Mem, Slow)", + modelName:"50-ROI Atlas (Low Mem, Slow)", labelsPath: "./models/model30chan50cls/labels.json", colorsPath: "./models/model30chan50cls/colorLUT.json", preModelId: 1,// Model run first e.g. crop the brain { null, 1, 2, .. }