]> Creatis software - clitk.git/commit
Remove extract_series option
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Fri, 11 Jan 2019 10:55:04 +0000 (11:55 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Fri, 11 Jan 2019 10:55:04 +0000 (11:55 +0100)
commitd647919fe732d73ed24138daaec16080c00df892
tree8ef6faa041d81f8e0cda2746987c262c3568e2e5
parentfcbb252eca534687630734b6b0c8b13c799ff282
Remove extract_series option

With the itk::GDCMSeriesFileNames, we automatically have the dicom sorted according series, so this option is not necessary anymore.
So I removed the option in the .ggo file and I remove the if conditions.

I add .c_str() to series_UID to remove trailling white spaces
tools/clitkDicom2Image.cxx
tools/clitkDicom2Image.ggo