Andras Lasso

Results 869 comments of Andras Lasso

Does it help if you start the application with `--no-main-window`? You can try launching Slicer like this and run Python script that loads input data and uses `vtkMRMLDoseComparisonNode` and `vtkSlicerDoseComparisonModuleLogic`...

Can you give a step-by-step description (starting with loading some data from Sample Data module or other openly available repositories) to reproduce the slowdown?

The "published" date is when the extension package was uploaded to Girder. That is a new date for each Slicer version. It is different from last update time. See details...

We have run into this issue, too. The displacement field vector are saved in voxel space (should be in RAS space) and saved as a 3D+t image (should be a...

Christian Herz created a Python script that saves the displacement field correctly: ```python input_4d_image_file = ".../warped.nii.gz" output_displacement_field_file = ".../displacement_field.nii.gz" import nibabel as nib import numpy as np warped = nib.load(input_4d_image_file)...

Filename had to be sanitized (you cannot have : in the filename).

> is it possible to make my 3D slicer Using this version of pytorch It may be just a matter of weeks until a new pytorch official version comes out...

I agree that the changing window size is not ideal. However, taking away vertical space from the module panel just to show useless information (`S None`) is not ideal either....

Maybe we could revisit showing annotations in the slice view. The data probe was added because rendering of text slowed down view interactions too much. But maybe text rendering speed...

Good point, yes, it applies to the translation handles as well. I find the white dot in the middle much easier to use. All these do not mean that translation...