Thanks for your prompt reply. After understanding your reply, here are some conclusions and questions.
1) For dconn files (or pconn?), wb_view regards row as a spatial map, but others regard column as a spatial map. By the way, how to display the dconn results in wb_view? I loaded it, and see some information such as histogram. But is there any visual figure such as dscalar, dtseries?
2) I think the rule mentioned in 1)is just for wb_view, which "axis" in the cifti file to treat as spatial maps is depended on the argument <direction> in ”wb_command -cifti-gradient“ and "wb_command -cifti-smoothing". In other word, I could use "COLUMN" for dconn and dscalar files, and their results are same if their data (martices) are same.
3) Actually, the reason why I focus on this question is that I need to use some toolboxes to read and write cifti files for further analysis, so I have to understand if the "axis"(i.e., COLUMN and ROW) of wb_command is same as "axis" of matrices obtained from other toolboxes. Specifically,I used cifti-matlab-master toolbox in Matlab2017, and nibabel for Python3.7. In practice, the matrices obtained from "ciftiopen" and " nibabel.load " are transposed. So which is same as wb_command?I guess "ciftiopen" is same as wb_command because " nibabel.load " would got 1*29696 (not 29696*1) matrix for left surface files.
Could you give some suggestions for these points? For "smoothing" option, I will mull it over again.
Thanks a lot.