Changeset 498 for trunk/src/civ.m


Ignore:
Timestamp:
Jul 23, 2012, 8:44:33 PM (12 years ago)
Author:
sommeria
Message:

various bug corrections, compatibilty with older PIV data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r495 r498  
    13181318            Param.Civ2.ImageHeight=ImageInfoA_civ2.Height;
    13191319            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);
    13221322            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);
    13251325            end
    13261326        end
     
    15511551                                fprintf(fid,['#!/bin/bash \n' ...
    15521552                                    '/etc/sysprofile \n'...
    1553                                     'matlab -nodisplay -nosplash -nojvm <<END_MATLAB \n'...
     1553                                    'matlab -nodisplay -nosplash -nojvm -logfile  <<END_MATLAB \n'...
    15541554                                    'addpath(''' path_civ ''');\n']);
    15551555                                for p=1:length(batch_file_list)
Note: See TracChangeset for help on using the changeset viewer.