Andras Lasso
Andras Lasso
Slice 5.0.x should work, latest Slicer 5.1.x will work from tomorrow.
> Having a check if the variable was already set and at least providing a warning that a UI component has the same name I agree. Would you mind submitting...
To avoid inventing yet another json metadata format for specifying labels, you could use the new OME-Zarr format's metadata specification: http://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/ome/ngff/master/0.2/index.bs#label-md We'll add support for it in Slicer, too (and...
What do you mean by multi-modality image? Multi-channel image? One option is to load it as a volume sequence. You can then switch between channels using previous/next buttons in the...
> But I haven't investigated much how 3D Slicer manages 2D images. 3D Slicer does not distinguish between 2D and 3D images, but it simply treats a 2D image as...
If in the 2D image you have origin, spacing, orientation information or the image is large (>4GB), or use bit depth >8 then I would use nrrd/nifti/DICOM, because these 3D...
When you represent your data as a numpy array then you may not know what each axis mean. For example, a 3D array may mean 2D spatial + color or...
> do you have experience with OCT image applications on 3D Slicer? Slicer supports OCT images, including: - import: from DICOM and from a few special OCT file formats (importer...
The issue is fixed (comment/reopen if there are still problems).
What was the build issue when DICOM support was enabled? DCMTK?