Home | Trees | Indices | Help |
|
---|
|
pype: python physiology environment
This is the main module for pype. It gets imported by both data collection and data analysis programs/tasks. In general, any pype-related program or task should probably import this module as early on as possible.
Author -- James A. Mazer (mazerj@gmail.com)
Classes | |
PypeApp Pype Application Class. |
|
FixWin Fixation Window Encapsulation |
|
Timer | |
Holder Dummy class. |
|
EmbeddedFigure Create matplotlib figure embedded in tkinter parent window. |
|
SimplePlotWindow Toplevel plot window for use with matplotlib. |
|
EyeTribeThreadRunner |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
|
Query subject id string. This is usually supplied by starting pype with the -s argument.
|
Query subject-specific config directory. Each subject should have a private directory for config and state files etc. By default this is ~/.pyperc/subj_id. The default can be altered by setting the $PYPERC environment variable.
|
Query config directory. By default this is ~/.pyperc, but can be overridden by setting the $PYPERC envronment var.
|
|
OBSOLETE Pype now extends the import module to provide this functionality automatically as needed. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 17 00:22:04 2018 | http://epydoc.sourceforge.net |