Justin Kirby

Results 37 comments of Justin Kirby

This code could be added to address this request: ``` # list collections with patient counts, modalities and body parts examined import requests import json collection_url = "https://services.cancerimagingarchive.net/nbia-api/services/v1/getCollectionValues" collection_data =...

Please update the "Brief Introduction" section to the following: ### Summary [The Cancer Imaging Archive (TCIA)](https://www.cancerimagingarchive.net/) is a service which de-identifies and hosts a large publicly available archive of medical...

Yeah, I can see an argument for that. So maybe add a "References" section at the end of the notebook that spells all of those citations out? It seems like...

Hi @yiheng-wang-nv , Phantom FDA is a collection but Lung Phantom is also one: [Lung Phantom](https://doi.org/10.7937/K9/TCIA.2015.08A1IXOO). It contains many segmentations (SEG) of a single CT scan. This API call will...

I [just learned](https://github.com/AIM-Harvard/SlicerRadiomics/issues/77#issuecomment-2094143939) that if you setup an environment with Python 3.9 it will work, but there are no wheels for later versions yet.

Update: I finally got around to trying with Python 3.9 in a fresh virtual environment and it still didn't work. However, I did have success installing it inside of 3D...

@fedorov Checking to see if you all already knew about this potential alignment issue with the ReMIND segmentation data and whether we may need to investigate a fix.

Hi all, just wanted to check back to see if there was any resolution to this. Do we need to update any of the itkwidget notebooks in https://github.com/kirbyju/TCIA_Notebooks?

Hi, is work to resolve this still under consideration? I am running a preview build of Slicer 5.7 and don't see pyradiomics as an extension to install. I'm also still...

Hi @pieper, here's the [pyradiomics-pip-error.txt](https://github.com/AIM-Harvard/SlicerRadiomics/files/15209378/pyradiomics-pip-error.txt) I get when installing with pip3. I think there's already an open issue about this (https://github.com/AIM-Harvard/pyradiomics/issues/872) but I understand the resource issue. I am currently...