Philipp-MR / CoilGen

Open source MR coil generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The CoilGen Project is a community-based tool for the generation of coil Layouts within the MRI/NMR environment. It is based on a boundary element method and generates an interconnected non-overlapping wire-tracks on 3D support structures. The focus of this work is post processing.

The user must specify a target field (e.g., bz(x,y,z)=y for a constant gradient in the y-direction) and a surface mesh geometry (e.g., a cylinder defined in an .stl file). The code then generates a coil layout in the form of a non-overlapping, interconnected wire trace to achieve the desired field.

pyCoilGen: A Python Implementation

The author has supported the creation of pyCoilGen, a translation of this CoilGen Project to Python. The code is available on GitHub and documentation is available on ReadTheDocs.

A full description is given in the following publication: https://onlinelibrary.wiley.com/doi/10.1002/mrm.29294

Getting Started

Check the documentation to get started

Installation

  1. Download and extract the file of the CoilGen repository
  2. Run one of the examples in the folder "Examples"

The project requires MATLAB and optionally FastHenry2 for calculation of the coil inductance. The MATLAB version should not be older than 2020A.

Algorithm overview

plot

License

See LICENSE.txt for more information.

(back to top)

Contact

Philipp Amrein, philipp.amrein@uniklinik-freiburg.de

Project Link: [https://github.com/Philipp-MR/CoilGen]

(back to top)

Citation

For citation of this work, please refer to the following publication: https://onlinelibrary.wiley.com/doi/10.1002/mrm.29294 https://doi.org/10.1002/mrm.29294

(back to top)

About

Open source MR coil generator

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%