From 1674cb4881b6a3d7ca86ef0d6025e4f48cb8b0a0 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 29 Jul 2011 15:19:44 +0200 Subject: [PATCH] Add options for S3A --- segmentation/clitkExtractLymphStationsGenericFilter.txx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.txx b/segmentation/clitkExtractLymphStationsGenericFilter.txx index 03fdb29..47dad7d 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.txx +++ b/segmentation/clitkExtractLymphStationsGenericFilter.txx @@ -115,6 +115,8 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) // Station 3A f->SetFuzzyThreshold("3A", "SVC", mArgsInfo.S3A_ft_SVC_arg); + f->SetFuzzyThreshold("3A", "Bones", mArgsInfo.S3A_ft_Bones_arg); + f->SetThreshold("3A", "Bones", mArgsInfo.S3A_t_Bones_arg); f->SetFuzzyThreshold("3A", "Aorta", mArgsInfo.S3A_ft_Aorta_arg); f->SetFuzzyThreshold("3A", "SubclavianArtery", mArgsInfo.S3A_ft_SubclavianArtery_arg); -- 2.46.1