Changeset 1191 for trunk/src/uvmat.m
- Timestamp:
- Feb 6, 2026, 5:13:05 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/src/uvmat.m (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r1189 r1191 1958 1958 end 1959 1959 [XmlData,errormsg]=imadoc2struct(XmlFile); 1960 if isempty(XmlData) || isempty(XmlData.Time)1961 msgbox_uvmat('ERROR',['the timing needs to be documented in the file ' XmlFile])1962 return1963 end1960 % if isempty(XmlData) || isempty(XmlData.Time) 1961 % msgbox_uvmat('ERROR',['the timing needs to be documented in the file ' XmlFile]) 1962 % return 1963 % end 1964 1964 FileInfo=get_file_info(FileName); 1965 1965 switch FileInfo.FileType … … 2289 2289 FieldType=FileInfo.FieldType; 2290 2290 2291 %% case of isolated input files without series2291 %% case of isolated input files without field indexing, direct display 2292 2292 if strcmp(FileInfo.FileIndexing,'off') 2293 2293 switch FieldType … … 2316 2316 end 2317 2317 2318 %% define the relevant handles for the first field series (input_line=1) or the second file series (input_line=2)2318 %% define the relevant handles on the uvmat GUI for the first field series (input_line=1) or the second file series (input_line=2) 2319 2319 if ~exist('input_line','var') 2320 2320 input_line=1; … … 3734 3734 end 3735 3735 end 3736 %% case of special file series (PCO)3736 %% case of file relabeling (PCO, Telops...) 3737 3737 if isfield(UvData,'XmlData') && isfield(UvData.XmlData{1},'FileSeries') 3738 3738 [RootName,~,Ext]=fileparts(FileName);
Note: See TracChangeset
for help on using the changeset viewer.
