From: David Sarrut Date: Mon, 17 Oct 2011 08:40:11 +0000 (+0200) Subject: Correct structures names X-Git-Tag: v1.3.0~180^2~16 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=43905ce677f84fc86dfb856ce4b35595069aa3d4;p=clitk.git Correct structures names --- 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"]);