AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
January 25, 2020 02:53PM
I am trying to use 3dMVM but I keep getting the same error no matter what I do:

The number of -gltLabel is not consistent with that
specified by -num_glt 0


This error doesn't make sense to me since my gltLabels do seem to match the specified num_glt. Any thoughts here?

Also, I'm trying to include two covariates (pfs and Calorie) and I'm not sure I've done that right either. My code is as follows:

#!/bin/bash

#SBATCH --time=05:00:00 # walltime
#SBATCH --ntasks=10 # number of processor cores (i.e. tasks)
#SBATCH --nodes=1 # number of nodes
#SBATCH --mem-per-cpu=6gb # memory per CPU core
#SBATCH -J "MVM_pfs" # job name



# Compatibility variables for PBS. Delete if not needed.
export PBS_NODEFILE=`/fslapps/fslutils/generate_pbs_nodefile`
export PBS_JOBID=$SLURM_JOB_ID
export PBS_O_WORKDIR="$SLURM_SUBMIT_DIR"
export PBS_QUEUE=batch

# Set the max number of threads to use for programs using OpenMP. Should be <= ppn. Does nothing if the program doesn't use OpenMP.
export OMP_NUM_THREADS=$SLURM_CPUS_ON_NODE



cd /fslhome/fslcollab165/compute/SleepBrain_BIDS/Analyses/WB_Analysis

module load r/3.6


3dMVM -prefix Interest_Calorie_PFS \
-jobs 10 \
-mask Intersection_GM_mask+tlrc \
-bsVars 'BSVARS*Calorie+pfs' \
-wsVars Interest \
-qVars "Calorie,pfs"\
-num_glt 4 \
-gltLabel 1 Sleep_YN -gltCode 1 'BSVARS : 1*Sleep -1*NoSleep Interest : 1*YN ' \
-gltLabel 2 Sleep_YI -gltCode 2 'BSVARS : 1*Sleep -1*NoSleep Interest : 1*YI ' \
-gltLabel 3 Sleep_NN -gltCode 3 'BSVARS : 1*Sleep -1*NoSleep Interest : 1*NN ' \
-gltLabel 4 Sleep_NI -gltCode 4 'BSVARS : 1*Sleep -1*NoSleep Interest : 1*NI ' \
-dataTable \
Subj BSVARS Calorie pfs Interest InputFile \
sub-002 NoSleep 724 37 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-002/YNIN_stats_REML+tlrc'[1]' sub-002 NoSleep 724 37 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-002/YNIN_stats_REML+tlrc'[3]' sub-002 NoSleep 724 37 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-002/YNIN_stats_REML+tlrc'[5]' sub-002 NoSleep 724 37 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-002/YNIN_stats_REML+tlrc'[7]' sub-003 NoSleep 743 31 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-003/YNIN_stats_REML+tlrc'[1]' sub-003 NoSleep 743 31 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-003/YNIN_stats_REML+tlrc'[3]' sub-003 NoSleep 743 31 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-003/YNIN_stats_REML+tlrc'[5]' sub-003 NoSleep 743 31 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-003/YNIN_stats_REML+tlrc'[7]' sub-004 Sleep 423 34 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-004/YNIN_stats_REML+tlrc'[1]' sub-004 Sleep 423 34 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-004/YNIN_stats_REML+tlrc'[3]' sub-004 Sleep 423 34 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-004/YNIN_stats_REML+tlrc'[5]' sub-004 Sleep 423 34 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-004/YNIN_stats_REML+tlrc'[7]' sub-005 NoSleep 990 26 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-005/YNIN_stats_REML+tlrc'[1]' sub-005 NoSleep 990 26 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-005/YNIN_stats_REML+tlrc'[3]' sub-005 NoSleep 990 26 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-005/YNIN_stats_REML+tlrc'[5]' sub-005 NoSleep 990 26 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-005/YNIN_stats_REML+tlrc'[7]' sub-006 NoSleep 773 20 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-006/YNIN_stats_REML+tlrc'[1]' sub-006 NoSleep 773 20 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-006/YNIN_stats_REML+tlrc'[3]' sub-006 NoSleep 773 20 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-006/YNIN_stats_REML+tlrc'[5]' sub-006 NoSleep 773 20 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-006/YNIN_stats_REML+tlrc'[7]' sub-007 Sleep 501 19 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-007/YNIN_stats_REML+tlrc'[1]' sub-007 Sleep 501 19 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-007/YNIN_stats_REML+tlrc'[3]' sub-007 Sleep 501 19 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-007/YNIN_stats_REML+tlrc'[5]' sub-007 Sleep 501 19 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-007/YNIN_stats_REML+tlrc'[7]' sub-008 NoSleep 736 29 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-008/YNIN_stats_REML+tlrc'[1]' sub-008 NoSleep 736 29 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-008/YNIN_stats_REML+tlrc'[3]' sub-008 NoSleep 736 29 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-008/YNIN_stats_REML+tlrc'[5]' sub-008 NoSleep 736 29 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-008/YNIN_stats_REML+tlrc'[7]' sub-009 NoSleep 427 36 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-009/YNIN_stats_REML+tlrc'[1]' sub-009 NoSleep 427 36 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-009/YNIN_stats_REML+tlrc'[3]' sub-009 NoSleep 427 36 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-009/YNIN_stats_REML+tlrc'[5]' sub-009 NoSleep 427 36 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-009/YNIN_stats_REML+tlrc'[7]' sub-010 Sleep 999 32 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-010/YNIN_stats_REML+tlrc'[1]' sub-010 Sleep 999 32 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-010/YNIN_stats_REML+tlrc'[3]' sub-010 Sleep 999 32 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-010/YNIN_stats_REML+tlrc'[5]' sub-010 Sleep 999 32 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-010/YNIN_stats_REML+tlrc'[7]' sub-011 Sleep 993 28 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-011/YNIN_stats_REML+tlrc'[1]' sub-011 Sleep 993 28 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-011/YNIN_stats_REML+tlrc'[3]' sub-011 Sleep 993 28 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-011/YNIN_stats_REML+tlrc'[5]' sub-011 Sleep 993 28 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-011/YNIN_stats_REML+tlrc'[7]' sub-012 Sleep 1629 59 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-012/YNIN_stats_REML+tlrc'[1]' sub-012 Sleep 1629 59 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-012/YNIN_stats_REML+tlrc'[3]' sub-012 Sleep 1629 59 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-012/YNIN_stats_REML+tlrc'[5]' sub-012 Sleep 1629 59 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-012/YNIN_stats_REML+tlrc'[7]' sub-013 NoSleep 991 24 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-013/YNIN_stats_REML+tlrc'[1]' sub-013 NoSleep 991 24 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-013/YNIN_stats_REML+tlrc'[3]' sub-013 NoSleep 991 24 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-013/YNIN_stats_REML+tlrc'[5]' sub-013 NoSleep 991 24 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-013/YNIN_stats_REML+tlrc'[7]' sub-014 NoSleep 900 27 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-014/YNIN_stats_REML+tlrc'[1]' sub-014 NoSleep 900 27 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-014/YNIN_stats_REML+tlrc'[3]' sub-014 NoSleep 900 27 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-014/YNIN_stats_REML+tlrc'[5]' sub-014 NoSleep 900 27 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-014/YNIN_stats_REML+tlrc'[7]' sub-018 NoSleep 575 46 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-018/YNIN_stats_REML+tlrc'[1]' sub-018 NoSleep 575 46 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-018/YNIN_stats_REML+tlrc'[3]' sub-018 NoSleep 575 46 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-018/YNIN_stats_REML+tlrc'[5]' sub-018 NoSleep 575 46 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-018/YNIN_stats_REML+tlrc'[7]' sub-019 NoSleep 1461 31 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-019/YNIN_stats_REML+tlrc'[1]' sub-019 NoSleep 1461 31 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-019/YNIN_stats_REML+tlrc'[3]' sub-019 NoSleep 1461 31 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-019/YNIN_stats_REML+tlrc'[5]' sub-019 NoSleep 1461 31 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-019/YNIN_stats_REML+tlrc'[7]' sub-020 Sleep 290 24 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-020/YNIN_stats_REML+tlrc'[1]' sub-020 Sleep 290 24 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-020/YNIN_stats_REML+tlrc'[3]' sub-020 Sleep 290 24 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-020/YNIN_stats_REML+tlrc'[5]' sub-020 Sleep 290 24 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-020/YNIN_stats_REML+tlrc'[7]' sub-021 NoSleep 781 27 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-021/YNIN_stats_REML+tlrc'[1]' sub-021 NoSleep 781 27 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-021/YNIN_stats_REML+tlrc'[3]' sub-021 NoSleep 781 27 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-021/YNIN_stats_REML+tlrc'[5]' sub-021 NoSleep 781 27 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-021/YNIN_stats_REML+tlrc'[7]' sub-022 Sleep 150 29 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-022/YNIN_stats_REML+tlrc'[1]' sub-022 Sleep 150 29 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-022/YNIN_stats_REML+tlrc'[3]' sub-022 Sleep 150 29 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-022/YNIN_stats_REML+tlrc'[5]' sub-022 Sleep 150 29 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-022/YNIN_stats_REML+tlrc'[7]' sub-023 Sleep 1150 38 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-023/YNIN_stats_REML+tlrc'[1]' sub-023 Sleep 1150 38 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-023/YNIN_stats_REML+tlrc'[3]' sub-023 Sleep 1150 38 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-023/YNIN_stats_REML+tlrc'[5]' sub-023 Sleep 1150 38 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-023/YNIN_stats_REML+tlrc'[7]' sub-024 Sleep 395 27 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-024/YNIN_stats_REML+tlrc'[1]' sub-024 Sleep 395 27 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-024/YNIN_stats_REML+tlrc'[3]' sub-024 Sleep 395 27 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-024/YNIN_stats_REML+tlrc'[5]' sub-024 Sleep 395 27 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-024/YNIN_stats_REML+tlrc'[7]' sub-026 Sleep 1437 54 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-026/YNIN_stats_REML+tlrc'[1]' sub-026 Sleep 1437 54 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-026/YNIN_stats_REML+tlrc'[3]' sub-026 Sleep 1437 54 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-026/YNIN_stats_REML+tlrc'[5]' sub-026 Sleep 1437 54 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-026/YNIN_stats_REML+tlrc'[7]' sub-032 NoSleep 54 25 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-032/YNIN_stats_REML+tlrc'[1]' sub-032 NoSleep 54 25 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-032/YNIN_stats_REML+tlrc'[3]' sub-032 NoSleep 54 25 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-032/YNIN_stats_REML+tlrc'[5]' sub-032 NoSleep 54 25 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-032/YNIN_stats_REML+tlrc'[7]' sub-035 Sleep 436 42 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-035/YNIN_stats_REML+tlrc'[1]' sub-035 Sleep 436 42 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-035/YNIN_stats_REML+tlrc'[3]' sub-035 Sleep 436 42 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-035/YNIN_stats_REML+tlrc'[5]' sub-035 Sleep 436 42 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-035/YNIN_stats_REML+tlrc'[7]' sub-036 NoSleep 708 20 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-036/YNIN_stats_REML+tlrc'[1]' sub-036 NoSleep 708 20 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-036/YNIN_stats_REML+tlrc'[3]' sub-036 NoSleep 708 20 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-036/YNIN_stats_REML+tlrc'[5]' sub-036 NoSleep 708 20 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-036/YNIN_stats_REML+tlrc'[7]' sub-037 NoSleep 976 20 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-037/YNIN_stats_REML+tlrc'[1]' sub-037 NoSleep 976 20 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-037/YNIN_stats_REML+tlrc'[3]' sub-037 NoSleep 976 20 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-037/YNIN_stats_REML+tlrc'[5]' sub-037 NoSleep 976 20 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-037/YNIN_stats_REML+tlrc'[7]' sub-038 Sleep 1628 34 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-038/YNIN_stats_REML+tlrc'[1]' sub-038 Sleep 1628 34 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-038/YNIN_stats_REML+tlrc'[3]' sub-038 Sleep 1628 34 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-038/YNIN_stats_REML+tlrc'[5]' sub-038 Sleep 1628 34 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-038/YNIN_stats_REML+tlrc'[7]' sub-039 Sleep 462 41 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-039/YNIN_stats_REML+tlrc'[1]' sub-039 Sleep 462 41 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-039/YNIN_stats_REML+tlrc'[3]' sub-039 Sleep 462 41 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-039/YNIN_stats_REML+tlrc'[5]' sub-039 Sleep 462 41 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-039/YNIN_stats_REML+tlrc'[7]' sub-040 NoSleep 669 40 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-040/YNIN_stats_REML+tlrc'[1]' sub-040 NoSleep 669 40 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-040/YNIN_stats_REML+tlrc'[3]' sub-040 NoSleep 669 40 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-040/YNIN_stats_REML+tlrc'[5]' sub-040 NoSleep 669 40 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-040/YNIN_stats_REML+tlrc'[7]' sub-041 Sleep 229 46 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-041/YNIN_stats_REML+tlrc'[1]' sub-041 Sleep 229 46 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-041/YNIN_stats_REML+tlrc'[3]' sub-041 Sleep 229 46 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-041/YNIN_stats_REML+tlrc'[5]' sub-041 Sleep 229 46 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-041/YNIN_stats_REML+tlrc'[7]' sub-042 NoSleep 982 30 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-042/YNIN_stats_REML+tlrc'[1]' sub-042 NoSleep 982 30 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-042/YNIN_stats_REML+tlrc'[3]' sub-042 NoSleep 982 30 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-042/YNIN_stats_REML+tlrc'[5]' sub-042 NoSleep 982 40 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-042/YNIN_stats_REML+tlrc'[7]' sub-044 Sleep 820 52 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-044/YNIN_stats_REML+tlrc'[1]' sub-044 Sleep 820 52 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-044/YNIN_stats_REML+tlrc'[3]' sub-044 Sleep 820 52 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-044/YNIN_stats_REML+tlrc'[5]' sub-044 Sleep 820 52 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-044/YNIN_stats_REML+tlrc'[7]' sub-045 NoSleep 350 32 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-045/YNIN_stats_REML+tlrc'[1]' sub-045 NoSleep 350 32 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-045/YNIN_stats_REML+tlrc'[3]' sub-045 NoSleep 350 32 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-045/YNIN_stats_REML+tlrc'[5]' sub-045 NoSleep 350 32 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-045/YNIN_stats_REML+tlrc'[7]' sub-046 NoSleep 1 20 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-046/YNIN_stats_REML+tlrc'[1]' sub-046 NoSleep 1 20 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-046/YNIN_stats_REML+tlrc'[3]' sub-046 NoSleep 1 20 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-046/YNIN_stats_REML+tlrc'[5]' sub-046 NoSleep 1 20 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-046/YNIN_stats_REML+tlrc'[7]' sub-047 Sleep 557 54 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-047/YNIN_stats_REML+tlrc'[1]' sub-047 Sleep 557 54 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-047/YNIN_stats_REML+tlrc'[3]' sub-047 Sleep 557 54 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-047/YNIN_stats_REML+tlrc'[5]' sub-047 Sleep 557 54 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-047/YNIN_stats_REML+tlrc'[7]' sub-048 Sleep 336 54 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-048/YNIN_stats_REML+tlrc'[1]' sub-048 Sleep 336 19 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-048/YNIN_stats_REML+tlrc'[3]' sub-048 Sleep 336 19 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-048/YNIN_stats_REML+tlrc'[5]' sub-048 Sleep 336 19 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-048/YNIN_stats_REML+tlrc'[7]' sub-049 NoSleep 633 35 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-049/YNIN_stats_REML+tlrc'[1]' sub-049 NoSleep 633 35 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-049/YNIN_stats_REML+tlrc'[3]' sub-049 NoSleep 633 35 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-049/YNIN_stats_REML+tlrc'[5]' sub-049 NoSleep 633 35 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-049/YNIN_stats_REML+tlrc'[7]' sub-050 Sleep 918 19 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-050/YNIN_stats_REML+tlrc'[1]' sub-050 Sleep 918 19 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-050/YNIN_stats_REML+tlrc'[3]' sub-050 Sleep 918 19 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-050/YNIN_stats_REML+tlrc'[5]' sub-050 Sleep 918 19 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-050/YNIN_stats_REML+tlrc'[7]' sub-051 NoSleep 1078 21 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-051/YNIN_stats_REML+tlrc'[1]' sub-051 NoSleep 1078 21 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-051/YNIN_stats_REML+tlrc'[3]' sub-051 NoSleep 1078 21 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-051/YNIN_stats_REML+tlrc'[5]' sub-051 NoSleep 1078 21 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-051/YNIN_stats_REML+tlrc'[7]' sub-052 Sleep 708 55 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-052/YNIN_stats_REML+tlrc'[1]' sub-052 Sleep 708 55 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-052/YNIN_stats_REML+tlrc'[3]' sub-052 Sleep 708 55 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-052/YNIN_stats_REML+tlrc'[5]' sub-052 Sleep 708 55 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-052/YNIN_stats_REML+tlrc'[7]' sub-053 NoSleep 849 23 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-053/YNIN_stats_REML+tlrc'[1]' sub-053 NoSleep 849 23 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-053/YNIN_stats_REML+tlrc'[3]' sub-053 NoSleep 849 23 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-053/YNIN_stats_REML+tlrc'[5]' sub-053 NoSleep 849 23 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-053/YNIN_stats_REML+tlrc'[7]' sub-054 Sleep 502 24 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-054/YNIN_stats_REML+tlrc'[1]' sub-054 Sleep 502 24 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-054/YNIN_stats_REML+tlrc'[3]' sub-054 Sleep 502 24 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-054/YNIN_stats_REML+tlrc'[5]' sub-054 Sleep 502 24 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-054/YNIN_stats_REML+tlrc'[7]' sub-055 NoSleep 448 30 YI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-055/YNIN_stats_REML+tlrc'[1]' sub-055 NoSleep 448 30 YN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-055/YNIN_stats_REML+tlrc'[3]' sub-055 NoSleep 448 30 NI /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-055/YNIN_stats_REML+tlrc'[5]' sub-055 NoSleep 448 30 NN /fslhome/fslcollab165/compute/SleepBrain_BIDS/derivatives/sub-055/YNIN_stats_REML+tlrc'[7]'
Subject Author Posted

3dMVM help

kzaugg January 25, 2020 02:53PM

Re: 3dMVM help

discoraj January 27, 2020 03:00PM

Re: 3dMVM help

gang January 27, 2020 06:05PM