bbSetOutputOut( CreateDefaultImage() );
return;
} // if res
+
+try {
// Get info from the first image file
int i;
std::vector<double> v_iop;
if (l==NULL)
{
- printf("EED GetXCoherentInfoGdcmReader::Process Warnning not coherent list/file \n");
+ printf("EED GetXCoherentInfoGdcmReader::Process Warnning (1) not coherent list/file \n");
return;
}
printf("EED GetXCoherentInfoGdcmReader::Process 6\n");
reader->Update();
reader->GetOutput();
bbSetOutputOut( reader->GetOutput() );
+} catch (...) {
+ printf("EED GetXCoherentInfoGdcmReader::Process Warnning (2) not coherent list/file \n");
+ return;
+} // try
+
}
#endif
// endif USE_GDCM