-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch Processing #53
Comments
No, you will need first to convert your RT-struct file into label volumes. We recommend plastimatch for this purpose. If your RT-struct files follow the same convention for labeling individual structures, it should be relatively easy to script running plastimatch and pyradiomics in sequence for batch processing. |
Was the code of pyradiomic installed after activation of this extension? Then, can I run the code of pyradiomic by 'import radiomic' just as a script in slicer directly (e.g.https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository)? |
Yes, installation of the radiomics package is part of the installation and is therefore available in the slicer environment if you install the extension |
Thanks, Professor JoostJM. |
@timeanddoctor, both volumes and segmentations loaded in slicer can be saved using the "save data" button. The default format (respectively ".nrrd" and ".seg.nrrd") are both supported in PyRadiomics. |
I have 2 questions
Is there a command line way to extract radiomics of one specific structure using an RT-Struct file with many contours.
Also is it possible to do this as a batch process for many patients using command line
Thanks
The text was updated successfully, but these errors were encountered: