Skip to content

Commit

Permalink
Commited
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Jun 6, 2024
1 parent cab4959 commit 5d6f1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mri/cli/reconstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def dc_adjoint(obs_file: str, traj_file: str, coil_compress: str|int, debug: int
if not fourier_op.impl.uses_sense:
dc_adjoint = np.linalg.norm(dc_adjoint, axis=0)
log.info("Saving DC Adjoint")
data_header['traj_params'] = traj_params
save_data_hydra(output_filename, dc_adjoint, data_header)
return dc_adjoint, (fourier_op, kspace_data, traj_params, data_header)

Expand Down

0 comments on commit 5d6f1f3

Please sign in to comment.