X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_2RL.txx;h=7332dee29921c804c621c161e44127f17bbdc66c;hb=481f91d7e69da2d1d79e0576625b90994eb3930b;hp=e31f2d519c016ed31a4dba8497efd419c1c98b6b;hpb=43905ce677f84fc86dfb856ce4b35595069aa3d4;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_2RL.txx b/segmentation/clitkExtractLymphStation_2RL.txx index e31f2d5..7332dee 100644 --- a/segmentation/clitkExtractLymphStation_2RL.txx +++ b/segmentation/clitkExtractLymphStation_2RL.txx @@ -184,10 +184,10 @@ ExtractStation_2RL_Remove_Structures(std::string s) // m_Working_Support must be set Remove_Structures(s, "BrachioCephalicVein"); Remove_Structures(s, "BrachioCephalicArtery"); - Remove_Structures(s, "CommonCarotidArteryLeft"); - Remove_Structures(s, "CommonCarotidArteryRight"); - Remove_Structures(s, "SubclavianArteryLeft"); - Remove_Structures(s, "SubclavianArteryRight"); + Remove_Structures(s, "LeftCommonCarotidArtery"); + Remove_Structures(s, "RightCommonCarotidArtery"); + Remove_Structures(s, "LeftSubclavianArtery"); + Remove_Structures(s, "RightSubclavianArtery"); Remove_Structures(s, "Thyroid"); Remove_Structures(s, "Aorta"); }