IOMethods file level help

From BanghamLab
Revision as of 13:12, 21 May 2013 by AndrewBangham (talk | contribs) (Created page with "RegisterDeregisterTool.m<br> RegisterDeregisterTool('Command',option ['Command2',option2]) Handles the storage, use and removal of DArT tool handles saved in the 'user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RegisterDeregisterTool.m

 RegisterDeregisterTool('Command',option ['Command2',option2])

 Handles the storage, use and removal of DArT tool handles
 saved in the 'userdata' field of the main Matlab user interface, handle 0

 Command option pairs
      'Exists','ToolName'
      'Set',   'ToolName','Handle',ToolHandle
      'get',   'ToolName'
      'delete','ToolName'

 See also: ClusterControl

(note, failure to manage tool handles correctly can make it 
 impossible to close the tool window. The only option then seems to
 be to close Matlab. Oops!)

J. Andrew Bangham, 2008


ToolShed.m

 function ToolShed


 Dr. A. I. Hanna, CMP, UEA, 2008.


ToolShedInstallCheck.m


shedio_readTIFStack.m

 A function that takes a string containing the name of a TIF stack, and
 returns a MxNxF volume where F is the number of images in the stack.

 Dr. A. I. Hanna (2007)