vscode-neuro-viewer
vscode-neuro-viewer copied to clipboard
Check metadata and visualize neuroimages within VSCode.
NRRD files are very simple and similar to NIFTI files. It would be amazing if you could add support for them.
I thought it was lacking DICOM series support, so added naive one https://github.com/kubzoey95/vscode-neuro-viewer/tree/dcm_support Please tell me if you'd like it included into extension or if you see any issues.
Single-slice 3D niftis should be shown as 3D images with one dimension not scrollable. Instead they are reduced to 2D niftis. This results in two scroll-bars X,Y where the user...
Error message when trying to load an image: > **Unable to open '...nii.gz'** > Cannot read properties of undefined (reading 'map') This file opens fine with ITK-SNAP. It was created...
- [ ] Detect errors in image parsing and store tracebacks - [ ] Point user to open issue when an error is detected (Github extension integration?) - [ ]...
- [ ] Global settings regarding default palettes and axis. - [ ] Settings per workspace, if a workspace is being used - [ ] Settings per session/window - [...
https://code.visualstudio.com/docs/getstarted/telemetry#_for-extension-authors Report errors, image sizes, value types and ranges, picked color palletes