Skip to content

Commit

Permalink
Merge pull request #56 from McIntosh-Lab-RRI/final_fixes
Browse files Browse the repository at this point in the history
improved documentation for bb_FC
  • Loading branch information
shen4brains authored Oct 4, 2020
2 parents 192c3bf + 620c2db commit 60d2b16
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions bb_functional_pipeline/bb_FC
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
#!/bin/bash

# =============================================================================
# Authors: Michael Schirner, Simon Rothmeier, Petra Ritter
# BrainModes Research Group (head: P. Ritter)
# Charité University Medicine Berlin & Max Planck Institute Leipzig, Germany
# Correspondence: petra.ritter@charite.de
##########
#
# When using this code please cite as follows:
# Schirner M, Rothmeier S, Jirsa V, McIntosh AR, Ritter P (in prep)
# Constructing subject-specific Virtual Brains from multimodal neuroimaging
# Author Z. Wwang
#
# This software is distributed under the terms of the GNU General Public License
# as published by the Free Software Foundation. Further details on the GPL
# license can be found at http://www.gnu.org/copyleft/gpl.html.
# script to register ROI parcellation to rfMRI
# and then compute timeseries and FC (pearson correlations)
#
# Adapted to run locally by Hannelore Aerts
# Department of Data-Analysis, Faculty of Psychology and Educational Sciences,
# Ghent University, Belgium
# Correspondence: hannelore.aerts@ugent.be
# =============================================================================
# IMPORTANT: adapt subID to name of your subject folder
# =============================================================================

##########

subjdir="$PWD/$1"

Expand Down

0 comments on commit 60d2b16

Please sign in to comment.