Andrey Fedorov
Andrey Fedorov
From @dclunie: > There are no DICOM Transfer Syntaxes specifically for floating point pixel data. > > So the Deflate TS is the only one available, and it should work...
Currently, dcmqi fails in Slicer: https://slicer.cdash.org/build/2599227/configure
Problem (reported by @abmnv and Felix Nensa): Acquisition context is propagated from the source images DICOM. In the instances where there are attributes that are not conforming to the standard,...
This would be in place of a custom ITKv3, which was done originally to reduce build time of the library due to CI time limits
Equipment info is not populated as intended, and instead is propagated from the source image series.
https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/Core/Common/include/itkImageSource.hxx#L263-L271
Potentially, it might be interesting to have a python package that wraps the converter interfaces. It is difficult to assess the effort and benefits of such package, since (due to...
Apparently, someone has already done this on a patched version of dcmqi: https://github.com/CBICA/dcmqi/blob/master/azure-pipelines.yml. Adding this as a bookmark for the future.
Following on email from @michaelonken: > I recently looked into the performance issue with writing segmentations > (and other objects based on functional groups). > > As I thought, the...