pycoilgen


Namepycoilgen JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryMagnetic Field Coil Generator for Python.
upload_time2024-03-18 10:46:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords mri magnetic resonance imaging nmr nuclear resonance imaging target field gradient field physics coil
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyCoilGen
[![GitHub license](https://img.shields.io/github/license/kev-m/pyCoilGen)](https://github.com/kev-m/pyCoilGen/blob/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycoilgen?logo=pypi)](https://pypi.org/project/pycoilgen/)
[![semver](https://img.shields.io/badge/semver-2.0.0-blue)](https://semver.org/)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/kev-m/pyCoilGen?sort=semver)](https://github.com/kev-m/pyCoilGen/releases)
[![Code style: autopep8](https://img.shields.io/badge/code%20style-autopep8-000000.svg)](https://pypi.org/project/autopep8/)

![pyCoilGen logo](https://github.com/kev-m/pyCoilGen/blob/master/docs/source/figures/Logo_small.png)

The **pyCoilGen** project is an open source tool for generating coil winding layouts, such as
[gradient field coils](https://mriquestions.com/gradient-coils.html), within the
[MRI](https://en.wikipedia.org/wiki/Magnetic_resonance_imaging) and
[NMR](https://en.wikipedia.org/wiki/Nuclear_magnetic_resonance) environments. **pyCoilGen** is based on a boundary element method and generates interconnected non-overlapping wire-tracks on 3D support structures.

This Python project is a port of the MATLAB [CoilGen code](https://github.com/Philipp-MR/CoilGen) developed by Philipp Amrein. 

For detailed documentation, refer to the [pyCoilGen Documentation](https://pycoilgen.readthedocs.io/).

## Installation

Refer to the [Installation Guide](https://pycoilgen.readthedocs.io/en/latest/installation.html) for detailed instructions on how to install and set up **pyCoilGen**.

## Examples

The [`examples`](https://github.com/kev-m/pyCoilGen/blob/master/examples) directory contains several examples for how to use **pyCoilGen**. These examples demonstrate different scenarios and configurations for generating coil layouts.

## Acknowledgements

The porting of the code from MATLAB to Python was facilitated by [ChatGPT, May 24 through August 3 Version](https://chat.openai.com) with manual corrections. 

Additional cross-checking was done using [MATLAB Online](https://www.mathworks.com/products/matlab-online.html) provided by MathWorks.

## Contributing

If you'd like to contribute to **pyCoilGen**, follow the guidelines outlined in the [Contributing Guide](https://github.com/kev-m/pyCoilGen/blob/master/CONTRIBUTING.md).

## License

See [`LICENSE.txt`](https://github.com/kev-m/pyCoilGen/blob/master/LICENSE.txt) for more information.

## Contact

For inquiries and discussion, use [pyCoilGen Discussions](https://github.com/kev-m/pyCoilGen/discussions).

## Issues

For issues related to this Python implementation, visit the [Issues](https://github.com/kev-m/pyCoilGen/issues) page.

## Citation

Use the following publication, if you need to cite this work:

- [Amrein, P., Jia, F., Zaitsev, M., & Littin, S. (2022). CoilGen: Open-source MR coil layout generator. Magnetic Resonance in Medicine, 88(3), 1465-1479.](https://onlinelibrary.wiley.com/doi/10.1002/mrm.29294)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pycoilgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "MRI,Magnetic Resonance Imaging,NMR,Nuclear Resonance Imaging,Target Field,Gradient Field,Physics,Coil",
    "author": null,
    "author_email": "Kevin Meyer <kevin@kmz.co.za>, Philipp Amrein <none@noreply.com>",
    "download_url": "https://files.pythonhosted.org/packages/88/e5/a175ce190bf8b51762a12f94980115dc3e914446945b70e46247ab3b2863/pycoilgen-0.2.1.tar.gz",
    "platform": null,
    "description": "# pyCoilGen\n[![GitHub license](https://img.shields.io/github/license/kev-m/pyCoilGen)](https://github.com/kev-m/pyCoilGen/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycoilgen?logo=pypi)](https://pypi.org/project/pycoilgen/)\n[![semver](https://img.shields.io/badge/semver-2.0.0-blue)](https://semver.org/)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/kev-m/pyCoilGen?sort=semver)](https://github.com/kev-m/pyCoilGen/releases)\n[![Code style: autopep8](https://img.shields.io/badge/code%20style-autopep8-000000.svg)](https://pypi.org/project/autopep8/)\n\n![pyCoilGen logo](https://github.com/kev-m/pyCoilGen/blob/master/docs/source/figures/Logo_small.png)\n\nThe **pyCoilGen** project is an open source tool for generating coil winding layouts, such as\n[gradient field coils](https://mriquestions.com/gradient-coils.html), within the\n[MRI](https://en.wikipedia.org/wiki/Magnetic_resonance_imaging) and\n[NMR](https://en.wikipedia.org/wiki/Nuclear_magnetic_resonance) environments. **pyCoilGen** is based on a boundary element method and generates interconnected non-overlapping wire-tracks on 3D support structures.\n\nThis Python project is a port of the MATLAB [CoilGen code](https://github.com/Philipp-MR/CoilGen) developed by Philipp Amrein. \n\nFor detailed documentation, refer to the [pyCoilGen Documentation](https://pycoilgen.readthedocs.io/).\n\n## Installation\n\nRefer to the [Installation Guide](https://pycoilgen.readthedocs.io/en/latest/installation.html) for detailed instructions on how to install and set up **pyCoilGen**.\n\n## Examples\n\nThe [`examples`](https://github.com/kev-m/pyCoilGen/blob/master/examples) directory contains several examples for how to use **pyCoilGen**. These examples demonstrate different scenarios and configurations for generating coil layouts.\n\n## Acknowledgements\n\nThe porting of the code from MATLAB to Python was facilitated by [ChatGPT, May 24 through August 3 Version](https://chat.openai.com) with manual corrections. \n\nAdditional cross-checking was done using [MATLAB Online](https://www.mathworks.com/products/matlab-online.html) provided by MathWorks.\n\n## Contributing\n\nIf you'd like to contribute to **pyCoilGen**, follow the guidelines outlined in the [Contributing Guide](https://github.com/kev-m/pyCoilGen/blob/master/CONTRIBUTING.md).\n\n## License\n\nSee [`LICENSE.txt`](https://github.com/kev-m/pyCoilGen/blob/master/LICENSE.txt) for more information.\n\n## Contact\n\nFor inquiries and discussion, use [pyCoilGen Discussions](https://github.com/kev-m/pyCoilGen/discussions).\n\n## Issues\n\nFor issues related to this Python implementation, visit the [Issues](https://github.com/kev-m/pyCoilGen/issues) page.\n\n## Citation\n\nUse the following publication, if you need to cite this work:\n\n- [Amrein, P., Jia, F., Zaitsev, M., & Littin, S. (2022). CoilGen: Open-source MR coil layout generator. Magnetic Resonance in Medicine, 88(3), 1465-1479.](https://onlinelibrary.wiley.com/doi/10.1002/mrm.29294)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Magnetic Field Coil Generator for Python.",
    "version": "0.2.1",
    "project_urls": {
        "Bug tracker": "https://github.com/kev-m/pyCoilGen/issues",
        "Changelog": "https://github.com/kev-m/pyCoilGen/blob/release/CHANGELOG.md",
        "Code of Conduct": "https://github.com/kev-m/pyCoilGen/blob/release/CODE_OF_CONDUCT.md",
        "Contributing": "https://github.com/kev-m/pyCoilGen/blob/release/CONTRIBUTING.md",
        "Documentation": "https://pycoilgen.readthedocs.io/",
        "Home": "https://github.com/kev-m/pyCoilGen",
        "Source": "https://github.com/kev-m/pyCoilGen"
    },
    "split_keywords": [
        "mri",
        "magnetic resonance imaging",
        "nmr",
        "nuclear resonance imaging",
        "target field",
        "gradient field",
        "physics",
        "coil"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db95d1a9b27625594e29c461a2cb80c3e8ee1ace3a788c6d658cadb8c692bde2",
                "md5": "ca87aa0ac5ff2e9ffd7b927472a4ad49",
                "sha256": "33994dc968b422285d7acd1e28675d176d2fdcee2af146746dcc5abe2c1e03c7"
            },
            "downloads": -1,
            "filename": "pycoilgen-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca87aa0ac5ff2e9ffd7b927472a4ad49",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 159494,
            "upload_time": "2024-03-18T10:46:41",
            "upload_time_iso_8601": "2024-03-18T10:46:41.585005Z",
            "url": "https://files.pythonhosted.org/packages/db/95/d1a9b27625594e29c461a2cb80c3e8ee1ace3a788c6d658cadb8c692bde2/pycoilgen-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88e5a175ce190bf8b51762a12f94980115dc3e914446945b70e46247ab3b2863",
                "md5": "a487e9b1b7f634babde6d3096b13485b",
                "sha256": "a39fdebc11d9f59f01b21766e3ace431f3aa47248174d53a00ef7b07ba4ada4c"
            },
            "downloads": -1,
            "filename": "pycoilgen-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a487e9b1b7f634babde6d3096b13485b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 130369,
            "upload_time": "2024-03-18T10:46:43",
            "upload_time_iso_8601": "2024-03-18T10:46:43.865076Z",
            "url": "https://files.pythonhosted.org/packages/88/e5/a175ce190bf8b51762a12f94980115dc3e914446945b70e46247ab3b2863/pycoilgen-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 10:46:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kev-m",
    "github_project": "pyCoilGen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pycoilgen"
}
        
Elapsed time: 0.21206s