James Butler
James Butler
@kirbyju You should be able to successfully install pyradiomics from within Slicer's python by doing `slicer.util.pip_install('pyradiomics')` in the Slicer python console. As indicated at https://pypi.org/project/pyradiomics/3.1.0/#files there are Windows, macOS and...
Hi all, I ran into the original issue that this PR is trying to fix which I posted about over on the Slicer forum https://discourse.slicer.org/t/failures-saving-a-volume-to-path-with-sign/25657. Is there a path forward...
Your file name was incorrect. See the necessary changes below ```diff - MSLesionVisualiser.s4etx + MSLesionVisualiser.s4ext ```
The sole module in this extension is named "Main" which doesn't seem to be a descriptive name about what the module actually does. I can also tell from https://github.com/AlistairMcCutcheon/SlicerMSLesionVisualiser/blob/main/Main/CMakeLists.txt, that...
> I've loaded CTLiver image from Sample Data module, created two segments (hip and femur), and clicked "Run Automatic Segmentation" button and got this very poor result after 12 minutes:...
> Maybe we could just let anyone submit almost anything Would this further open up the factory build machine to security risks? The build machine already has extensions building based...
Sorry I’m unable to attend the weekly meeting today though I would be interested in what you all discuss. If there is less review of extension submissions that then results...
@lassoan The s4ext in the archive directory should also be removed if this extension is being added back in? https://github.com/Slicer/ExtensionsIndex/blob/0a2ade7e30c84884c751f24f2f0b5579845c2a47/ARCHIVE/lapdMouseBrowser.s4ext lapdMouseBrowser was originally archived in https://github.com/Slicer/ExtensionsIndex/commit/638a2eaaf6f566ad604fe1561b35e29042430321.
Does it make sense to include this Slicer module as part of SlicerMorph since it is based on the ALPACA module in SlicerMorph and therefore could benefit from the same...
Yes Slicer uses PythonQt and not PyQt. Syntax is similar, but not exact. QFileDialog would be available in Slicer at ```python import qt qt.QFileDialog ```