Changeset 975 for trunk/src/series


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

various update

Location:
trunk/src/series
Files:
1 added
2 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
  • trunk/src/series/merge_proj.m

    r960 r975  
    296296        end
    297297        % get the time defined in the current file if not already defined from the xml file
    298         if ~isempty(time) && isfield(Data{iview},'Time')
     298        if isempty(time) && isfield(Data{iview},'Time')
    299299            timeread(iview)=Data{iview}.Time;
    300300        end
Note: See TracChangeset for help on using the changeset viewer.