-
Notifications
You must be signed in to change notification settings - Fork 10
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
[91] - Adding CT loading functionality to web interface #161
Conversation
Codecov ReportAttention:
... and 1 file with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this. I couldn't quite get it to run locally - perhaps I wasn't extracting ct-scans.zip
to the right location? Happy to show my setup over video-call some time if that would be helpful.
Also, are you going to merge implementing_web_ui
first and then redirect this branch to main
?
That implementing_web_ui
PR looked almost done - feel free to let me know when it is ready for another review :)
* Pin stride version in all the places we specify pip install * Fix dead link
Introduction
#91 - Adding the possibility of loading a custom CT scan to the web interface
Behavior
The user has to upload two files, one will be the
.nii
or.zip
with the dicom files, the other will be a.json
containing the mapping between the material layer names and the layer number, like this:After performing the upload, the CT scan is available on the
CT Scan
section of the web interfaceUsage
Download and extract ct-scans.zip
Start the web server, click the CT Scan toggle and select a pair of two files with the same name from the extracted folder to make the upload.