]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLymphStationsGenericFilter.txx
read carina position into DB
[clitk.git] / segmentation / clitkExtractLymphStationsGenericFilter.txx
index 2644c1fc99153a50c7694150e8c91dabcc39de35..fb6d4dae8705c385ae83a03c13daf96e938efcd9 100644 (file)
@@ -81,14 +81,17 @@ void clitk::ExtractLymphStationsGenericFilter<ArgsInfoType>::UpdateWithInputImag
   filter->SetArgsInfo(mArgsInfo);
 
   // Go !
-  filter->Update();
+  // try {
+    filter->Update();
+  // }
+  // catch(std::runtime_error e) {
   
-  // Check if error
-  if (filter->HasError()) {
-    SetLastError(filter->GetLastError());
-    // No output
-    return;
-  }
+  // // Check if error
+  // if (filter->HasError()) {
+  //   SetLastError(filter->GetLastError());
+  //   // No output
+  //   return;
+  // }
 
   // Write/Save results
   typename ImageType::Pointer output = filter->GetOutput();