浅谈近红外脑成像英文期刊文章撰写

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(Tufts University),斯坦福大学脑科学方向科研人员。 Frontiers 杂志客座编辑(Guest Associate Editor for Fronti
Xu Cui
11 sec read

nirs2img, create an image file from NIRS data

Update 2021/2/27: If you find griddata3 not working, try to change griddata3 to griddata. I was asked where to get nirs2img script. Here it is. The download link is at the bottom of this article. nirs2img is to create an image file from the input data. Then theimage file can be viewed by a
Xu Cui
51 sec read

All Articles

是男还是女?

张三,李四两朋友好久没有见面了,这次相见到格外亲切,问长问短。时间过得真快,如今李四已经是2个孩子的父亲了。 于是,张三问到:你已经是两个孩子的父亲了,恭喜恭喜,那么这两个孩子的性别分别是什么呢?李四
Xu Cui
0 sec read

我弟弟的韩国服装网店

feiqin╰☆╮首尔之约╭☆╯韩国正品服装饰品专卖,在淘宝网上,欢迎大家捧场。 http://shop35765395.taobao.com/
Xu Cui
1 sec read

xjView, a viewing program for SPM2, SPM5, SPM8 and…

xjView’s official webpage moves to https://www.alivelearn.net/xjview/ xjView is a MatLab program Jian and I wrote a few years ago to display SPM T-test images more easily. Main features include p-value slider: change p-value and display the sup
Xu Cui
33 sec read

retinotopy with freesurfer

Retinotopy analysis consists two parts, one on high resolution structural images (segmentation, inflation, cut, etc), the other on functional images. structural Before you start, you need to put the structural i
Xu Cui
2 min read

brain images: convert between different formats

For single file to single file conversion, you usually use mri_convert of freesurfer. For example mri_convert x.img y.nii Other options would be LONI Debabeler or MRICro. Here are some special cases: multiple 3D ANALYZE to a single 4D Nifti: mri_conc
Xu Cui
1 min read

I support PLoS

As an author, when you publish paper, you pay to the publisher; As a reader, when you read paper, you pay to the publisher; This is absolutely ridiculous! The research is done using tax payer’s money and tax payers have to pay to access the pub
Xu Cui
9 sec read

amfphp bug? Negative integer becomes big positive

In local actionscript, if you have an object like: o.x = 6; o.y = -5; Then send this object to remote server using amfphp, the object becomes o = 6; o = 4294967290; This could be a bug…
Xu Cui
7 sec read

sqlite: update id automatically in a relational table

Let’s say we have three tables: user, paper, userPaperRelation. user has columns id and username paper has column id and title userPaperRelation has columns userID and paperID. userID corresponds to the id in user table; paperID corresponds to
Xu Cui
22 sec read

fslmerge: convert 3D ANALYZE to Nifti

/fs/quarry/cuixu/fsl/fslmerge -t f I_???.* On my computer, it doesn’t convert to .nii file; but to a single img/hdr pair. This method won’t be used. Instead, I use freesurfer’s mri_concat now. See here.
Xu Cui
8 sec read