Beauchamp:ECogAnalysisv2: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 25: Line 25:
# chanDesList: This is ____
# chanDesList: This is ____
# images:
# images:
To load the correct values into the data structure, we use a Matlab program that has information taken from the physiology sheet. For instance,
e.g. /FILENAME/
obtains information copied from
/FILENAME OF PHYSIOLOGY SHEET/

Revision as of 09:11, 14 May 2014

Brain picture
Beauchamp Lab




To search for things on the wiki, use Google's site search feature. For instance, to find an Experiment Sheet, type

 site:openwetware.org/wiki/Beauchamp ExperimentSheet

The first step is to load the appropriate files into the "S" data structure. Here are the components of the S data structure:

                fileName: {'YAODatafile017'  'YAODatafile018'}
             chanDesList: {1x68 cell}
                  images: 8
              imageNames: {6x1 cell}
                 kStimOn: 80
               kImageMin: 4096
    kResponse_leftbutton: 128
   kResponse_rightbutton: 129
                      Fs: 2000
               startTime: 0
              sampleTime: 0.5000
         trialTimeCourse: [1x8000 double]

Here is what element of the data structure represents:

  1. filename: This is ___
  2. chanDesList: This is ____
  3. images:

To load the correct values into the data structure, we use a Matlab program that has information taken from the physiology sheet. For instance, e.g. /FILENAME/ obtains information copied from /FILENAME OF PHYSIOLOGY SHEET/