Ignore:
Timestamp:
Jun 2, 2013, 4:01:41 PM (11 years ago)
Author:
sommeria
Message:

bug corrected in time_series, LIF functions introduced (but not in operation)

File:
1 edited

Legend:

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

    r645 r647  
    9595%%%%%%%%%%%%
    9696nbview=numel(i1_series);%number of input file series (lines in InputTable)
    97 nbfield_j=size(j1_series{1},1); %nb of fields for the j index (bursts or volume slices)
     97nbfield_j=size(i1_series{1},1); %nb of fields for the j index (bursts or volume slices)
    9898nbfield_i=size(i1_series{1},2); %nb of fields for the i index
    9999nbfield=nbfield_j*nbfield_i; %total number of fields
    100 % [first_i,tild,last_i,first_j,tild,last_j,errormsg]=get_index_range(Param.IndexRange);
    101 % if ~isempty(errormsg),display(errormsg),return,end
    102100
    103101%% determine the file type on each line from the first input file
Note: See TracChangeset for help on using the changeset viewer.