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

本文作者是刘宁博士 作者简介:刘宁,塔夫斯大学生物医学工程博士(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

create a thumbnail of an image in actionscript

Assume test1.jpg is the original file and test1_thumb.jpg is the thumbnail file to be created. The width or height of the thumbnail is of maximal size 100. private function loadBMP():void { loader.contentLoaderInfo.addEventListener(Event.COMPLETE, on
Xu Cui
34 sec read

brain image preprocessing

convert between different image formats strip skull (FSL bet, or Bet for gui) bet brain.nii brain_noskull.nii register to a standard brain (FSL flirt, or Flirt for gui) Select avg152T1_brain.img as reference, use rigid body (6 parameters) A mat file
Xu Cui
19 sec read

upload a file with php and AIR

Let’s say you want to upload a file to your server with your AIR program (using File.upload). On the server side you have a php script to handle the file uploading. A very common mistake is that the name of the file field in your AIR (by defaul
Xu Cui
24 sec read

Stanford NIRS lab

Check out Near infrared spectroscopy (NIRS) Lab I take charge of: http://spnl.stanford.edu/tools/nirsCIBSR/nirsHome.htm NIRS allows you to measure neural activities on the surface of the brain. Some labs use NIRS to do brain-computer interface, i.e.
Xu Cui
11 sec read

includeInLayout hide/show a component

Let’s say you have a Label and you want to show this label only when condition == true, you may do this: <mx:VBox> ... other components ... <mx:Label text="this is label" visible="{condition}"/> ... other compone
Xu Cui
20 sec read

北大教授讲健康养生之道

原文很长,先总结以下: 平衡饮食 饮 绿茶(不是红茶,不是茉莉花茶),抗癌,固牙,有利脑血管。每天4杯,晚上睡前不要喝 红葡萄酒,或者红葡萄皮(不是白葡萄)。对心脏好,降血压血脂。每天不超过100毫升
Xu Cui
1 sec read

Learning Employee Directory: How to add a field to…

Return to table of contents Let’s say you want to modify Employee Directory for your own company and you want to add another filed (fax) to the employee data. How to do this? In EmployeePanelDetail.mxml, add the following block. <!-- fax --&
Xu Cui
55 sec read

My brain in many flavors

Below are some pictures of my own brain. 001 rawavg orig nu T1 brainmask norm nu_noneck aseg brain brain.finalsurfs wm.seg wm filled lh.orig.nofix lh.smoothwm.nofix lh.inflated.nofix lh.qsphere.nofix lh.orig lh.white lh.pial lh.smoothwm lh.inflated l
Xu Cui
11 sec read

Kolmogorov-Smirnov test

KS test is like T test; but it tests not only the mean but also the distribution. The null hypothesis for this test is that the two data sets are drawn from the same continuous distribution. In matlab, you can use function kstest2 to perform two-samp
Xu Cui
27 sec read