Ignore:
Timestamp:
Jun 23, 2024, 10:00:16 PM (7 days ago)
Author:
sommeria
Message:

extract_rdvision improved by automatic production of the xml file from timestamps

File:
1 edited

Legend:

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

    r1144 r1149  
    9191        first_j=[];% note that the function will propose to cover the whole range of indices
    9292    if isfield(Param.IndexRange,'MinIndex_j'); first_j=Param.IndexRange.MinIndex_j; end
    93 % %     last_j=[];
    94 % %     if isfield(Param.IndexRange,'MaxIndex_j'); last_j=Param.IndexRange.MaxIndex_j; end
    9593    PairString='';
    9694    if isfield(Param.IndexRange,'PairString'); PairString=Param.IndexRange.PairString; end
Note: See TracChangeset for help on using the changeset viewer.