Skip to content

Commit 971c6a8

Browse files
committed
Acquisition Configuration (#285)
* feat!: acquisition Config. This is a breaking change! * fmt: black * feat(test): use acquisition fixture for tests. * feat: docstrings * refactor!: use acq in display functions as well * fmt:black * fix: correct field name. * feat: move adc setup to acquisition level. * fix: example use the acquisition object * feat: example use acquisition. * fix: style * use correct units * fix: enum meta has evolved in python 3.12 * feat: use better default for grad raster time. * feat: more SI units and acq use * fix: don't modify API for write/read_trajectory * fmt * fix examples * update * fix: acq and display * feat: add context manager for the acquisition * update context manager * fmt: PEP604 type union fixes UP045 * [docs] update docstring for acquisition config.
1 parent a9a0e57 commit 971c6a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mrinufft/io/nsp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
from mrinufft.io.utils import prepare_trajectory_for_seq
1212
import numpy as np
13-
from typing import Optional
1413

1514
from mrinufft.trajectories.utils import (
1615
Acquisition,

0 commit comments

Comments
 (0)