-
Notifications
You must be signed in to change notification settings - Fork 60
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
ENH: Initial support of the arc beam sequence #215
base: master
Are you sure you want to change the base?
Commits on Aug 10, 2022
-
ENH: Initial beam arc sequence
Michael Colonel committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 30203ff - Browse repository at this point
Copy the full SHA 30203ffView commit details -
BUG: Fix contour end-capping in VTK 9.0
In VTK <= 8.2, unused points weren't used in bounds calculation, while they are used in VTK >= 9.0. This caused issues with the creation of the end cap contour, since the image extent was incorrect. Fixed by removing unused points. Fixes a number of failing DVH tests.
Configuration menu - View commit details
-
Copy full SHA for b82e15d - Browse repository at this point
Copy the full SHA b82e15dView commit details -
BUG: Fix failing Isodose module generic tests
Fix crash that is caused by the fact that ApplicationLogic is not set for generic tests. The "CopyNode" function is static, so the issue was fixed by using the method statically.
Configuration menu - View commit details
-
Copy full SHA for 909a556 - Browse repository at this point
Copy the full SHA 909a556View commit details -
BUG: Fix failing Beams module generic tests
Fix crash by checking if beamsLogic exists before accessing.
Configuration menu - View commit details
-
Copy full SHA for 3aaf917 - Browse repository at this point
Copy the full SHA 3aaf917View commit details -
The test data was no longer available since "slicer.kitware.com/midas3" was retired in August 2021. Fixed by pointing the URL to the raw files in SlicerRTData.
Configuration menu - View commit details
-
Copy full SHA for 2952e71 - Browse repository at this point
Copy the full SHA 2952e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33f1e6 - Browse repository at this point
Copy the full SHA e33f1e6View commit details -
BUG: Fix qSlicerDrrImageComputationModuleGenericTest on Windows
On Windows, CLI build directories were not added to the list of additional module directories. This resulted in missing CLI modules, causing qSlicerDrrImageComputationModuleGenericTest to fail.
Configuration menu - View commit details
-
Copy full SHA for 7d45aff - Browse repository at this point
Copy the full SHA 7d45affView commit details -
BUG: Fix failing PlmProtonDoseEngineTest
The default source-axis distance and aperture distance was invalid for proton dose calculation. Fixed by changing the SAD back to the original default.
Configuration menu - View commit details
-
Copy full SHA for 53af755 - Browse repository at this point
Copy the full SHA 53af755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636519a - Browse repository at this point
Copy the full SHA 636519aView commit details -
BUG: Fix failing vtkSlicerIsodoseModuleLogicTest_EclipseProstate
The isodose surface generated with VTK9 is slightly different around the holes in the bottom of the mesh. This causes a small volume difference between the baseline and generated surface. The surface is the same in all other areas, so there doesn't seem to be an issue. Fixed by updating the baseline.
Configuration menu - View commit details
-
Copy full SHA for b12d459 - Browse repository at this point
Copy the full SHA b12d459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6775c74 - Browse repository at this point
Copy the full SHA 6775c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0293cbe - Browse repository at this point
Copy the full SHA 0293cbeView commit details -
BUG: Fix crash when showing isodose scalar bar
Due to updates in VTK, TextActorAnchors needs to be initialized in LayoutTicks to not cause a crash.
Configuration menu - View commit details
-
Copy full SHA for b98b655 - Browse repository at this point
Copy the full SHA b98b655View commit details -
COMP: Fix compile errors with Cxx17
Update Plastimatch to replace std::auto_ptr with std::unique_ptr. Change use of std::not1 and std::ptr_fun to use a lambda function instead. Fix SlicerRt#212
Configuration menu - View commit details
-
Copy full SHA for 298eee3 - Browse repository at this point
Copy the full SHA 298eee3View commit details -
COMP: Fix C++17 dynamic exception error
Mikhail Polkovnikov committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for b994027 - Browse repository at this point
Copy the full SHA b994027View commit details -
COMP: Fix C++17 compile errors on Mac/Linux
Update plastimatch to remove dynamic exception compile errors. Re SlicerRt#213
Configuration menu - View commit details
-
Copy full SHA for 41d2e1c - Browse repository at this point
Copy the full SHA 41d2e1cView commit details -
COMP: Update plastimatch to Fix C++17 compile errors on Mac
Update plastimatch to remove register storage specifier. Re SlicerRt#213
Configuration menu - View commit details
-
Copy full SHA for 408b2ec - Browse repository at this point
Copy the full SHA 408b2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0294eae - Browse repository at this point
Copy the full SHA 0294eaeView commit details -
ENH: Dynamic arc beam sequence GUI and logic upgrades
1. Logic debug information was removed 2. ExternalBeamPlanning module description file was created
Mikhail Polkovnikov committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 0a3415c - Browse repository at this point
Copy the full SHA 0a3415cView commit details