Show
Ignore:
Timestamp:
02/18/10 10:03:35 (2 years ago)
Author:
pierre
Message:

Add a flag in the header to know what type of data has been recorded : spikes or analog signals

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/recording/__init__.py

    r696 r714  
    144144    def metadata(self): 
    145145        metadata = {} 
     146        metadata['variable'] = self.variable 
    146147        if self.population is not None: 
    147148            metadata.update({