Changeset 580 for trunk/src/calc_field.m


Ignore:
Timestamp:
Mar 7, 2013, 1:47:51 PM (11 years ago)
Author:
sommeria
Message:

bugs corrected for combining fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/calc_field.m

    r575 r580  
    1 %'calc_field': defines fields (velocity, vort, div...) from civx data (old conventions) and calculate them.
     1%'calc_field': defines fields (velocity, vort, div...) OBSOLETE: fusionner
     2%avec calc_field_interp et calc_field_tps
    23%---------------------------------------------------------------------
    34% [DataOut,errormsg]=calc_field(FieldList,DataIn,Coord_interp)
     
    4445    'U';... %u velocity component
    4546    'V';... %v velocity component
    46     'w';... %w velocity component
    47     'w_normal';... %w velocity component normal to the plane
     47    'W';... %w velocity component
     48    'W_normal';... %w velocity component normal to the plane
    4849    'error'}; %error associated to a vector (for stereo or patch)
    4950ColorList={'C';...%image correlation corresponding to a vel vector
Note: See TracChangeset for help on using the changeset viewer.