Andras Lasso
Andras Lasso
The IO manager emits the `newFileLoaded` signal, which is fired when loading is completed (even when files are loaded by the DICOM browser). So, a simple way to react to...
These kinds of issues may be fixed by updating to Qt6. Do you use Wayland?
Probably Wayland makes things worse, but it may worth a try. Qt6 will fix things almost for sure, but not all Slicer dependencies support that (for example PythonQt will become...
The problem might be also avoided by using a different graphics driver.
I would be happy to get rid of fcsv file support, but we should probably notify users through the Slicer forum (create a new topic for this, explaining what we...
I wanted to test it more after a clean build before submitting the ITK pull request. @jcfr if you have time to create an ITK pull request in the meantime...
CLI modules are not capable of doing such things. It is a wrapper for an executable algorithm, and so interactive behavior (such as analysing the input data and displaying the...
We would like to use NRRD instead in our pipelines, as it seems to work much more robustly than NIFTI (with all the SFORM/QFORM inconsistency issues). Many packages uses nibabel...
Thank you, I'll put this on my TODO list. Is it OK to add pynrrd (with its trivial [requirements](https://github.com/mhe/pynrrd/blob/master/requirements.txt)) as a dependency to nibabel?
Among the next steps is implementing node properties similarly to Qt. We could declare property name, type (maybe also default value, range, etc) with macros. These macros could generate code...