2009年10月28日

Debian系統用VNCviewer登入看不到背景


如圖所示,背景一片灰
修改如下

利用vi開啟 .vnc/xstartup
裡面的內容是
#!/bin/sh
....
加入
/etc/X11/Xsession &

儲存後,用puTTY將vncserver -kill :(?) 殺掉
之後重開即可。

2009年10月8日

Mricro NOTES

Mricro可以作SPM使用的header, MriCroN不行(data type: NIfTI)

Mricro讀取影像方向與matlab不同,與SPM也不同

Origin flip to 90 degree flip to -90 degree

Header可以利用複製方式重複使用

Header make using Mricro
Header Information:
1.Dimention, Size, Origin(Central)
2.Data-> 16-bit Int (8-bit Int在SPM中影像很怪)
little-endian (in windows system)
big-endian (in Unix)