Ignore:
Timestamp:
Nov 23, 2016, 2:48:07 PM (7 years ago)
Author:
sommeria
Message:

various update

File:
1 edited

Legend:

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

    r972 r975  
    161161if Param.IndexRange.first_i==1% first slice of processing
    162162    firstindex=0;
    163     count=0;
     163   count=0;
     164%     count=3;
    164165else
    165166    firstindex=Param.IndexRange.first_i;
    166167    ImageName=fullfile(Param.InputTable{1,1},Param.InputTable{1,2},'im.tif');
    167168    NbFrames=numel(imfinfo(ImageName));
    168     count=Param.IndexRange.first_i*NbFrames;
     169   count=Param.IndexRange.first_i*NbFrames;
     170 %   count=Param.IndexRange.first_i*NbFrames+3;
    169171end
    170172for ifile=firstindex:Param.IndexRange.last_i
Note: See TracChangeset for help on using the changeset viewer.