X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStation_3P.txx;h=3478b490959b166d75fa33b169cbdacc0026fbdc;hb=b90703922eaac265299057f6135e549538d65f06;hp=58549dfcfce17ac5919fd4d51335b64d01ccfa0d;hpb=6c46b5b1d02d65fdb3fdccc8174346b49a05a32f;p=clitk.git diff --git a/segmentation/clitkExtractLymphStation_3P.txx b/segmentation/clitkExtractLymphStation_3P.txx index 58549df..3478b49 100644 --- a/segmentation/clitkExtractLymphStation_3P.txx +++ b/segmentation/clitkExtractLymphStation_3P.txx @@ -17,6 +17,9 @@ ExtractStation_3P() { if (!CheckForStation("3P")) return; + StartNewStep("Station 3P"); + StartSubStep(); + // Get the current support StartNewStep("[Station 3P] Get the current 3P suppport"); m_Working_Support = m_ListOfSupports["S3P"]; @@ -38,6 +41,7 @@ ExtractStation_3P() writeImage(m_ListOfStations["3P"], "seg/Station3P.mhd"); GetAFDB()->SetImageFilename("Station3P", "seg/Station3P.mhd"); WriteAFDB(); + StopSubStep(); } //--------------------------------------------------------------------