We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user loads a DICOM CT and a foo.seg.nii file, there is no good way to automaitly load the .seg.nii file as a segmentation group. Right now the base CT name is arbirary: https://github.com/Kitware/VolView/blob/main/src/actions/loadUserFiles.ts#L115 and the name from https://github.com/Kitware/VolView/blob/main/src/io/import/dataSource.ts#L145-L149
The text was updated successfully, but these errors were encountered:
Fixed by #678
Sorry, something went wrong.
No branches or pull requests
If the user loads a DICOM CT and a foo.seg.nii file, there is no good way to automaitly load the .seg.nii file as a segmentation group. Right now the base CT name is arbirary:
https://github.com/Kitware/VolView/blob/main/src/actions/loadUserFiles.ts#L115
and the name from https://github.com/Kitware/VolView/blob/main/src/io/import/dataSource.ts#L145-L149
The text was updated successfully, but these errors were encountered: