Package pype
[frames] | no frames]

Source Code for Package pype

 1  """ 
 2  **Python Environment for neuroPhysiology (pype -- version 3)** 
 3   
 4  Someday complete documentation for users will live here. Until 
 5  then, the two basic ways to invove pype. They are as follows: 
 6   
 7  * startup pype with full GUI; load task if specified: 
 8   
 9      % pype [task] 
10   
11  * run python script with pype environment loaded/available: 
12   
13      % pypenv [script] 
14   
15  """ 
16  __all__ = [ 
17          "beep.py", 
18          "candy.py", 
19          "config.py", 
20          "configvars.py", 
21          "dacqfallback.py", 
22          "dynconfig.py", 
23          "events.py", 
24          "filebox.py", 
25          "griddata.py", 
26          "guitools.py", 
27          "handmap.py", 
28          "importer.py", 
29          "labjack.py", 
30          "lzones.py", 
31          "monotonic.py", 
32          "movie.py", 
33          "n2n.py", 
34          "optix.py", 
35          "peyetribe.py", 
36          "PlexHeaders.py", 
37          "PlexNet.py", 
38          "prand.py", 
39          "pstat.py", 
40          "ptable.py", 
41          "pype2tdt.py", 
42          "pype_aux.py", 
43          "pypedata.py", 
44          "pypedebug.py", 
45          "pypeerrors.py", 
46          "pypehttpd.py", 
47          "pype.py", 
48          "pypeversion.py", 
49          "rootperm.py", 
50          "server.py", 
51          "simpletimer.py", 
52          "sprite.py", 
53          "spritetools.py", 
54          "stats.py", 
55          "tdt.py", 
56          "ttank.py", 
57          "userdpy.py", 
58          "vectorops.py", 
59  ] 
60