Ignore:
Timestamp:
Aug 16, 2022, 2:02:02 PM (21 months ago)
Author:
sommeria
Message:
 
File:
1 edited

Legend:

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

    r1114 r1119  
    9797        msgbox_uvmat('WARNING','''time_series'' uses only one or two input lines (two for substraction). To concatene fields first use ''merge_proj''');
    9898    end
    99     if size(Param.InputTable,1)>=2
    100         answer=msgbox_uvmat('INPUT_Y-N','substract the two input file series?');
    101         if strcmp(answer,'Yes')
    102             if isempty(Param.FieldTransform.TransformName)
    103                 set(hhseries.TransformName,'value',2) %select sub_field
    104             end
    105         else
    106             set(hhseries.InputTable,'Data',Param.InputTable(1,:))
    107         end
    108     end
     99%     if size(Param.InputTable,1)>=2
     100%         answer=msgbox_uvmat('INPUT_Y-N','substract the two input file series with sub_field.m?');
     101%         if strcmp(answer,'Yes')
     102%             if isempty(Param.FieldTransform.TransformName)
     103%                 set(hhseries.TransformName,'value',2) %select sub_field
     104%             end
     105%         else
     106%             set(hhseries.InputTable,'Data',Param.InputTable(1,:))
     107%         end
     108%     end
    109109   
    110110    % check the existence of the first and last file in the series
Note: See TracChangeset for help on using the changeset viewer.