Ignore:
Timestamp:
Aug 13, 2014, 3:01:27 AM (10 years ago)
Author:
g7moreau
Message:
  • Add license
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/transform_field/phys_polar.m

    r782 r810  
    11%'phys_polar': transforms image (Unit='pixel') to polar (phys) coordinates using geometric calibration parameters
    2 
    32%------------------------------------------------------------------------
    43%%%%  Use the general syntax for transform fields %%%%
     
    65% DataOut:   output field structure
    76%      .X=radius, .Y=azimuth angle, .U, .V are radial and azimuthal velocity components
    8 
     7%
    98%INPUT:
    109% DataIn:  first input field structure
     
    2625% Data_1:  second input field (not mandatory)
    2726% 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
    2946function DataOut=phys_polar(DataIn,XmlData,DataIn_1,XmlData_1)
    3047%------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.