Skip to content

Commit

Permalink
make number of shot more explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Sep 29, 2023
1 parent 529c469 commit 3bab75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simfmri/simulator/handlers/acquisition/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def kspace_bulk_shot(
"""
shots = next(traj_generator)
shot_idx = 0
logger.debug(f"full trajectory has {len(shots)} shots")
logger.info(f"full trajectory has {len(shots)} shots")
kframe = 0
for sim_frame_idx in range(n_sim_frame):
if shot_idx + n_batch <= len(shots):
Expand Down

0 comments on commit 3bab75e

Please sign in to comment.