~ubuntu-branches/ubuntu/raring/voxbo/raring

« back to all changes in this revision

Viewing changes to tests/testscript.sss

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-06-06 11:33:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100606113311-v3c13imdkkd5n7ae
Tags: upstream-1.8.5~svn1172
ImportĀ upstreamĀ versionĀ 1.8.5~svn1172

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# testscript.sss
 
3
# test script for submit-sequence
 
4
 
 
5
set NAME=sstest_$(subjectid)
 
6
set DIR=$(wdir)
 
7
set PRIORITY=1
 
8
 
 
9
# unused flags, here to demonstrate syntax
 
10
set flags="-a -b -c"
 
11
 
 
12
# touch a file to indicate we were here
 
13
x_shellcommand cmd="touch $(wdir)/ssrun.txt"
 
14
 
 
15
# extract ref volume
 
16
x_shellcommand cmd="vbconv $(infile) ref.nii -x 0"
 
17
spm2_realign dir=$(wdir) refvolume=ref.nii outfile=r$(infile)