Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/vecteur.pro

    r297 r325  
    55; @categories 
    66; 
    7 ; @param ANGLE 
     7; @param angle  
    88; 
    99; @returns 
     
    1717; @version 
    1818; $Id$ 
     19; 
    1920;- 
    20 ; 
    2121FUNCTION cv_cm2normal, angle 
    2222; 
     
    5353; @categories 
    5454; 
    55 ; @param U 
    56 ; 
    57 ; @param V 
    58 ; 
    59 ; @param W 
     55; @param u 
     56; 
     57; @param v 
     58; 
     59; @param w 
    6060; 
    6161; @restrictions 
     
    6767; @version 
    6868; $Id$ 
     69; 
    6970;- 
    70 ; 
    7171PRO normalise, u, v, w 
    7272; 
     
    101101; Graphics 
    102102; 
    103 ; @param COMPOSANTEU {in}{required} 
     103; @param composanteu {in}{required} 
    104104; It is the u component of the vector to be traced. This 2d array has the 
    105105; same dimension that reduitindice2d (see further) 
    106106; 
    107 ; @param COMPOSANTEV {in}{required} 
     107; @param composantev {in}{required} 
    108108; It is the v component of the vector to be traced. This 2d array has the 
    109109; same dimension that reduitindice2d (see further) 
    110110; 
    111 ; @param NORMEVECTEUR 
    112 ; 
    113 ; 
    114 ; @param INDICE2D  {in}{required} 
     111; @param normevecteur 
     112; 
     113; @param indice2d {in}{required} 
    115114; It in an index allowing to to pass from an jpi or jpj array to the zoom 
    116115; on which we do the drawing 
    117116; 
    118 ; @param REDUITINDICE2D {in}{required} 
     117; @param reduitindice2d {in}{required} 
    119118; It is an index allowing to pass from an array defined by indice2d to the 
    120119; array for which we really have vectors to be traced (to be clear, it is 
     
    171170PRO vecteur, composanteu, composantev, normevecteur, indice2d, reduitindice2d $ 
    172171             , CMREF = cmref, MISSING = missing, NORMEREF = normeref $ 
    173              , VECTCOLOR = vectcolor, VECTTHICK = vectthick, VECTREFPOS = vectrefpos $ 
    174              , VECTREFFORMAT = vectrefformat, NOVECTREF = novectref, _EXTRA = extra 
     172             , VECTCOLOR = vectcolor, VECTTHICK = vectthick $ 
     173             , VECTREFPOS = vectrefpos $ 
     174             , VECTREFFORMAT = vectrefformat, NOVECTREF = novectref $ 
     175             , _EXTRA = extra 
    175176; 
    176177  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.