Skip to content

Commit

Permalink
framewise displacement
Browse files Browse the repository at this point in the history
  • Loading branch information
a3sha2 authored Nov 12, 2018
1 parent 808b3f2 commit 895c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate_confmat.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (in2 == 'csf') {
rms=sqrt(mat2^2)
outmat=rowMeans(rms)
} else if (in2 == 'fd') {
outmat = mat1$FramewiseDisplacement
outmat = mat1$framewise_displacement
} else {
sprintf("the input is not available yet")
}
Expand Down

0 comments on commit 895c06b

Please sign in to comment.