Changeset 1191 for trunk/src/uvmat.m


Ignore:
Timestamp:
Feb 6, 2026, 5:13:05 PM (2 weeks ago)
Author:
sommeria
Message:

bugs repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r1189 r1191  
    19581958end
    19591959[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     return
    1963 end
     1960% if isempty(XmlData) || isempty(XmlData.Time)
     1961%     msgbox_uvmat('ERROR',['the timing needs to be documented in the file ' XmlFile])
     1962%     return
     1963% end
    19641964FileInfo=get_file_info(FileName);
    19651965switch FileInfo.FileType
     
    22892289FieldType=FileInfo.FieldType;
    22902290
    2291 %% case of isolated input files without series
     2291%% case of isolated input files without field indexing, direct display
    22922292if strcmp(FileInfo.FileIndexing,'off')
    22932293    switch FieldType
     
    23162316end
    23172317
    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)
    23192319if ~exist('input_line','var')
    23202320    input_line=1;
     
    37343734    end
    37353735end
    3736 %% case of special file series (PCO)
     3736%% case of file relabeling (PCO, Telops...)
    37373737if isfield(UvData,'XmlData') && isfield(UvData.XmlData{1},'FileSeries')
    37383738    [RootName,~,Ext]=fileparts(FileName);
Note: See TracChangeset for help on using the changeset viewer.