Daniel Blezek

Results 8 comments of Daniel Blezek

See this has been idle for a while, but Markoff could detect that opening an image falied and ask the user for permission on the enclosing folder. The Unarchiver does...

FWIW, there is a fork that removes the automatic registration of TGA, replacing with a `tga.RegisterFormat()` function. https://github.com/dblezek/tga

@fedorov @potis I poked around this morning. Grunt didn't recognized this bit of XML: ``` dicomImageFiles DICOM images file names input inputDICOMList Comma-separated list of DICOM images that correspond to...

@fedorov, it's not absolutely critical for our projects, but anyone checking out your source code would not be able to build `dcmqi`. I may swap to using the pre-built binaries,...

@fedorov, interesting use case! We hadn't considered this particular use case. In the past, we've had to write simple "shims" in bash to handle cases like this. A comma-separated list...

@fedorov, `itkimage2segimage` has a `--inputImageList` of type `std::vector` that takes a list of comma-separated image filenames. Currently `grunt` doesn't know how to handle this input (and since it's not common,...

@fedorov, @potis, Added some more documentation here: https://github.com/Mayo-QIN/grunt/tree/parameter_documentation#shims

@fedorov, I finally see the problem(forgive me for being dense). Would there be some way to add the filename in the JSON? Depending on the order of files on the...