]> Creatis software - clitk.git/commit
Add condition into clitkDicom2Image
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 20 Dec 2018 12:53:01 +0000 (13:53 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 20 Dec 2018 12:53:01 +0000 (13:53 +0100)
commitfcbb252eca534687630734b6b0c8b13c799ff282
tree2a8c26f976a65dbc35939de9b845297bd13e87cf
parent133a3b14fe0d225aff4ea4edd53d61e7f3d063c2
Add condition into clitkDicom2Image

The name return by GDCMSeriesFileNames starts by ./ if it is in the current folder or not if not. And the filenames never stat by ./
So I need to remove ./ only if it starts with ./
tools/clitkDicom2Image.cxx