Skip to content
Snippets Groups Projects
Commit ea9c7c1d authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Updated fsleyes help link, and removed non-useful tools (feat, bet,

flirt) from frozen fslpy.
parent 055b05bf
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ def _getFSLToolNames(): ...@@ -254,7 +254,7 @@ def _getFSLToolNames():
# directory, should work for both frozen and # directory, should work for both frozen and
# unfrozen apps. # unfrozen apps.
if getattr(sys, 'frozen', False): if getattr(sys, 'frozen', False):
allTools = ['fsleyes', 'render', 'bet', 'flirt', 'feat'] allTools = ['fsleyes', 'render']
else: else:
allTools = [mod for _, mod, _ in pkgutil.iter_modules(tools.__path__)] allTools = [mod for _, mod, _ in pkgutil.iter_modules(tools.__path__)]
......
...@@ -306,6 +306,7 @@ def about(frame, ctx): ...@@ -306,6 +306,7 @@ def about(frame, ctx):
FSL_TOOLNAME = 'FSLeyes' FSL_TOOLNAME = 'FSLeyes'
FSL_HELPPAGE = 'http://users.fmrib.ox.ac.uk/~paulmc/fsleyes/'
FSL_INTERFACE = interface FSL_INTERFACE = interface
FSL_CONTEXT = context FSL_CONTEXT = context
FSL_INIT = init FSL_INIT = init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment