Skip to content

Commit 8f57c65

Browse files
committed
Fixed SWEEP call introduced in version 0.8.0
1 parent a822596 commit 8f57c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seq/sequences.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'TSE': tse.TSE(),
6464
'EDDYCURRENTS': eddycurrents.EDDYCURRENTS(),
6565
'InversionRecovery': inversionRecovery.InversionRecovery(),
66-
'SWEEP': sweep.SWEEP(),
66+
'SWEEP': sweep.SweepImage(),
6767
'Larmor Raw': larmor_raw.LarmorRaw(),
6868
'MSE': mse.MSE(),
6969
'MSE_PyPulseq': mse_pp.MSE(),

0 commit comments

Comments
 (0)