]> Creatis software - STMS.git/blobdiff - Lib/PrePostProcessing/itkSTMS_ImageSequenceToTemporalSet.txx
modification image et csv
[STMS.git] / Lib / PrePostProcessing / itkSTMS_ImageSequenceToTemporalSet.txx
index 8b361d59c9a2bea1a9754b185a91afd0a9710c2f..ed74c3c32b1b8155ead8ff4b429afc59c5ffb73d 100755 (executable)
@@ -91,7 +91,7 @@ itkSTMS_ImageSequenceToTemporalSet < ImageType, MaskImageType >
         mReader = MaskReaderType::New();
         MinMaxCalculator = MinMaxCalculatorType::New();
 
-        maskPath = expDescription->experimentPath+expDescription->inputFolder+expDescription->maskImage+expDescription->imageExtension;
+        maskPath = expDescription->maskImage; //expDescription->experimentPath+expDescription->inputFolder+expDescription->maskImage+expDescription->imageExtension;
         mReader->SetFileName( maskPath );
         mReader->Update();
         mask = mReader->GetOutput();