Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 664 Bytes

bilevelmri

DOI

This package implements the methods described in "Learning the Sampling Pattern for MRI" ('https://arxiv.org/abs/1906.08754').

Installation

The package can be installed by running

git clone https://github.com/fsherry/bilevelmri.git && cd bilevelmri && pip install -e . && rm -r build

Usage

For a basic example of how the various parts of this package can be combined to learn a sampling pattern, consider the notebook learn_example_square.ipynb

License

This project is licensed under the BSD 2-Clause license (see LICENSE.txt).