From b9a6acec240f16afb5344f1eeebe25060d84d7bc Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Mon, 17 Oct 2011 10:40:49 +0200 Subject: [PATCH] Remove debug --- segmentation/clitkExtractLymphStation_3P.txx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/segmentation/clitkExtractLymphStation_3P.txx b/segmentation/clitkExtractLymphStation_3P.txx index 7120498..274fc86 100644 --- a/segmentation/clitkExtractLymphStation_3P.txx +++ b/segmentation/clitkExtractLymphStation_3P.txx @@ -26,8 +26,6 @@ ExtractStation_3P() m_ListOfStations["3P"] = m_Working_Support; StopCurrentStep(m_Working_Support); - // ExtractStation_3P_LR_inf_Limits(); // <-- done in RelPosList - // Generic RelativePosition processes m_ListOfStations["3P"] = this->ApplyRelativePositionList("Station_3P", m_ListOfStations["3P"]); m_Working_Support = m_ListOfStations["3P"]; @@ -39,6 +37,7 @@ ExtractStation_3P() // LR limits superiorly => not here for the moment because not clear in the def // ExtractStation_3P_LR_sup_Limits_2(); //TODO // ExtractStation_3P_LR_sup_Limits(); // old version to change + // ExtractStation_3P_LR_inf_Limits(); // <-- done in RelPosList // Store image filenames into AFDB writeImage(m_ListOfStations["3P"], "seg/Station3P.mhd"); @@ -94,8 +93,8 @@ ExtractStation_3P_LR_sup_Limits() Trachea = clitk::ResizeImageLike(Trachea, m_Working_Support, GetBackgroundValue()); SubclavianArtery = clitk::ResizeImageLike(SubclavianArtery, m_Working_Support, GetBackgroundValue()); - writeImage(Trachea, "tr.mhd"); - writeImage(SubclavianArtery, "sca.mhd"); + // writeImage(Trachea, "tr.mhd"); + // writeImage(SubclavianArtery, "sca.mhd"); // Get list of slices std::vector slices_support; -- 2.45.1