{ "info": { "author": "Scott Burns", "author_email": "scott.s.burns@vanderbilt.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "seam\n====\n\nSeam is a simple layer between standard neuroimaging tools and your data. It generates useful commands around these tools so you can apply them against your data.\n\nSeam makes no decisions about the organization of your data or how the generated commands will ultimately be executed. That is up to you as the scientist & engineer.\n\nInitial planned support\n---------------\n\n- Freesurfer's `recon-all` and `trac-all` commands with helper functions for taking `tksurfer` & `tkmedit` screenshots, etc.\n- FSL's `dtifit`, `bedpost` & `probtrackx2`.\n- Others as contributed or determined useful\n\nPhilosophy\n----------\n\nSoftware is best written in layers. Each layer should encapsulate knowledge about how to best use the next lower layer. Its functionality should be exposed through as simple an API as possible.\n\nSeam will have no dependencies and minimal effort will be required to use it. It should integrate into any application ranging from a single script to something much more complicated.\n\nA simple example\n----------------\n\n```python\nfrom seam.freesurfer import recon_all\n\nsubject_data = {'sub001': '/path/to/first/t1.nii',\n 'sub002': '/path/to/other/t1.nii',\n 'sub003': '/path/to/third/t1.nii'}\n\nfor subject_id, path_to_t1 in subject_data.iteritems():\n recon_command = recon_all(input=path_to_t1)\n script_name = 'recon_{}.sh'.format(subject_id)\n with open(script_name, 'w') as f:\n f.write(recon_command)\n```\n\nThe generated `recon_all` commands will be the exact three for each subject, though obviously with different inputs.\n\nSupport/Questions/Development\n-----------------------------\n\nSeam is very much a work-in-progress. It is supported through [the Vanderbilt Univeristy Institute for Imaging Science][1]. Please use github for questions and issues but I cannot guarantee support.\n\n[1]: http://vuiis.vanderbilt.edu", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/VUIIS/seam", "keywords": "neuroimaging data analysis", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "seam", "package_url": "https://pypi.org/project/seam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/seam/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/VUIIS/seam" }, "release_url": "https://pypi.org/project/seam/0.0/", "requires_dist": null, "requires_python": null, "summary": "A simple layer between neuroimaging tools and your data", "version": "0.0" }, "last_serial": 983278, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "842157976e10391b989114340286b0fc", "sha256": "c3f90cfa2ed64e244079f970c7814b302e42db7674afab25676dcda0b2191a82" }, "downloads": -1, "filename": "seam-0.0-py27-none-any.whl", "has_sig": false, "md5_digest": "842157976e10391b989114340286b0fc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4381, "upload_time": "2014-01-27T19:30:08", "url": "https://files.pythonhosted.org/packages/ce/dd/1bc49b2ce3c1860a5325650836c070b60b67e451167715896ad146264446/seam-0.0-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "595423910d3d036c0095255848fbeeea", "sha256": "6e56674e651945b3f341db25295befe542d4ca3225a63856aaa088aa12dcd695" }, "downloads": -1, "filename": "seam-0.0.tar.gz", "has_sig": false, "md5_digest": "595423910d3d036c0095255848fbeeea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3054, "upload_time": "2014-01-27T19:26:17", "url": "https://files.pythonhosted.org/packages/77/85/440454699f0175f9c72d18465653bb28ed36404e13a74239c08e1abaabcf/seam-0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "842157976e10391b989114340286b0fc", "sha256": "c3f90cfa2ed64e244079f970c7814b302e42db7674afab25676dcda0b2191a82" }, "downloads": -1, "filename": "seam-0.0-py27-none-any.whl", "has_sig": false, "md5_digest": "842157976e10391b989114340286b0fc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4381, "upload_time": "2014-01-27T19:30:08", "url": "https://files.pythonhosted.org/packages/ce/dd/1bc49b2ce3c1860a5325650836c070b60b67e451167715896ad146264446/seam-0.0-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "595423910d3d036c0095255848fbeeea", "sha256": "6e56674e651945b3f341db25295befe542d4ca3225a63856aaa088aa12dcd695" }, "downloads": -1, "filename": "seam-0.0.tar.gz", "has_sig": false, "md5_digest": "595423910d3d036c0095255848fbeeea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3054, "upload_time": "2014-01-27T19:26:17", "url": "https://files.pythonhosted.org/packages/77/85/440454699f0175f9c72d18465653bb28ed36404e13a74239c08e1abaabcf/seam-0.0.tar.gz" } ] }