Ignore:
Timestamp:
Mar 31, 2011, 1:43:49 PM (13 years ago)
Author:
sommeria
Message:

add function sub_field_series to apply the sub_field operation to a series of fileds (for instance subtracting a background to an image series)

File:
1 edited

Legend:

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

    r218 r228  
    205205%% check coincidence in time
    206206multitime=0;
    207 if length(timecell)==0
     207if isempty(timecell)
    208208    time=[];
    209209elseif length(timecell)==1
     
    238238while exist(pathdir,'dir')
    239239    subdir_result=[subdir_result '.0'];
    240     pathdir=fullfile(pathdir,subdir_result);
     240    pathdir=fullfile(RootPath{1},subdir_result);
    241241end
    242242[m1,m2,m3]=mkdir(pathdir);
Note: See TracChangeset for help on using the changeset viewer.