Ignore:
Timestamp:
Jun 3, 2014, 8:10:03 PM (10 years ago)
Author:
sommeria
Message:

AX and AY changed to Coord_x and Coord_y

File:
1 edited

Legend:

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

    r781 r782  
    102102Data.ListGlobalAttribute={'CoordUnit'}; %%TODO: add also time, how to get it  ?????
    103103Data.CoordUnit='pixel';
    104 Data.ListVarName={'AX','AY','A'};
    105 Data.VarDimName={'AX','AY',{'AY','AX'}};
     104Data.ListVarName={'Coord_x','Coord_y','A'};
     105Data.VarDimName={'Coord_x','Coord_y',{'Coord_y','Coord_x'}};
    106106%Data.Coord_x=5*(nbvoie_reception-0.5)/numel(nbvoie_reception); % totql length of e
    107 Data.AX=1:65;
     107Data.Coord_x=1:65;
    108108%Data.Coord_z=(1:A)/133 ;% to check from input parameter ....
    109 Data.AY=1:332;
     109Data.Coord_y=1:332;
    110110%%%%%%
    111111%
Note: See TracChangeset for help on using the changeset viewer.