Ignore:
Timestamp:
08/12/08 14:35:46 (16 years ago)
Author:
pinsard
Message:

improvements of headers (typo, links, paragraphes, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r370 r378  
    1515; 
    1616; @param NAME {in}{optional}{type=string} 
    17 ; It gives the name of the file to be opened. If NAME 
     17; It gives the name of the file to be opened.  
     18; 
     19; If NAME 
    1820; does not contain the separating character of directories ('/' under 
    1921; unix for example), the file will be looked for in the current directory. 
     
    142144; 
    143145; @param FIELD {in}{required}{type=field} 
    144 ; It respect <pro>litchamp</pro>'s criterions. See IDL>xhelp,'litchamp' 
     146; It respect <pro>litchamp</pro>'s criterions. 
    145147; 
    146148; @param PROCEDURE {in}{required} 
     
    152154; @keyword BOXZOOM {type=vector} 
    153155; Vector indicating the geographic zone on which we want to cut the map. 
     156; 
    154157;  If BOXZOOM has : 
    155158; 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
     
    168171; @keyword VECTEUR{type=vector} 
    169172; It is a structure composed by 2 elements containing the 2 fields U 
    170 ; and V of values of the zonal and meridian component of the vector of the fields 
    171 ; to draw. These fields can be an array or a structure. 
    172 ;       For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
    173 ;       Comment: name of elements of vectors are inconsequential. 
    174 ;       vecteur={u:lec('unsurface'),v:lec('vnsurface')} is also appropriated. 
     173; and V of values of the zonal and meridian component of the vector of  
     174; the fields to draw. 
     175; 
     176; These fields can be an array or a structure. 
     177; For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
     178; 
     179; Comment: name of elements of vectors are inconsequential. 
     180;  vecteur={u:lec('unsurface'),v:lec('vnsurface')} is also appropriated. 
    175181; 
    176182; @keyword _EXTRA 
Note: See TracChangeset for help on using the changeset viewer.