Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Mar 26, 2024
1 parent 43fc1c6 commit 50ba544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brkraw/scripts/brkrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def recon2nifti(pvobj, scan_id, reco_id, output, scanname, process):
new_shape[3] = int(new_shape[3]/acqp._parameters['NSLICES'])
image = image.reshape(new_shape)
image = image.transpose(1,0,2,3,4,5,6)
print(image.shape)

# [x, y, z, echo, channel, NR]
niiobj = nib.Nifti1Image(np.squeeze(np.abs(image)), affine)
niiobj = pvobj._set_nifti_header(niiobj, visu_pars, method, slope=False, offset=False)
Expand Down

0 comments on commit 50ba544

Please sign in to comment.