Ignore:
Timestamp:
08/21/07 16:19:32 (17 years ago)
Author:
pinsard
Message:

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

Location:
trunk/SRC/Interpolation
Files:
6 edited

Legend:

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

    r259 r262  
    1  
    21;+ 
    32; 
     
    1817; 
    1918; @returns 
    20 ; structure: {x:x, y:y} containing the point position in north stereographic polar projection 
     19; structure: {x:x, y:y} containing the point position in north stereographic  
     20; polar projection 
    2121; 
    2222; @hidden 
  • trunk/SRC/Interpolation/compute_fromreg_imoms3_weigaddr.pro

    r238 r262  
    5959; 
    6060PRO compute_fromreg_imoms3_weigaddr, alonin, alatin, olonin, olat, weig, addr $ 
    61                                      , NONORTHERNLINE = nonorthernline, NOSOUTHERNLINE = nosouthernline 
     61                                   , NONORTHERNLINE = nonorthernline, $ 
     62                                     NOSOUTHERNLINE = nosouthernline 
    6263; 
    6364  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Interpolation/extrapolate.pro

    r261 r262  
    5353;- 
    5454; 
    55 FUNCTION extrapolate, zinput, maskinput, nb_iteration, x_periodic = x_periodic $ 
     55FUNCTION extrapolate, zinput, maskinput, nb_iteration, X_PERIODIC = x_periodic $ 
    5656                      , MINVAL = minval, MAXVAL = maxval, GE0 = ge0 
    5757; 
  • trunk/SRC/Interpolation/extrapsmooth.pro

    r242 r262  
    4747;- 
    4848; 
    49 FUNCTION extrapsmooth, in, mskin, x_periodic = x_periodic, MINVAL = minval, MAXVAL = maxval, GE0 = ge0 
     49FUNCTION extrapsmooth, in, mskin, X_PERIODIC = x_periodic, MINVAL = minval, MAXVAL = maxval, GE0 = ge0 
    5050; 
    5151  compile_opt strictarr, strictarrsubs 
  • trunk/SRC/Interpolation/lbcorca.pro

    r261 r262  
    2929; 
    3030; @examples 
    31 ;    IDL> @tst_initorca2 
     31;    IDL> \@tst_initorca2 
    3232;    IDL> a = dist(jpiglo, jpjglo) 
    3333;    IDL> print, lbcorca(a, 'T') 
     
    3636 
    3737; @history 
    38 ;    Mai 2007: Creation, smasson@locean-ipsl.upmc.fr 
     38;    Mai 2007: Creation, smasson\@locean-ipsl.upmc.fr 
    3939; 
    4040; @version 
     
    4242; 
    4343;- 
    44 FUNCTION lbcorca, arr, grid, psign, verbose = verbose, correction = correction 
     44FUNCTION lbcorca, arr, grid, psign, VERBOSE = verbose, CORRECTION = correction 
    4545; 
    4646  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Interpolation/spl_fstdrv.pro

    r242 r262  
    2424; 
    2525; @param yscd {in}{required} 
    26 ; The output from <proidl>SPL_INIT</pro> for the specified X and Y. 
     26; The output from <proidl>SPL_INIT</proidl> for the specified X and Y. 
    2727; 
    2828; @param x2 {in}{required} {type= scalar or array} 
Note: See TracChangeset for help on using the changeset viewer.