Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/map_npoints.pro

    r231 r238  
    66; returns the distances between number n of P0 points and number 
    77; n of P1 points (in that case, np0 and np1 must be equal). 
    8 ; Same as map_2points with the meter parameter but for n points 
    9 ; without do loop. 
     8; Same as <proidl>map_2points</proidl> with the meter parameter but for n 
     9; points without do loop. 
    1010; 
    1111; @categories 
     
    3636; 
    3737; @keyword TWO_BY_TWO 
    38 ; If given,then Map_nPoints returns the distances between number n of 
     38; If given, then map_npoints returns the distances between number n of 
    3939; P0 points and number n of P1 points 
    4040; In that case, np0 and np1 must be equal. 
     
    4444; points P0 and np1 points P1. Element (i,j) of the output is the 
    4545; distance between element P0[i] and P1[j]. 
    46 ; If keyword /TWO_BY_TWO is given then Map_nPoints returns 
     46; If keyword /TWO_BY_TWO is given then map_npoints returns 
    4747; an np-element vector giving the distance in meter between P0[i] 
    4848; and P1[i] (in that case, we have np0 = np1 = np) ; if /MIDDLE see this keyword. 
     
    103103;- 
    104104; 
    105 Function map_npoints, lon0, lat0, lon1, lat1, AZIMUTH = azimuth $ 
     105FUNCTION map_npoints, lon0, lat0, lon1, lat1, AZIMUTH = azimuth $ 
    106106 , RADIANS = radians, RADIUS = radius, MIDDLE = middle, TWO_BY_TWO = two_by_two 
    107107 
Note: See TracChangeset for help on using the changeset viewer.