source: trunk/SRC/ToBeReviewed/STATISTICS/.idlwave_catalog @ 402

Last change on this file since 402 was 402, checked in by smasson, 15 years ago

update documentation

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1;;
2;; IDLWAVE catalog for library saxo
3;; Automatically Generated -- do not edit.
4;; Created by idlwave_catalog
5;;
6(setq idlwave-library-catalog-libname "saxo")
7(setq idlwave-library-catalog-routines
8 '(("auto_cov2d" fun nil (lib "a_correlate2d.pro" nil "saxo") "Result = %s(x, lag)" (nil ("DOUBLE") ("ZERO2NAN")))
9   ("a_correlate2d" fun nil (lib "a_correlate2d.pro" nil "saxo") "Result = %s(x, lag)" (nil ("COVARIANCE") ("DOUBLE")))
10   ("timeauto_cov" fun nil (lib "a_timecorrelate.pro" nil "saxo") "Result = %s(x, m, nt)" (nil ("DOUBLE") ("NAN") ("ZERO2NAN")))
11   ("a_timecorrelate" fun nil (lib "a_timecorrelate.pro" nil "saxo") "Result = %s(x, lag)" (nil ("COVARIANCE") ("DOUBLE") ("NVAL")))
12   ("timecross_cov" fun nil (lib "c_timecorrelate.pro" nil "saxo") "Result = %s(xd, yd, m, nt, ndim)" (nil ("DOUBLE") ("ZERO2NAN")))
13   ("c_timecorrelate" fun nil (lib "c_timecorrelate.pro" nil "saxo") "Result = %s(x, y, lag)" (nil ("COVARIANCE") ("DOUBLE")))
14   ("skewness_num" fun nil (lib "skewness_4d.pro" nil "saxo") "Result = %s(x, nt)" (nil ("DOUBLE") ("NAN")))
15   ("skewness_4d" fun nil (lib "skewness_4d.pro" nil "saxo") "Result = %s(x)" (nil ("DOUBLE") ("NVAL")))))
Note: See TracBrowser for help on using the repository browser.