Metadata-Version: 1.1
Name: BMDanalyse
Version: 0.1.3
Summary: Tool to analyse regional changes in a time series of 2D medical images.
Home-page: http://pypi.python.org/pypi/BMDanalyse/
Author: Michael Hogg
Author-email: michael.christopher.hogg@gmail.com
License: MIT license
Download-URL: https://pypi.python.org/packages/source/B/BMDanalyse/BMDanalyse-0.1.3.zip
Description: 
        About
        -----
        
        A tool used for the regional analysis of a time series of 2D medical images, typically X-rays or virtual X-rays (output from a computer simulation, such as those created using `pyvXRAY <http://pypi.python.org/pypi/pyvxray>`_).
        Intended to be used to evaluate the bone gain / loss in a number of regions of interest (ROIs) over time, typically due to bone remodelling as a result of stress shielding around an orthopaedic implant.
            
        Written in pure Python using PyQt4/PySide, pyqtgraph, numpy, PIL and matplotlib. Should work on any platform, but has only been tested on Windows.
        
        How to use
        ----------
        
         - Load a time series of 2D medical images (in image format such as bmp, png etc). 
         - Use the up / down arrows below the image file list to place the images in chronological order. A time series of virtual X-rays is provided in the sampleMedicalImages directory. 
         - Create some Regions of Interest (ROIs) and run the ROI analysis tool from the Analyse option on the main toolbar
         - Run the Image analysis tool from the Analyse option on the main toolbar
        
Keywords: python,medical,image,analysis,ROIs,xray
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Visualization
