Skip to content

Commit c4107e1

Browse files
Daniel Mackneruecker
authored andcommitted
use gpu in rovir script
1 parent 0f67a62 commit c4107e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/rovir.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ else
104104

105105
DIMS="$(bart show -d 0 $pos):$(bart show -d 1 $pos):$(bart show -d 2 $pos)"
106106
bart nufftbase $DIMS $TRAJ pat
107-
bart nufft $BASIS -p pat -i -x$DIMS $TRAJ $sig cim
107+
bart nufft $GPU $BASIS -p pat -i -x$DIMS $TRAJ $sig cim
108108

109109
bart fmac cim $pos ipos
110110
bart fmac cim $neg ineg
111111

112-
bart nufft $BASIS -ppat $TRAJ ipos pos
113-
bart nufft $BASIS -ppat $TRAJ ineg neg
112+
bart nufft $GPU $BASIS -ppat $TRAJ ipos pos
113+
bart nufft $GPU $BASIS -ppat $TRAJ ineg neg
114114
fi
115115

116116
bart rovir pos neg compress

0 commit comments

Comments
 (0)