Skip to content

Commit

Permalink
Update siemens.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Feb 4, 2025
1 parent f280aae commit 9e8010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mrinufft/io/siemens.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def read_siemens_rawdat(
}
if "refscan" in twixObj.keys():
twixObj.refscan.squeeze = True
acs = twixObj.refscan[""].astype(np.float32)
acs = twixObj.refscan[""].astype(np.complex64)
hdr["acs"] = acs.swapaxes(0, 1)
if slice_num is not None and hdr["n_slices"] < slice_num:
raise ValueError("The slice number is out of bounds.")
Expand Down

0 comments on commit 9e8010e

Please sign in to comment.