Andras Lasso
Andras Lasso
> > how to auto-select the just loaded file in user interface? > > Probably easiest to use this utility to show the images in the background: https://github.com/Slicer/Slicer/blob/main/Base/Python/slicer/util.py#L514 `setSliceViewerLayers` would...
I started to add some more comments, but then I rather made the changes myself: - add support for both .npy and .npz format - add support for arrays up...
> In PyTorch, the usual conventions for dimensions are: [NCHW for 4D](https://pytorch.org/docs/stable/generated/torch.nn.Conv2d.html#torch.nn.Conv2d) tensors/arrays and [NCDHW for 5D](https://pytorch.org/docs/stable/generated/torch.nn.Conv3d.html#torch.nn.Conv3d). I assume that [channel-last convention](https://github.com/Slicer/Slicer/blob/5a3f3381d16c7151b695d2597695951869c9981d/Base/Python/slicer/util.py#L2225-L2241) was taken from ITK, or maybe VTK? How...
Having we could have `auto`, `NCDHW`, `NKJIC` axis options. Auto could implement the heuristics you described. My only concern is that if sooner or later users will report that the...
As it could take some time for this reader to get more mature, it would make sense to put it in the Sandbox extension, where it could be updates more...
The reader is avaialable in the Sandbox extension (https://github.com/PerkLab/SlicerSandbox/pull/19), so indeed we can close this pull request.
It is awesome to see that this work has begun! If MRML becomes accessible as a standalone Python package then I would find it appropriate to move it out to...
Bite that when the module has an internal Python package in a subfolder (...Lib) then we modify the reload function to reload that package, too. If there are closely related...
TIFF file format cannot store 3D data, as there is no standard way to store the image origin, spacing, and axis directions. Instead you can save your 3D array from...
Often these strange errors are related to SlicerMorph customizations. In this case, maybe it is due to enabling undo/redo.