afni/stats/ #11
Replies: 2 comments
-
|
我怎么导入make_Timings.sh脚本,输出的txt文件是空的,1D文件是4个星号。 |
Beta Was this translation helpful? Give feedback.
-
|
此的脚本可以提取:#!/bin/bash 检查并创建被试列表if [ ! -f subjList.txt ]; then 检查是否找到被试if [ ! -s subjList.txt ]; then echo "总共有 $(cat subjList.txt | wc -l) 个被试" 循环处理每个被试for subj in done echo "处理完成!" 显示统计信息echo "" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
afni/stats/
https://liaopan.github.io/afni/stats/
Beta Was this translation helpful? Give feedback.
All reactions