Thaiz / psychopy

Automatically exported from code.google.com/p/psychopy
0 stars 0 forks source link

gather system and other setting at run-time, for archiving and immediate use #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Aims: 1) provide a class, core.RuntimeInfo(), to provide an easy way to
gather details about the current run-time context, including PsychoPy
version, experiment script (name, author, version), python (version,
packages & versions), system (OS, user, other user processes), window
parameters (type, etc, including screen refresh rate and variability), and
openGL details. The format should be suitable for archiving (eg, save into
the data file) and immediate use within a script. 
2) provide a coder demo to illustrate using the class

Original issue reported on code.google.com by jrgray@gmail.com on 25 Apr 2010 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by jrgray@gmail.com on 25 Apr 2010 at 4:40

GoogleCodeExporter commented 8 years ago
class data.RunTimeInfo() release in v1.61, with demo runtimeInfo.py

Original comment by jrgray@gmail.com on 14 May 2010 at 7:26