Ignore:
Timestamp:
May 27, 2010, 7:25:58 PM (14 years ago)
Author:
sommeria
Message:

FFT: improved to deal with NaN data
merge_proj: corrected to reproduce dt if unique
uvmat.fig: tooltip corrected
plot_field: bug for isocontour corrected,
im_filter: cleaning
phys_polar: spatial derivative included (still to check)
set_obeject.fig: minor correction
struct2nc: comments improved
uvmat: button NB implemented
read_civxdata: error message improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_civxdata.m

    r19 r93  
    11%'read_civxdata': reads civx data from netcdf files
    2 %------------------------------------------------------------------
    3 % COMBINE ET REMPLACE read_ncfield, read_vel et read_scalar_new
    42%------------------------------------------------------------------
    53% OUTPUT:
     
    2018%            .CoordType: expresses the type of coordinate ('px' for image, 'sig' for instruments, or 'phys')
    2119%            .dt: time interval for the corresponding image pair
    22 %            .CivStage: =0, ??? A UTILISER POUR REMPLACER civ
    23         %           =1, civ1 has been performed only
    24         %           =2, fix1 has been performed
    25         %           =3, pacth1 has been performed
    26         %           =4, civ2 has been performed
    27         %           =5, fix2 has been performed
    28         %           =6, pacth2 has been performed
     20%            .CivStage: =0,
     21%                   =1, civ1 has been performed only
     22%                   =2, fix1 has been performed
     23%                   =3, pacth1 has been performed
     24%                   =4, civ2 has been performed
     25%                   =5, fix2 has been performed
     26%                   =6, pacth2 has been performed
    2927%            .X, .Y, .Z: set of vector coordinates
    3028%            .U,.V,.W: corresponding set of vector components
     
    3735%            .A, .AX, .AY: additional scalar
    3836% dt:time interval of the image pair red from a single file, or vector with
    39  
    4037% pixcmx,pixcmy: scaling factors (from the first file)
    4138% vel_type_out: string representing the selected velocity type (civ1,civ2,filter1...)
     
    6865    FieldNames=[]; %default
    6966end
    70 
    7167VelTypeOut=VelType;%default
    7268[var,role,units,vel_type_out_cell]=varcivx_generator(FieldNames,VelType);%determine the names of constants and variables to read
     
    7672end
    7773if isequal(vardetect,0)
    78      Field.Txt=[FieldNames ' not accessible in ' filename '/' VelType];
     74     Field.Txt=[reshape(FieldNames,1,numel(FieldNames)) ' not accessible in ' filename '/' VelType];
    7975     return
    8076end
Note: See TracChangeset for help on using the changeset viewer.