This package implements the methods described in "Learning the Sampling Pattern for MRI" ('https://arxiv.org/abs/1906.08754').
The package can be installed by running
git clone https://github.com/fsherry/bilevelmri.git && cd bilevelmri && pip install -e . && rm -r build
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
This project is licensed under the BSD 2-Clause license (see LICENSE.txt).