Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

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

    r134 r136  
    11;+ 
    2 ; @file_comments  
     2; @file_comments 
    33; compute the weight and address needed to interpolate data from a 
    44; "regular grid" to any grid using the bilinear method 
     
    66; @categories interpolation 
    77; 
    8 ; @param alonin {in}{required} longitudeof the input data 
    9 ; @param alatin  {in}{required} latitude of the input data 
    10 ; @param olonin {in}{required} longitude of the output data 
    11 ; @param olat  {in}{required} latitude of the output data 
    12 ; 
    13 ; @keyword NONORTHERNLINE activate if you don't want to take into 
    14 ;          account the northen line of the input data when perfoming the 
    15 ; @keyword NOSOUTHERNLINE activate if you don't want to take into 
    16 ;          account the southern line of the input data when perfoming the 
    17 ;          interpolation. 
     8; @param alonin{in}{required} 
     9; longitude of the input data 
     10; 
     11; @param alatin {in}{required} 
     12; latitude of the input data 
     13; 
     14; @param olonin {in}{required} 
     15; longitude of the output data 
     16; 
     17; @param olat {in}{required} 
     18; latitude of the output data 
     19; 
     20; @keyword NONORTHERNLINE 
     21; activate if you don't want to take into 
     22; account the northen line of the input data when perfoming the interpolation. 
     23; 
     24; @keyword NOSOUTHERNLINE 
     25; activate if you don't want to take into 
     26; account the southern line of the input data when perfoming the interpolation. 
    1827; 
    1928; @param weig {out} 
Note: See TracChangeset for help on using the changeset viewer.