Skip to content
Snippets Groups Projects
Commit dc5d3cc1 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

*** empty log message ***

parent a2ce4673
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ Usage() {
echo ""
echo "Usage: maskdyads dyads fsamples [thr]"
echo "default value for thr is 0.05"
exit
}
[ "$1" = ""] && Usage
......@@ -15,7 +16,8 @@ Usage() {
d=`$FSLDIR/bin/remove_ext $1`
f=$2
t=0.05
if [ "$3" != "" ]; then
if [ "$3" != "" ] ; then
t=$3
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment