{ "info": { "author": "Nicholas McKibben", "author_email": "nicholas.bgp@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Virtual Reference Coil\n======================\n\nPython implementation of the algorithm described in [1]_ for finding\noptimal phase map estimates using a constructed virtual coil.\n\nInstallation\n============\n\nShould be as easy as a pip install:\n\n.. code-block:: bash\n\n pip install virtcoilphase\n\nUsage\n=====\n\nExamples can be called from the command line, for example:\n\n.. code-block:: bash\n\n python -m virtcoilphase.examples.simple\n\nGiven a number of coil images, you can find the absolute phase\nestimate like this:\n\n.. code-block:: python\n\n from virtcoilphase import virtcoilphase\n phase = virtcoilphase(x, coil_axis=-1)\n\nReferences\n==========\n.. [1] Parker, Dennis L., et al. \"Phase reconstruction from\n multiple coil data using a virtual reference coil.\"\n Magnetic resonance in medicine 72.2 (2014): 563-569.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mckib2/virtcoilphase", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "virtcoilphase", "package_url": "https://pypi.org/project/virtcoilphase/", "platform": "", "project_url": "https://pypi.org/project/virtcoilphase/", "project_urls": { "Homepage": "https://github.com/mckib2/virtcoilphase" }, "release_url": "https://pypi.org/project/virtcoilphase/0.1.0/", "requires_dist": [ "numpy (>=1.17.2)", "scipy (>=1.3.1)", "matplotlib (>=3.1.1)", "tqdm (>=4.36.1)" ], "requires_python": ">=3.6", "summary": "Virtual reference coil method to determine phase distribution", "version": "0.1.0" }, "last_serial": 5892351, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f2ad7f7eb39a40534c843eb1acfb27d6", "sha256": "b75d438964b65bef10c31734f9de7c6a565128927b79c18f802d74c419080731" }, "downloads": -1, "filename": "virtcoilphase-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f2ad7f7eb39a40534c843eb1acfb27d6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16644, "upload_time": "2019-09-26T19:34:24", "url": "https://files.pythonhosted.org/packages/c0/09/3f782381e2c881cc0957689ec1c1ddeab92a76035cb24f404136d168e832/virtcoilphase-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "322fbb2ba7a6351d1e52aeb7a8f0be6d", "sha256": "87954be030a1727a86f0b2fe14bf7e4f02773dac65f8f552dccd2527be2c36cc" }, "downloads": -1, "filename": "virtcoilphase-0.1.0.tar.gz", "has_sig": false, "md5_digest": "322fbb2ba7a6351d1e52aeb7a8f0be6d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3389, "upload_time": "2019-09-26T19:34:26", "url": "https://files.pythonhosted.org/packages/54/e9/ace674b12d80469048523700ecacba4b545dff3d229aacaf6cfc95aa035f/virtcoilphase-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2ad7f7eb39a40534c843eb1acfb27d6", "sha256": "b75d438964b65bef10c31734f9de7c6a565128927b79c18f802d74c419080731" }, "downloads": -1, "filename": "virtcoilphase-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f2ad7f7eb39a40534c843eb1acfb27d6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16644, "upload_time": "2019-09-26T19:34:24", "url": "https://files.pythonhosted.org/packages/c0/09/3f782381e2c881cc0957689ec1c1ddeab92a76035cb24f404136d168e832/virtcoilphase-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "322fbb2ba7a6351d1e52aeb7a8f0be6d", "sha256": "87954be030a1727a86f0b2fe14bf7e4f02773dac65f8f552dccd2527be2c36cc" }, "downloads": -1, "filename": "virtcoilphase-0.1.0.tar.gz", "has_sig": false, "md5_digest": "322fbb2ba7a6351d1e52aeb7a8f0be6d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3389, "upload_time": "2019-09-26T19:34:26", "url": "https://files.pythonhosted.org/packages/54/e9/ace674b12d80469048523700ecacba4b545dff3d229aacaf6cfc95aa035f/virtcoilphase-0.1.0.tar.gz" } ] }