Steve Pieper
Steve Pieper
This would allow modules to define custom behaviors and controller actions, which would significantly enhance the utility of SlicerVR (for example allowing scripted code to do basically everything a loadable...
See discussion here: https://github.com/MGHComputationalPathology/dicomweb-client/issues/41 Looks like we should be following this older version of the standard where it's stated clearly: http://dicom.nema.org/medical/dicom/2018e/output/chtml/part18/sect_6.5.3.2.html
From time to time people ask about using viewers like OHIF with a traditional (non-DICOMweb) PACS. It would be conceivable to implement this in dicomweb-server if someone had enough motivation....
Would be good to have example to bring up: - couchdb (with multiple nodes) - dicomweb-server - static hosting of OHIFViewer configured to use dicomweb-server A similar example could have...
 There's a new tool called Ambient Occlusion in VTK that provides extra depth cues. It's in the Lights module of the Sandbox extension and it seems to work really...
This is ready for testing. The feature is a bit rough and we should discuss how to better integrate it with the gui and what features to add. E.g. it...
Cross-reference to this issue, which belongs here in dmri: https://github.com/Slicer/Slicer/issues/4708#issuecomment-600083138
### Description In this code transpose is used when inverse is intended: https://github.com/InsightSoftwareConsortium/ITK/blob/7357008cbc2880cda302f00efd1a39b02aeffe08/Modules/IO/NIFTI/src/itkNiftiImageIO.cxx#L1978-L1982 It looks to me like the code was copy-pasted from above where transpose was intended but the...
## Request Related to #1345, the segmentation is encoded as fractional but we currently don't load it. Instead we throw this as an error: ``` Uncaught (in promise) Error: Fractional...