Changeset 498 for trunk/src/civ.m
- Timestamp:
- Jul 23, 2012, 8:44:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r495 r498 1318 1318 Param.Civ2.ImageHeight=ImageInfoA_civ2.Height; 1319 1319 if strcmp(NomTypeIma,'*') 1320 Param.Civ2.FrameIndexA=i1_civ2(ifile ,j);1321 Param.Civ2.FrameIndexB=i2_civ2(ifile ,j);1320 Param.Civ2.FrameIndexA=i1_civ2(ifile); 1321 Param.Civ2.FrameIndexB=i2_civ2(ifile); 1322 1322 else% case of movies indexed with i, the frame index is then in j 1323 Param.Civ2.FrameIndexA=j1_civ2( ifile,j);1324 Param.Civ2.FrameIndexB=j2_civ2( ifile,j);1323 Param.Civ2.FrameIndexA=j1_civ2(j); 1324 Param.Civ2.FrameIndexB=j2_civ2(j); 1325 1325 end 1326 1326 end … … 1551 1551 fprintf(fid,['#!/bin/bash \n' ... 1552 1552 '/etc/sysprofile \n'... 1553 'matlab -nodisplay -nosplash -nojvm <<END_MATLAB \n'...1553 'matlab -nodisplay -nosplash -nojvm -logfile <<END_MATLAB \n'... 1554 1554 'addpath(''' path_civ ''');\n']); 1555 1555 for p=1:length(batch_file_list)
Note: See TracChangeset
for help on using the changeset viewer.