Posted
almost 8 years
ago
by
ihnorton
ENH: refactor vtkNRRDWriter w/ MakeNRRD helper function
|
Posted
almost 8 years
ago
by
ihnorton
ENH: add 'AllowInMemoryTransfer' CLI setting
This allows a CLI to control whether in-memory (MRMLID) transfer is attempted.
Implemented as a parameter for simplicity. Could be implemented in SEM, but
not sure it's worth the churn that would cause.
|
Posted
almost 8 years
ago
by
lassoan
STYLE: Added note on markups node max number of points
Related to bug report:
https://issues.slicer.org/view.php?id=4306
|
Posted
almost 8 years
ago
by
lassoan
BUG: Fixed scene save with images loaded from command-line
fixes #3630 (https://issues.slicer.org/view.php?id=3630)
The problem was that file names passed to Slicer through command-line arguments are interpreted as relative to the current working
|
Posted
almost 8 years
ago
by
lassoan
ENH: Made auto-rotate slice to camera normal more robust
Auto-rotate slice to camera normal only works if the reformat widget is displayed.
In Reformat module, auto-rotate is shown as a checkbox on "Normal to camera" button - very far from show/hide
|
Posted
almost 8 years
ago
by
lassoan
ENH: SampleData module loads all data sets from Midas
Also added showing of loading status on the status bar, as the log window is not always visible in lower resolution screens.
|
Posted
almost 8 years
ago
by
lassoan
BUG: Changed sample data URLs
URL for sample data hosted on Slicer wiki is changed - update SampleData module accordingly.
|
Posted
almost 8 years
ago
by
lassoan
BUG: Prevent FreeSurfer overlay load from custom extensions
Revert change of allowing loading of FreeSurfer scalar overlays from custom extensions.
It interfered with the logic that determined what reader to use for loading model nodes.
Users may
|
Posted
almost 8 years
ago
by
jcfr
ENH: BuildSystem: Update DCMTK repo to support source download behind proxy
See https://discourse.slicer.org/t/slicer-compile-behind-proxy-clone-into-dcmtk-through-http/423
|
Posted
almost 8 years
ago
by
lassoan
ENH: Fixed loading of FreeSurfer overlays with custom extensions
Loading of FreeSurfer scalar overlays from files were offered on the GUI for any file extensions,
but an internal check prevented loading from files with non-standard file extension
|