valery
(valery)
September 17, 2020, 11:25am
1
Hi everybody,
I’m looking for a bit of help. I would like to modify the content of “data probe” in python script inside Slicer.
For instance : how to
activate the colorbar on the overlay
enable/disable corner text annotation
change font properties
Maybe I missed it in the documentation, don’t hesitate to refer to it. Thanks a lot.
Valéry
lassoan
(Andras Lasso)
September 17, 2020, 7:48pm
2
See examples in script repository - https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Hide_slice_view_annotations_.28DataProbe.29
If you don’t find how to access a specific function then have a look at the DataProbe module source code (it is implemented in Python) and take out or call the relevant code snippet.