Metadata-Version: 2.1
Name: pycoilgen_data
Version: 0.0.2
Summary: Extra data for pyCoilGen, the Open source Magnetic Resonance Coil Generator.
Keywords: MRI,Magnetic Resonance Imaging,NMR,Nuclear Resonance Imaging,Target Field,Gradient Field,Physics,Coil
Author-email: Kevin Meyer <kevin@kmz.co.za>, Philipp Amrein <none@noreply.com>
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Dist: pycoilgen
Project-URL: Documentation, https://github.com/kev-m/pyCoilGen
Project-URL: Home, https://github.com/kev-m/pyCoilGen
Project-URL: Source, https://github.com/kev-m/pyCoilGen/data

# pyCoilGen Data

[pyCoilGen](https://github.com/kev-m/pyCoilGen) is an application for generating gradient field coil layouts within the MRI/NMR environment. 

The tool is based on a boundary element method and creates interconnected, non-overlapping wire-tracks on 3D support structures.

This package provides optional extra data for **pyCoilGen** that provides coil mesh surface `.stl` files, pre-calculated target fields and solutions.

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

## Installation

Install **pyCoilGen** using pip:
```bash
$ pip install pycoilgen
```

Install this **pyCoilGen Data** using pip:
```bash
$ pip install pycoilgen_data
```

## License

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


