Changeset 810 for trunk/src/transform_field/phys_polar.m
- Timestamp:
- Aug 13, 2014, 3:01:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/phys_polar.m
r782 r810 1 1 %'phys_polar': transforms image (Unit='pixel') to polar (phys) coordinates using geometric calibration parameters 2 3 2 %------------------------------------------------------------------------ 4 3 %%%% Use the general syntax for transform fields %%%% … … 6 5 % DataOut: output field structure 7 6 % .X=radius, .Y=azimuth angle, .U, .V are radial and azimuthal velocity components 8 7 % 9 8 %INPUT: 10 9 % DataIn: first input field structure … … 26 25 % Data_1: second input field (not mandatory) 27 26 % XmlData_1= calibration parameters for the second field 28 %------------------------------------------------------------------------ 27 28 %======================================================================= 29 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 30 % http://www.legi.grenoble-inp.fr 31 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 32 % 33 % This file is part of the toolbox UVMAT. 34 % 35 % UVMAT is free software; you can redistribute it and/or modify 36 % it under the terms of the GNU General Public License as published 37 % by the Free Software Foundation; either version 2 of the license, 38 % or (at your option) any later version. 39 % 40 % UVMAT is distributed in the hope that it will be useful, 41 % but WITHOUT ANY WARRANTY; without even the implied warranty of 42 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 43 % GNU General Public License (see LICENSE.txt) for more details. 44 %======================================================================= 45 29 46 function DataOut=phys_polar(DataIn,XmlData,DataIn_1,XmlData_1) 30 47 %------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.