knee_singlecoil content was inconsistent with the manifest #295
Answered
by
mmuckley
Liuzheng0808
asked this question in
Q&A
-
Hello, I've been trying to use knee_singlecoil recently,but when I downloaded it, I found that the content was inconsistent with the manifest.Do you know what the reason is?The downloaded file contains only one file ’knee_singlecoil_train‘ after extraction. |
Beta Was this translation helpful? Give feedback.
Answered by
mmuckley
Apr 24, 2023
Replies: 1 comment 9 replies
-
Okay, this seems to confirm an issue with the single coil test data. I'll track down where the issue is. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Liuzheng0808
I just downloaded it myself and extracted the files to verify that they match the manifest for
knee_singlecoil_val_tar.xz
, so I think you've made an error.You need to do the following:
curl
command from your email. The last two items in the command should be--output knee_singlecoil_val.tar.xz
.tar -xvf knee_singlecoil_val.tar.xz
on the downloaded file, which should be namedknee_singlecoil_val.tar.xz
.I'm not sure why your
.h5
files are the correct sizes. My initial guess is that you renamed theknee_single_coil_val.tar.xz
file toknee_singlecoil_val.h5
and your HDF5 script has somehow found the first volume in the file, but to be honest I can't be sure.…