We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a807a commit 9a99d91Copy full SHA for 9a99d91
matlab/ecat2nii.m
@@ -212,11 +212,11 @@
212
end
213
214
% save scaling factor to file located at ecat_save_steps_dir/8.5_sca_matlab.txt
215
- fid = fopen([ecat_save_steps_dir filesep '8.5_sca_matlab.txt'],'w');
+ % fid = fopen([ecat_save_steps_dir filesep '8.5_sca_matlab.txt'],'w');
216
fprintf(fid,'Scaling factor: %10e\n',Sca);
217
x = mh.ecat_calibration_factor * Sca;
218
fprintf(fid,'Scaling factor * ECAT Cal Factor: %10.10f\n',x);
219
- fclose(fid);
+ % fclose(fid);
220
221
222
% save debugging step 8 - rescale to 16 bits
0 commit comments