Misc stuff / Software |
|||||||||||
Here I will collect some material that might be useful for other people than just me. Currently it there are five main contributions:
Segment - Software for Cardiac Image AnalysisThis is an extensitve software package for analysis of cardiac images. It allows investigating of both global and regional left ventricular function, flow analysis, viability, and basic stress functionality. For more information see the homepage. Matlab Parallelization ToolkItThe intention of the toolbox is to provide easy means of writing parallel programs in Matlab, executing on a cluster or on multi-cpu machines. This toolkit is suitable where the amount of interprocess communication is low. Several high level commands are available such as parallelized for-loops, eval, profiler and debugging. The strength of the toolbox compared to other implementations for parallel programming in Matlab is the support for parallel profiling, ease of installation and extensive error checking provided to aid parallel software development. The toolbox has been tested with both Matlab R11, R12, and R13 (Matlab 6.5, new in version 1.2), R14. The toolkit is based on a Master/Slave paradigm. The master process starts up a desired number of computational slaves either on the same machine (multiprocessor machines) or on other machines (cluster). Each slave is a full Matlab session, and unfortunately for users with a Matlab license with limited number of concurrent each slave checks out one Matlab license. The communication between the master and it's slaves is done by TCP/IP pipes. For more information about the toolkit, go to the toolkit homepage: Matlab Parallelization ToolkIt Tensor array toolbox (Matlab)Another toolbox created in my research is a tensor array toolbox, described in a Matlab conference proceeding. This toolbox is no longer maintained. Due to an undocumented change in Matlabs handeling of overloading subsref, and subsasgn in Matlab v6.2 indexing does not work properly on Matlab 6.2 and forward. The other parts does however work, but the source code should be regarded as beta version. It is downloadable as a .zip file. ExtractSoftware to analyse and ultrasound images from GE VingMed ultrasound machines. Developed for Paper I in my PhD thesis, and used some other publications. The toolbox is available here as a .zip-file. There is no good user guide available, but my old Master of Science thesis might work as a starting place (look in Appendix A). This version is not the latest version as it contains parts for 3D echocardiography that we may want to publish later on. If you are interrested in later versions contact me by email.
|
|||||||||||
|
Einar Heiberg homepage, last modified 2009-03-20. |
|||||||||||