File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ def _list_outputs(self):
172
172
173
173
#if isdefined(self.inputs.output_csv_file):
174
174
175
- #write to a csv file and assign a value to self.coherence_file (a
176
- #file name + path)
175
+ #write to a csv file and assign a value to self.coherence_file (a
176
+ #file name + path)
177
177
178
178
#Always defined (the arrays):
179
179
outputs ['coherence_array' ] = self .coherence
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ def _make_matlab_command(self, _):
163
163
""" % (self .inputs .in_file ,
164
164
self .inputs .out_file ,
165
165
self .inputs .mat )
166
- #img_space = spm_get_space(infile);
166
+ #img_space = spm_get_space(infile);
167
167
#spm_get_space(infile, transform.M * img_space);
168
168
return script
169
169
You can’t perform that action at this time.
0 commit comments