Steve Pieper

Results 541 comments of Steve Pieper
trafficstars

> The cortical parcellation option adds more segments but I don't know if these have named labels. If you don't find it, you could post a link on their issue...

> @pieper I've added this feature allowing the segmentation to be loaded as either a LabelMapVolume or a Segmentation. Both use the [FreeSurferColorLUT](https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/AnatomicalROI/FreeSurferColorLUT) converted to a [3D Slicer color table](https://github.com/SlicerCBM/SlicerFreeSurferCommands/blob/main/FreeSurferSynthSeg/FreeSurferColorLUT.ctbl)...

I noticed this too and spoke with @jcfr about it. He indicated it won't be hard for him to address when Slicer's ITK is updated.

Looks handy - just a few comments: Here you should use `slicer.util.pip_install`. https://github.com/mcespedes99/SlicerGiftiLoader/blob/main/GiftiLoader/GiftiLoader.py#L9-L40 Also these shouldn't be installed during module discovery or they will be run at application startup and...

> In regards to the first comment, is there any specific place I should put the installation of the modules then? @pieper maybe inside the **init** function of the Widget...

In addition to the build machines, which probably don't have any valuable data anyway, allowing unreviewed extensions to be installed on user machines is a big security risk too since...

I really wish people could distribute extensions without going through the extension index. It puts us in the loop for every project in a way that's different from the github,...

Sounds good, looking forward to seeing it 👍 It probably makes sense to wait for the complete workflow before merging this and then posting on discourse with an example video...

Hi Anna - The extension becomes part of the nightly extension build and package process once a pull request (PR) like this is merged in this repository. We don't have...

> 3D Slicer will freeze if I call qt.QFileDialog in the Python script. I have no idea why. Hmm, not sure what's not working for you. Can you provide a...