From 43905ce677f84fc86dfb856ce4b35595069aa3d4 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 17 Oct 2011 10:40:11 +0200 Subject: [PATCH] Correct structures names --- segmentation/clitkExtractLymphStation_1RL.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/segmentation/clitkExtractLymphStation_1RL.txx b/segmentation/clitkExtractLymphStation_1RL.txx index 7fa72ef..6758ab8 100644 --- a/segmentation/clitkExtractLymphStation_1RL.txx +++ b/segmentation/clitkExtractLymphStation_1RL.txx @@ -44,10 +44,10 @@ ExtractStation_1RL() ExtractStation_1RL_Post_Limits(); m_Working_Support = m_ListOfStations["1R"]; Remove_Structures(" 1R", "ScaleneMuscleAnt"); - Remove_Structures(" 1R", "CommonCarotidArteryRight"); + Remove_Structures(" 1R", "RightCommonCarotidArtery"); m_Working_Support = m_ListOfStations["1L"]; Remove_Structures(" 1L", "ScaleneMuscleAnt"); - Remove_Structures(" 1L", "CommonCarotidArteryLeft"); + Remove_Structures(" 1L", "LeftCommonCarotidArtery"); // Generic RelativePosition processes m_ListOfStations["1R"] = this->ApplyRelativePositionList("Station_1R", m_ListOfStations["1R"]); -- 2.45.1