]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStation_1RL.txx
Correct structures names
[clitk.git] / segmentation / clitkExtractLymphStation_1RL.txx
index 608fdc91e09b22daa0ea1072f076ad43d8eb9304..6758ab85220455679a2354e3550b2d95a929ac0d 100644 (file)
@@ -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"]);
@@ -147,7 +147,7 @@ ExtractStation_1RL_Post_Limits()
   // Resize like S1R.
   VertebralArtery = clitk::ResizeImageLike<MaskImageType>(VertebralArtery, S1R, GetBackgroundValue());
 
-  // Search for most Ant point, slice by slice, between Trachea and Thyroid
+  // Search for most Ant point
   std::vector<MaskSlicePointer> VertebralArtery_slices;
   clitk::ExtractSlices<MaskImageType>(VertebralArtery, 2, VertebralArtery_slices);
   std::vector<typename ImageType::PointType> A;