古斯塔夫:一个基于事件的心理物理实验框架

gustav的Python项目详细描述


Gustav tries to handle all of the aspects of experimentation that are common across experiments (organizing and enumerating experimental variables, the psychophysical procedure, interacting with subjects, logging, saving data, etc.), and leaves to the experimenter the aspects that are unique to each experiment (stimulus generation and delivery, etc).

An experiment is represented by a Gustav experiment file, which is simply a python script that has various functions and properties specified. For example, the setup function is where many aspects of the experiment are set, such as the name of the experiment, where and how to save data, what the experimental variables and their levels are, and so on. The best way to understand how one works is to have a look at one. See the test_gustav python scripts in the user_scripts directory for more information.

主页:https://github.com/cbrown1/gustav 作者:克里斯托弗·布朗 作者电子邮件:cbrown1@pitt.edu 许可证:未知 描述:未知 平台:Linux 分类器:开发状态::4-测试版 分类器:目标受众:科学/研究 分类器:许可证::OSI批准::GNU通用公共许可证(GPL) 分类器:自然语言:英语 分类器:操作系统::与操作系统无关 分类器:操作系统::posix 分类器:操作系统::Unix 分类器:操作系统::Microsoft::Windows 分类器:操作系统::MacOS 分类器:编程语言::python::2.7 分类器:编程语言::python::3.5 分类器:主题::多媒体::声音/音频::语音 分类器:主题::科学/工程

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在linux中使用命令行编译eclipse项目?   java从excel单元格值读取和提取文件名   mongodb游标异常Java   如何在Java中从randDouble中随机获得1100之间的值?   java使用bean引用从SpringXML配置迁移到@configuration(Servlet3.0)会导致BeanNotOfRequiredTypeException   java我是否正确地实现了deltatime?   java将CSV内容附加到邮件中   数据库中具有重复值的java Hibernate update语句   c#如何使用Java在Windows上创建虚拟磁盘(信件、共享等)?   java使用InsertionSort算法对包含空元素的字符串数组进行排序   使用Java正则表达式提取html中的文本   java如何在安卓中使用导入包中的类   检查字符的java规则   不带列名的java DefaultTableModel   java Nillable=false在apache cxf中不起作用   java DecimalFormat无法处理数学问题。圆周率   当用户再次登录时,数据从Firebase数据库中删除   java Android Dropbox API v2使用访问令牌自动访问   从Mockito参数captor捕获时,java函数接口不可序列化