You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@v-sundaresan
Hello, I'm stuck on using your prepare_microbleed_data command.
Can you tell me how I'm supposed to specify the directories for the input images and output images by showing me a specific command example?
Also, how are we supposed to organize our data? should all of our .nii files be zipped in a .nii.gz format and then prepared through the command above?
Can anyone who succeeded in using this module help me?
Thank you for your great code btw.
The text was updated successfully, but these errors were encountered:
I had similar issues with the prepare_microbleed_data command. I ended up going into the code to see what it does and then preprocessed my data myself. It seems to me that you only need ${outname}_preproc.nii.gz in your input folder for microbleednet to run.
> # REORIENTING FLAIR AND T1 IMAGES TO STD SPACE
> $FSLDIR/bin/fslreorient2std ${inpfile}.nii.gz ${TMPVISDIR}/INPUT.nii.gz
>
> # PREPROCESSING OF FLAIR IMAGE
> $FSLDIR/bin/bet ${TMPVISDIR}/INPUT.nii.gz ${TMPVISDIR}/INPUT_brain.nii.gz
> $FSLDIR/bin/fast -B --nopve ${TMPVISDIR}/INPUT_brain.nii.gz
> ${FSLDIR}/bin/imcp ${TMPVISDIR}/INPUT_brain_restore.nii.gz ${outdir}/${outname}_preproc.nii.gz
>
@v-sundaresan
Hello, I'm stuck on using your prepare_microbleed_data command.
Can you tell me how I'm supposed to specify the directories for the input images and output images by showing me a specific command example?
Also, how are we supposed to organize our data? should all of our .nii files be zipped in a .nii.gz format and then prepared through the command above?
Can anyone who succeeded in using this module help me?
Thank you for your great code btw.
The text was updated successfully, but these errors were encountered: