Metadata-Version: 1.1
Name: som
Version: 0.0.8
Summary: python tools for school of medicine
Home-page: https://github.com/radinformatics/somtools
Author: Vanessa Sochat
Author-email: vsochat@stanford.edu
License: LICENSE
Description: # SOM
        
        School of Medicine Python Tools
        
        **under development**
        
        Starting some very basic Python based tools for working with / moving SOM data, likely to and from Google Cloud. 
        
        ## Installation
        
              pip install git+git://github.com/radinformatics/som-tools.git
        
        
        For official releases, eventually will be:
        
        
              pip install som
        
        
        ## Use Cases
        
        ### Convert Dicom to Nifti
        
        See the [full example](examples/dicom2nifti.py). Briefly, to save to a custom output folder:
        
        
        	output_folder = '/home/vanessa/Desktop'
        	outfiles = dicom2nifti(folders,output_folder)
        
        	DEBUG:som:Found 1 directories with dicom.
        	DEBUG:som:First dicom found with dimension 512 by 512, using as standard.
        	INFO:som:Saving /home/vanessa/Desktop/ST-2034619995971856625.nii.gz
        	DEBUG:som:Found 1 directories with dicom.
        	DEBUG:som:First dicom found with dimension 512 by 512, using as standard.
        	INFO:som:Saving /home/vanessa/Desktop/ST-9134992622373037207.nii.gz
        	DEBUG:som:Found 1 directories with dicom.
        	DEBUG:som:First dicom found with dimension 512 by 512, using as standard.
        	INFO:som:Saving /home/vanessa/Desktop/ST-6141651738472648472.nii.gz
        
        
        
        
Keywords: medical-images,stanford,school of medicine,api,validator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
