Difference between revisions of "Software"
From ACL@NCU
(→MCCDAQ) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
---- | ---- | ||
==Python== | ==Python== | ||
===MCCDAQ=== | |||
To use the Measurement Computing 1208LS/FS DAQ, following the instructions below: | |||
#Download and install PyUniversalLibrary | |||
#Download and install mccdaq.exe | |||
#Download and unzip the example script | |||
*[[media:PyUniversalLibrary-20061020.zip|PyUniversalLibrary]] | *[[media:PyUniversalLibrary-20061020.zip|PyUniversalLibrary]] | ||
Python wrapper for Measurement Computing's DAQ library Universal Library | Python wrapper for Measurement Computing's DAQ library Universal Library | ||
<pre> | |||
1. Download and unzip the file | |||
2. In the terminal, change director to the folder, and type | |||
python setup.py install | |||
</pre> | |||
*[http://acl.ncu.edu.tw/neuroimaging/mccdaq.exe MCCDAQ Software] | *[http://acl.ncu.edu.tw/neuroimaging/software/mccdaq.exe MCCDAQ Software] | ||
The driver software and library for the Measurement Computing usb DAQ I/O card | The driver software and library for the Measurement Computing usb DAQ I/O card | ||
*[[media:mcctrig.zip|example script ]] | |||
<pre> | |||
#testmccio2.py | |||
usage: run testmccio2.py <0~15> | |||
</pre> | |||
===Other Software=== | |||
*[[media:bottlenose-0.4.2.tar.gz|bottlenose package]] | *[[media:bottlenose-0.4.2.tar.gz|bottlenose package]] | ||
A Python hook into the Amazon.com Product Advertising API[https://pypi.python.org/pypi/bottlenose] | A Python hook into the Amazon.com Product Advertising API[https://pypi.python.org/pypi/bottlenose] | ||
Line 44: | Line 63: | ||
[http://nipy.org/nibabel NiBabel] | [http://nipy.org/nibabel NiBabel] | ||
==Virtual box== | |||
*[http://askubuntu.com/questions/445284/how-to-start-a-virtualbox-machine-via-command-line-without-gui| How to start a Virtualbox machine via command line (without GUI)?] | |||
<pre> | |||
#VBoxManage startvm "VM name" --type headless | |||
#In the case of ACL_AFNI, win7 | |||
VBoxManage startvm "win7" --type headless | |||
</pre> | |||
Latest revision as of 12:04, 20 January 2016
References
Mendeley related
Setup up Mendeley sync on Android platform
Python
MCCDAQ
To use the Measurement Computing 1208LS/FS DAQ, following the instructions below:
- Download and install PyUniversalLibrary
- Download and install mccdaq.exe
- Download and unzip the example script
Python wrapper for Measurement Computing's DAQ library Universal Library
1. Download and unzip the file 2. In the terminal, change director to the folder, and type python setup.py install
The driver software and library for the Measurement Computing usb DAQ I/O card
#testmccio2.py usage: run testmccio2.py <0~15>
Other Software
A Python hook into the Amazon.com Product Advertising API[1]
A tool for installing and managing Python packages.
Selenium is for automating web applications for testing purposes, but is certainly not limited to just that.
neuroimaging
Stimuli Delivery
A package for stimulus presentation. Suitable for psychophysics, neuroimaging and many other areas of psychology.
A graphical experiment builder for the social sciences (recommended by Christophe Pallier)
Data I/O
Virtual box
#VBoxManage startvm "VM name" --type headless #In the case of ACL_AFNI, win7 VBoxManage startvm "win7" --type headless