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

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

Adobe AIR error #3132

You may get this error: could not convert text value to numeric value. Error #3132: Data type mismatch. People have discussed this error related to date column. Here is another case where this error could happen: when a column in sqlite is BIGINT and
Xu Cui
17 sec read

fMRI: how to do ROI analysis

ROI stands for region of interest. The region is predefined usually from glm contrast. For example, you find visual cortex is activated when a flash is presented through glm analysis, you may then do more analysis on this particular region. ROI analy
Xu Cui
42 sec read

recon-all images

Check out recon-all procedures here rawavg orig nu T1 brainmask norm nu_noneck aseg.auto aseg.auto_noCCseg aseg brain wm.seg filled lh.orig lh.smoothwm lh.inflated.nofix lh.qsphere.nofix lh.white lh.pial lh.inflated lh.sphere
Xu Cui
8 sec read

Visualization with freesurfer

Assume CON14 is our subject ID and it is inside directory $SUBJECTS_DIR. After the display window and the control panel pops up, try playing with the menus and buttons. tkmedit for volume tkmedit CON14 rawavg.mgz tkmedit CON14 rawavg.mgz lh.pial -aux
Xu Cui
21 sec read

Videos I watch

Whitney Houston – I’ll Always Love You 说句心里话(囧版,英文版) The Lion King- Can You Feel The Lov
Xu Cui
3 sec read

Limits in Adobe AIR and sqlite

int in Adobe AIR takes value -2,147,483,648 (-2^31) to 2,147,483,647 (2^31-1). integer (primary key) in sqlite takes value -9,223,372,036,854,775,808 (-2^63) to 9,223,372,036,854,775,807 (2^63-1). (source)
Xu Cui
4 sec read

Learning Employee Directory Series

Employee Directory is an AIR sample application from which I learned a lot. (try it) Here I post some of what I learned here. 1. introduction 2. structure 2.1 singleton 2.2 command 2.3 Cairngorm 3. ui 3.1 style 3.2 size 3.3 component 4. flow 5 events
Xu Cui
10 sec read

The HTML Coded Character Set

When writing html, I frequently find I need to use the code for some characters. Here is the table http://www.w3.org/MarkUp/html-spec/html-spec_13.html
Xu Cui
5 sec read

recon-all of freesurfer

recon-all is a batch program and runs >30 steps.  It easily takes 30 hours to finish one subject. Use tkmedit CON14 T1.mgz and tksurfer CON14 lh inflated to visualize images. More about visualization with freesurfer. Note: commands are in green. T
Xu Cui
10 min read