Changes between Version 199 and Version 200 of UvmatHelp


Ignore:
Timestamp:
Feb 18, 2016, 3:58:28 PM (8 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UvmatHelp

    v199 v200  
    921921Conventions 'uvmat/civdata'.
    922922
    923 ||'''tag'''||'''        content'''||
    924 ||Civ1_X||x coordinates||
    925 ||Civ1_Y||y coordinates||
    926 ||Civ1_Z||z coordinates (for PIV in volume)||
    927 ||Civ1_U||x velocity component||
    928 ||Civ1_V||y velocity component||
    929 ||Civ1_W||z velocity component (if relevant)||
    930 ||Civ1_F||warning flag||
    931 ||Civ1_C||image correlation||
    932 ||Civ1_FF||error flag||
    933 ||Civ1_U_smooth||smoothed x velocity component||
    934 ||Civ1_V_smooth||smoothed y velocity component||
    935 ||Civ1_W_smooth||smoothed z velocity component||
    936 ||Civ1_SubRange||sub range bounds||
    937 ||Civ1_NbSites||nbre of tps sites in each sub-range||
    938 ||Civ1_Coord_tps||tps coordinates||
    939 ||Civ1_U_tps||tps weights for x vel component||
    940 ||Civ1_V_tps||tps weights for y vel component||
    941 ||Civ1_W_tps||tps weights for z vel component||
     923||'''tag'''||'''dimensions'''||'''        content'''||
     924||Civ1_X||nb_vec_1|| x coordinates||
     925||Civ1_Y||nb_vec_1||y coordinates||
     926||Civ1_Z||nb_vec_1||z coordinates (for PIV in volume)||
     927||Civ1_U||nb_vec_1||x velocity component||
     928||Civ1_V||nb_vec_1||y velocity component||
     929||Civ1_W||nb_vec_1||z velocity component (if relevant)||
     930||Civ1_F||nb_vec_1||warning flag||
     931||Civ1_C||nb_vec_1||image correlation||
     932||Civ1_FF||nb_vec_1||error flag||
     933||Civ1_U_smooth||nb_vec_1||smoothed x velocity component||
     934||Civ1_V_smooth||nb_vec_1||smoothed y velocity component||
     935||Civ1_W_smooth||nb_vec_1||smoothed z velocity component||
     936||Civ1_SubRange||(nb_coord,nb_bounds,nb_subdomain_1)||subdomain bounds||
     937||Civ1_NbCentres||nb_subdomain_1||nbre of tps centres (valid vectors) in each subdomain||
     938||Civ1_Coord_tps||(nb_tps_1,nb_coord,nb_subdomain_1)||coordinates of tps centres for each subdomain||
     939||Civ1_U_tps||(nb_tps_1,nb_subdomain_1)||tps weights for x vel component||
     940||Civ1_V_tps||(nb_tps_1,nb_subdomain_1)||tps weights for y vel component||
     941||Civ1_W_tps||(nb_tps_1,nb_subdomain_1)||tps weights for z vel component||
     942
     943nb_vec_1= nbre of vectors measured by PIV
     944nb_coord=2 or 3 is the dimension of space
     945nb_bounds=2 represents the lower and upper bound of each coordinate
     946nb_subdomain_1 is the number of subdomqins used for patch
     947nb_tps_1 maximum number of tps centres in subdomains
     948For civ2, all indices _1 are replaced by _2
    942949
    943950- '''List of constants, old CIVx conventions:'''