Changeset 402 for trunk

Show
Ignore:
Timestamp:
06/17/09 14:32:41 (3 years ago)
Author:
pierre
Message:

tisean fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tisean/tisean.py

    r400 r402  
    44import urllib, random 
    55from numpy import * 
     6 
     7 
     8def list_tisean_functions(): 
     9 
     10    func = ''' 
     11    addnoise     choose         henon      lyap_spec  poincare                        rbf         upo 
     12    arima-model  cluster        histogram  lzo-gm     polyback                        recurr      upoembed 
     13    ar-model     compare        ikeda      lzo-run    polynom                         resample    wiener1 
     14    ar-run       corr           intervals  lzo-test   polynomp                        rescale     wiener2 
     15    autocor      d2             lazy       makenoise  polypar                         rms         xc2 
     16    av-d2        delay          lfo-ar     mem_spec   predict                         sav_gol     xcor 
     17    boxcount     endtoend       lfo-run    mutual     project                         spectrum    xrecur 
     18    c1           events         lfo-test   notch      randomize_auto_exp_random       spikeauto   xzero 
     19    c2d          extrema        lorenz     nrlazy     randomize_autop_exp_random      spikespec 
     20    c2g          false_nearest  low121     nstat_z    randomize_spikeauto_exp_random  stp 
     21    c2naive      fsle           lyap_k     pc         randomize_spikespec_exp_event   surrogates 
     22    c2t          ghkss          lyap_r     pca        randomize_uneven_exp_random     timerev 
     23    ''' 
     24    print func 
     25 
    626 
    727# functions to generate dataseries 
     
    294314    arr = data_fload(tmpfile) 
    295315    os.remove(tmpfile) 
     316    return arr 
    296317 
    297318### some helper functions (IO)