Differences between revisions 14 and 38 (spanning 24 versions)
Revision 14 as of 2008-04-21 07:15:02
Size: 1773
Editor: hih-kn-2301-01
Comment:
Revision 38 as of 2009-09-17 05:27:27
Size: 2339
Editor: hih-kn-2301-01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl FriedemannBunjes:read,write,delete,revert FriedemannBunjes/ReadWriteGroup:read FriedemannBunjes/ReadGroup:read #acl FriedemannBunjes:read,write,delete,revert All:read
Line 4: Line 4:
#pragma section-numbers 2
Line 5: Line 6:
Line 8: Line 8:
== nrec is a software package for stimulation, data acquisition and experiment control ==
Originally it was designed to be used in [[http://www.hih-tuebingen.de/index.php?id=82&L=1|cognitive brain research]], but it is made to be as generally applicable as possible:
Line 9: Line 11:
----
 {{attachment:acquisition_stimulation.png}}
Line 10: Line 14:
== nrec is a software package for stimulation, data acquisition and experiment control == ----
== nrec is based on standard technology for robustness and enduring usability ==
 * hardware independence:
  * '''standard''' PC
  * '''standard''' graphics card
  * [[http://www.comedi.org/|comedi data acquisition library]] supports a lot of '''standard''' [[http://www.comedi.org/hardware.html|cards/boards/boxes]]
 * software standards:
  * it runs on a '''standard''' [[http://www.debian.org/|debian linux]]
  * it is developed in '''standard''' C++
  * parameter files format: '''standard''' XML
  * data storage files format: '''standard''' [[http://hdf.ncsa.uiuc.edu/HDF5/|hdf5]], Matlab readable
  * graphics primitives are built using the '''standard''' [[http://en.wikipedia.org/wiki/OpenGL|OpenGL]] library
Line 12: Line 27:

Originally it was designed to be used in the [[http://www.hih-tuebingen.de/abteilungen/kn/|cognitive brain research]], but it is made to be as generally applicable as possible:
Line 15: Line 28:
{{attachment:acquisition_stimulation.png}}
----
== nrec is based on standard technology for robustness and enduring usability: ==
 * hardware independence:
   * '''standard''' PC
   * '''standard''' graphics card
   * [[http://www.comedi.org/|comedi data acquisition library]] supports a lot of '''standard''' cards/boards/boxes
 * software standards:
   * it runs on a '''standard''' debian linux
   * it is developed in '''standard''' C++
   * parameter files format: '''standard''' XML
   * data storage files format: '''standard''' [[http://hdf.ncsa.uiuc.edu/HDF5/|hdf5]], Matlab readable
   * graphics primitives are built using the '''standard''' [[http://en.wikipedia.org/wiki/OpenGL|OpenGL]] library
----
== Current features: ==
== Current features ==
Line 31: Line 30:
   * circle
   * dotfield (RDK)
   * arrow
   * movie (avi)
   * image (png)
 * eyetracker calibration, fixation control, online data visualization
  * circle
  * rectangle
  * [[Screenshots#dotfield|dotfield (RDK)]]
  * [[Screenshots#text|text]]
  * arrow
  * [[Screenshots#landoltC|Landolt-C (for visual acuity measurements)]]
  * [[Screenshots#movie|movie (avi)]]
  * [[Screenshots#image|image (png)]]
  * [[Screenshots#square_plaids|square plaids]]
  * [[Screenshots#Dotfield3D|3D dotfield]] (stereo-mode: none, anaglyph, quad-buffer)
  * [[Screenshots#CheckerboardCircular|circular checkerboard]], also in parts, with flickering and radial and tangential movement
 * [[Screenshots#main_window|eyetracker calibration]], fixation control, [[Screenshots#data_window|online data visualization]]
Line 40: Line 45:
 * experiment control by strategy based parameter setting 
 * luminance correction by using an alpha mask loadable from a simple file
 * experiment control by strategy based parameter setting
 * [[LuminanceCorrection|luminance correction]] by using a freely definable alpha mask loadable from a simple file

Description

1. nrec is a software package for stimulation, data acquisition and experiment control

Originally it was designed to be used in cognitive brain research, but it is made to be as generally applicable as possible:


  • acquisition_stimulation.png


2. nrec is based on standard technology for robustness and enduring usability

  • hardware independence:
  • software standards:
    • it runs on a standard debian linux

    • it is developed in standard C++

    • parameter files format: standard XML

    • data storage files format: standard hdf5, Matlab readable

    • graphics primitives are built using the standard OpenGL library


3. Current features

nrec: Description (last edited 2009-09-17 05:27:27 by hih-kn-2301-01)