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/ToBeReviewed/STATISTICS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STATISTICS/a_correlate2d.pro

    r242 r262  
    2929;- 
    3030; 
    31 FUNCTION auto_cov2d, X, Lag, DOUBLE = Double, ZERO2NAN = zero2nan 
     31FUNCTION auto_cov2d, x, lag, DOUBLE = double, ZERO2NAN = zero2nan 
    3232; 
    3333  compile_opt idl2, strictarrsubs 
     
    7878; 
    7979;- 
    80  
    81  
    82 FUNCTION a_correlate2d, X, Lag, Covariance = Covariance, Double = Double 
     80; 
     81FUNCTION a_correlate2d, x, lag, COVARIANCE = covariance, DOUBLE = double 
    8382; 
    8483  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STATISTICS/a_timecorrelate.pro

    r242 r262  
    2828; 
    2929;- 
    30 FUNCTION timeauto_cov, X, M, nT, Double = Double, zero2nan = zero2nan 
     30FUNCTION timeauto_cov, x, m, nt, DOUBLE = double, ZERO2NAN = zero2nan 
    3131; 
    3232  compile_opt idl2, strictarrsubs 
     
    114114;- 
    115115; 
    116 FUNCTION a_timecorrelate, X, Lag, COVARIANCE = Covariance, DOUBLE = Double 
     116FUNCTION a_timecorrelate, x, lag, COVARIANCE = covariance, DOUBLE = double 
    117117; 
    118118  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STATISTICS/c_timecorrelate.pro

    r242 r262  
    3131;- 
    3232; 
    33 FUNCTION timecross_cov, Xd, Yd, M, nT, Ndim, Double = Double, ZERO2NAN = zero2nan 
     33FUNCTION timecross_cov, xd, yd, m, nt, ndim, DOUBLE = double, ZERO2NAN = zero2nan 
    3434; 
    3535  compile_opt hidden 
     
    116116;- 
    117117; 
    118 FUNCTION c_timecorrelate, X, Y, Lag, Covariance = Covariance, Double = Double 
     118FUNCTION c_timecorrelate, x, y, lag, COVARIANCE = covariance, DOUBLE = double 
    119119; 
    120120 
Note: See TracChangeset for help on using the changeset viewer.