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
When I run the command: .\Ufraw2Uc raw.gz vxlImage.mhd UmagOnly, the following is returned:
Writing Umag: UmagOnly Openning header: vxlImage.mhd mhd:vxlImage.mhd:
Nxyz: 834 905 914, dX: 5.2e-006 5.2e-006 5.2e-006, X0: 0 0 0, Img: vxlImage.raw.gz,
Reading vxlImage.raw.gz , size:8349059141, using libz.
Reading Ufx.raw.gz , size:8358358354, using libz.,
and no files are written. It seems the script doesn't run past line 80.
The text was updated successfully, but these errors were encountered:
zkanavas
changed the title
Not writing Umag or Uccy, Uccz files
Not writing Umag file
Jul 7, 2021
Should be fixed now. May bad (for not following coding guidelines)!, this has been introduced few weeks ago, originated from libvoxel code, and has been affecting few other parts of the code. Thanks for taking the time and reporting it.
When I run the command:
.\Ufraw2Uc raw.gz vxlImage.mhd UmagOnly
, the following is returned:Writing Umag: UmagOnly Openning header: vxlImage.mhd mhd:vxlImage.mhd:
Nxyz: 834 905 914, dX: 5.2e-006 5.2e-006 5.2e-006, X0: 0 0 0, Img: vxlImage.raw.gz,
Reading vxlImage.raw.gz , size:8349059141, using libz.
Reading Ufx.raw.gz , size:8358358354, using libz.,
and no files are written. It seems the script doesn't run past line 80.
The text was updated successfully, but these errors were encountered: