File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 211211 Sca = Sca * MinImg /(-32768 );
212212 end
213213
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' );
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 );
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');
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);
220220 end
221221
222222 % save debugging step 8 - rescale to 16 bits
You can’t perform that action at this time.
0 commit comments