Hi all,
I’ve been using the command “tcsh @ss_review_driver” and “tcsh @ss_review_basic” in the results directory for my patients for months. The past few times I’ve tried on my laptop and desktop it runs fine from subject through average censored motion then I get the same errors:
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
max motion displacement :
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
max censored displacement :
outlier limit : 0.1
average outlier frac (TR) : 0.00515897
num TRs above out limit : 6
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
num runs found :
num TRs per run :
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
num TRs per run (applied) :
num TRs per run (censored):
fraction censored per run :
File “/Users/rolinskira/abin/1d_tool.py”, line 1170
if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(if self.verb > 2: print “++ read 1D data from file ‘%s’” % fname)?
rows_cols: Subscript out of range.
Does it have to do with some sort of update or is it me? I am running from a shared server. Thank you!!