Skip to content
Snippets Groups Projects
Commit 7f98eab8 authored by Matthew Webster's avatar Matthew Webster
Browse files

added copyrights

parent 202f4db9
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# Copyright (C) 2012 University of Oxford
#
# SHCOPYRIGHT
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo "Usage: $0 data_dir" echo "Usage: $0 data_dir"
......
#!/bin/sh #!/bin/sh
# Copyright (C) 2012 University of Oxford
#
# SHCOPYRIGHT
subjdir=$1 subjdir=$1
numfib=`${FSLDIR}/bin/imglob ${subjdir}.bedpostX/diff_slices/data_slice_0000/f*samples* | wc -w | awk '{print $1}'` numfib=`${FSLDIR}/bin/imglob ${subjdir}.bedpostX/diff_slices/data_slice_0000/f*samples* | wc -w | awk '{print $1}'`
......
#!/bin/sh #!/bin/sh
# Copyright (C) 2012 University of Oxford
#
# SHCOPYRIGHT
subjdir=$1 subjdir=$1
gflag=$2 gflag=$2
......
#!/bin/sh #!/bin/sh
# Copyright (C) 2012 University of Oxford
#
# SHCOPYRIGHT
subjdir=$1 subjdir=$1
slice=$2 slice=$2
......
#!/bin/sh #!/bin/sh
# Copyright (C) 2012 University of Oxford
#
# SHCOPYRIGHT
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
echo "Usage: facalc <basename> [-mode]" echo "Usage: facalc <basename> [-mode]"
......
/* Copyright (C) 2012 University of Oxford */
/* CCOPYRIGHT */
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <iomanip> #include <iomanip>
......
#!/bin/sh #!/bin/sh
# Copyright (C) 2012 University of Oxford
#
# SHCOPYRIGHT
if [ $# -lt 1 ];then if [ $# -lt 1 ];then
echo "Usage: post_xfibres <directory> [thresh]" echo "Usage: post_xfibres <directory> [thresh]"
......
/* Copyright (C) 2012 University of Oxford */
/* CCOPYRIGHT */
#include "streamlines.h" #include "streamlines.h"
#include "warpfns/fnirt_file_reader.h" #include "warpfns/fnirt_file_reader.h"
#include "warpfns/warpfns.h" #include "warpfns/warpfns.h"
......
/* Copyright (C) 2012 University of Oxford */
/* CCOPYRIGHT */
#include <fstream> #include <fstream>
#ifndef EXPOSE_TREACHEROUS #ifndef EXPOSE_TREACHEROUS
#define EXPOSE_TREACHEROUS #define EXPOSE_TREACHEROUS
......
/* Copyright (C) 2012 University of Oxford */
/* CCOPYRIGHT */
#include <cmath> #include <cmath>
#include <stdlib.h> #include <stdlib.h>
......
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