Skip to content
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

Address VTK warnings during VRG gen pipeline #95

Open
NicerNewerCar opened this issue May 13, 2024 · 1 comment
Open

Address VTK warnings during VRG gen pipeline #95

NicerNewerCar opened this issue May 13, 2024 · 1 comment
Milestone

Comments

@NicerNewerCar
Copy link
Contributor

NicerNewerCar commented May 13, 2024

volumeFileName = "AutoscoperM_VRG_GEN_TEMP.mhd"
IO.writeTemporyFile(volumeFileName, self.convertNodeToData(volumeNode))

Threshold Scalar Volume command line: 

C:/D/S5.5R/Slicer-build/lib/Slicer-5.5/cli-modules/Release/ThresholdScalarVolume.exe --thresholdtype Below --threshold 0 --lower 0 --upper 200 --outsidevalue 0 C:/Users/anthony.lombardi/AppData/Local/Temp/Slicer/CEBCE_vtkMRMLScalarVolumeNodeCC.nrrd C:/Users/anthony.lombardi/AppData/Local/Temp/Slicer/CEBCE_vtkMRMLScalarVolumeNodeCC.nrrd

Threshold Scalar Volume completed without errors

Input port 0 of algorithm vtkOpenGLGPUVolumeRayCastMapper (000001743BFCF2B0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCB6B0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageThreshold (0000017402B53BA0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCB6B0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageReslice (000001747F036CD0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCB6B0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageThreshold (0000017402B53BA0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCB6B0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageReslice (000001747F036CD0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCAB70) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageThreshold (0000017402B559D0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCAB70) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageReslice (000001747E983EB0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCAB70) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageThreshold (0000017402B559D0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDCAB70) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageReslice (000001747E983EB0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDC44F0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageThreshold (0000017402B54380) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDC44F0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageReslice (000001747F035650) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDC44F0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageThreshold (0000017402B54380) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageMapToWindowLevelColors (000001743BDC44F0) has 0 connections but is not optional.
Input port 0 of algorithm vtkImageReslice (000001747F035650) has 0 connections but is not optional.
@NicerNewerCar NicerNewerCar added this to the Backlog milestone May 13, 2024
@amymmorton
Copy link
Contributor

depreciated in favor #99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants