Changeset 1119 for trunk/src/series
- Timestamp:
- Aug 16, 2022, 2:02:02 PM (3 years ago)
- Location:
- trunk/src/series
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/sliding_average.m
r1114 r1119 179 179 if isfield(Param,'InputFields') 180 180 InputFields{1}=Param.InputFields; 181 end 5.804181 end 182 182 183 183 nbfiles=0; -
trunk/src/series/time_series.m
r1114 r1119 97 97 msgbox_uvmat('WARNING','''time_series'' uses only one or two input lines (two for substraction). To concatene fields first use ''merge_proj'''); 98 98 end 99 if size(Param.InputTable,1)>=2100 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_field104 end105 else106 set(hhseries.InputTable,'Data',Param.InputTable(1,:))107 end108 end99 % 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 109 109 110 110 % check the existence of the first and last file in the series
Note: See TracChangeset
for help on using the changeset viewer.