Ignore:
Timestamp:
Jul 29, 2024, 9:43:17 AM (2 months ago)
Author:
sommeria
Message:

civ3D updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/extract_rdvision.m

    r1163 r1164  
    160160            timestamp(ii)=m.Data(ii).timestamp;
    161161        end
    162        
    163 %         
    164 %         %%%%%BRICOLAGE EXP40
    165 %         ind1=5*59-10;
    166 %         ind2=12*59-10;
    167 %         ind3=119*59-10;
    168 %         ind4=483*59-10;
    169 %         timestamp=[timestamp(1:ind4) timestamp(ind4) timestamp(ind4+1:end)];
    170 %          timestamp=[timestamp(1:ind3) timestamp(ind3) timestamp(ind3+1:end)];
    171 %           timestamp=[timestamp(1:ind2) timestamp(ind2) timestamp(ind2+1:end)];
    172 %            timestamp=[timestamp(1:ind1) timestamp(ind1) timestamp(ind1+1:end)];
    173 %            %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    174            
    175            
     162
    176163        if ParamOut.ActionInput.Createxml
    177164            ParamOut.ActionInput.XmlData.Camera.BurstTiming=time2xmlburst(timestamp,ParamOut.ActionInput.BurstLength);
     
    457444end
    458445bin_file_counter=0;
    459 %for ii=1:SeqData.nb_frames
    460  %%%%%BRICOLAGE EXP40
    461         ind1=5*59-10;
    462         ind2=12*59-10;
    463         ind3=119*59-10;
    464         ind4=483*59-10;
    465446
    466447for ii=first:last
    467448    j1=[];
    468449    iinew=ii;
    469 %     %%%%%BRICOLAGE EXP40
    470 %     switch ii
    471 %         case  ii>=ind1 && ii<ind2
    472 %       iinew=ii+1;
    473 %         case ii>=ind2 && ii<ind3
    474 %         iinew=ii+2;
    475 %         case  ii>=ind3 && ii<ind4
    476 %       iinew=ii+3;
    477 %         case       ii>=ind4 && ii<ind3
    478 %         iinew=ii+4;   
    479 %     end
    480 %      %%%%%%%%%
     450
    481451    if ~isequal(nbfield2,1)
    482452        j1=mod(iinew-1,nbfield2)+1;
Note: See TracChangeset for help on using the changeset viewer.