Ignore:
Timestamp:
Mar 27, 2025, 5:59:21 PM (3 weeks ago)
Author:
sommeria
Message:

various bugs repaired,Relabeling frames installed for multitif

File:
1 edited

Legend:

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

    r1177 r1180  
    13781378[Path,ref.subdir,File,ref.num1,ref.num2,ref.num_a,ref.num_b,ref.ext,ref.nom_type]=fileparts_uvmat(fileinput);
    13791379ref.filebase=fullfile(Path,File);
    1380 % ref.num_a=stra2num(str_a);
    1381 % ref.num_b=stra2num(str_b);
    1382 % ref.num1=str2double(field_count);
    1383 % ref.num2=str2double(str2);
    1384 browse=[];%initialisation
     1380
     1381%browse=[];%initialisation
    13851382if ~isequal(ref.ext,'.nc')
    13861383    msgbox_uvmat('ERROR','the reference file must be in netcdf format (*.nc)')
Note: See TracChangeset for help on using the changeset viewer.