Changeset 975 for trunk/src/series
- Timestamp:
- Nov 23, 2016, 2:48:07 PM (8 years ago)
- Location:
- trunk/src/series
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/extract_multitif_parallel.m
r972 r975 161 161 if Param.IndexRange.first_i==1% first slice of processing 162 162 firstindex=0; 163 count=0; 163 count=0; 164 % count=3; 164 165 else 165 166 firstindex=Param.IndexRange.first_i; 166 167 ImageName=fullfile(Param.InputTable{1,1},Param.InputTable{1,2},'im.tif'); 167 168 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; 169 171 end 170 172 for ifile=firstindex:Param.IndexRange.last_i -
trunk/src/series/merge_proj.m
r960 r975 296 296 end 297 297 % 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') 299 299 timeread(iview)=Data{iview}.Time; 300 300 end
Note: See TracChangeset
for help on using the changeset viewer.