Skip to content

Commit

Permalink
ENH: Update Autoscoper
Browse files Browse the repository at this point in the history
Highlights:
* Add support 16 and 32-bit radiograph
* Add support for toggling DRR visibility using python or MatLab client

List of changes:

```
$ git shortlog 644473784..48fcab973 --no-merges
Anthony Lombardi (4):
      ENH: Add support for 16 and 32-bit radiograph images
      BUG: Ensure CUDA RayCaster is sets visible to true by default
      ENH: Socket control drr visibility toggle
      ENH: Generalize background image calculations to support 16/32-bit radiographs (#245)
```
  • Loading branch information
jcfr committed Feb 5, 2024
1 parent 619546b commit 0092e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_Autoscoper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${SUPERBUILD_TOPLEVEL_PROJECT}_USE_SYSTEM_${p

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"644473784dd0018f5bf8518c5e5322092e4da07d"
"48fcab9734ba44ca101826156a0d57de99891f12"
QUIET
)

Expand Down

0 comments on commit 0092e81

Please sign in to comment.