This library was created at the Institute for Mental Health Research, at the University of Texas at Austin by Semeon Risom, and was developed from funding of NIMH grant 1R56MH108650-01A1.
mdl-R56/
├── README.md
├── LICENSE
├── docs/
│ ├── Dot Probe - Methods.docx
│ ├── Pupil dilation - Methods.docx
│ └── triggers.json
├── other/
│ └── backup/
├── tasks/
│ ├── pst/
│ │ ├── dotprobe/
│ │ │ ├── 5.0/
│ │ │ │ ├── r56-dot.ebs2
│ │ │ │ ├── r56-dot.es2
│ │ │ │ └── stim.zip
│ │ │ └── 5.1/
│ │ │ │ ├── r56-dot.ebs2
│ │ │ │ ├── r56-dot.es2
│ │ │ │ └── stim.zip
│ │ └── pupil_dilation/
│ │ ├── 5.7/
│ │ │ ├── r56-ppi.ebs2
│ │ │ ├── r56-ppi.es2
│ │ │ ├── py.zip
│ │ │ └── stim.zip
│ │ └── 5.8/
│ │ ├── r56-ppi.ebs2
│ │ ├── r56-ppi.es2
│ │ ├── py.zip
│ │ └── stim.zip
│ └── python/
│ ├── _dfat/
│ │ ├── inpout32.dll
│ │ │── instructions.zip
│ │ ├── dfat.py
│ ├── _rsi/
│ │ ├── inpout32.dll
│ │ ├── instructions.zip
│ │ └── rsi.py
│ ├── _wf/
│ │ ├── inpout32.dll
│ │ ├── stim.zip
│ │ ├── FEMA4ImagesEEG.py
│ │ ├── MAFE4ImagesEEG.py
│ ├── app/
│ └── manual/
├── tools/
│ ├── actigraph_analysis/
│ │ ├── actigraph.py
│ │ ├── new/
│ │ ├── notes/
│ │ │ ├── Actigraphy Report -- 100126.docx
│ │ │ ├── chrome_0ab.csv
│ │ │ ├── nparACT.pdf
│ │ │ ├── nparACT.R
│ │ │ ├── R56ActiwareDatabase.AW5
│ │ │ └── R56ActiwareDatabase.AW5bak
│ │ └── old/
│ └── rename/
│ ├── practice_instructions/
│ └── rename.py
You can also install the development version directly from github:
pip install git+https://github.com/risoms/mdl-R56.git
If you have any questions, please contact Semeon Risom at [email protected]