Steve Pieper

Results 541 comments of Steve Pieper
trafficstars

Maybe it was an issue with 3.29.0-rc4. 3.29.1 seems to have it: ![image](https://github.com/pnlbwh/ukftractography/assets/126077/7f6763dd-d605-4dd4-8824-a0bb9576625a)

Also fwi @tashrifbillah I downloaded the binaries and ccmake was included. You may need to enable ccmake before building. It could be a configure option.

> latest GCC version ITK supports I don't know off the top of my head. It would be a good question for the ITK forum.

@tashrifbillah we use the release-X.Y branch name convention to indicate which version of the code should be used to generate Slicer extensions. Currently, Slicer's stable is 4.11.20200930, so we want...

Yes - I'm thinking we can use something like "tag_NA_#" which might turn into PatientName_NA_3 if it were the third instance in a directory of a missing PatientName tag.

Makes sense - let's do .zip then - it's probably the most widely supported format (windows and mac in explorer/finder).

After looking at this a bit, I'm going to suggest we do it a little differently to remove a layer of directory. Suppose you had something like: %PatientName/%StudyDate/%SeriesDescription-%InstanceNumber.dcm to get...

+1, yes, that makes sense! Right now everything is data driven with the % characters as escape sequences around dictionary terms. Maybe we should define a different escape characters (perhaps...

I like the idea of doing something automatic - what if at every level if you the target directory or file already exists then it starts autonumbering them. So you...

Yes, makes sense. We'll obviously want to be very cautious about deleting the source data, but as long as it is only an option for the user that should be...