After running the following in windows PowerShell: .\Ufraw2Uc raw.gz vxlImage.mhd UmagOnly, I received the following error: Warning third argument can only be wUmag or UmagOnly, ignoring it:raw.gz. I believe this is because in this line the index for variable argv should be 3 instead of 1.
After running the following in windows PowerShell:
.\Ufraw2Uc raw.gz vxlImage.mhd UmagOnly
, I received the following error:Warning third argument can only be wUmag or UmagOnly, ignoring it:raw.gz
. I believe this is because in this line the index for variableargv
should be 3 instead of 1.