Dear experts,
I am new to fMRI and I am working with rat fMRI data. I am performing the preprocessing steps in fsl (FMRIB Software Library) and since it designed for human brain, I must scale up the voxel size of rat brain image by 10.
I know that I probably must work with scl_slope and scl_inter in nifti header and I use fsledithd command to change the scl_slope to 10 (Now it is set to 1). but when I change the scl_slope in nifti header, the image doesn't change ( the voxel size remains unchanged.) and I think I must use fslcreatehd command to make these change to my image but I don't know how to do that. if this procedure is right please tell me how I must do that.
Also, I edit the voxel size directly with fsledithd(edit pixdim1, pixdim2 and pixdim3 instead of scl_slope and scl_inter) and it seems that it works, but, I don't know that it is correct to edit those parameter instead of scl_slope or not.
Thank you.