Change of structure for v1
Compare changes
- David Grundfest authored
In order to hide viz.itk_vtk_viewer.NotInstalledError and similar classes, I moved the code from cli into a function in viz module and only this function is imported for cli.
+ 6
− 14
@@ -159,20 +159,12 @@ def main():
message = "Itk-vtk-viewer is not installed or qim3d can not find it.\nYou can either:\n\to Use 'qim3d viz SOURCE -m k3d' to display data using different method\n\to Install itk-vtk-viewer yourself following https://kitware.github.io/itk-vtk-viewer/docs/cli.html#Installation\n\to Let qim3D install itk-vtk-viewer now (it will also install node.js in qim3d library)\nDo you want qim3D to install itk-vtk-viewer now?"