NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 76

Show
Ignore:
Timestamp:
09/17/07 17:40:00
Author:
cbc
Message:

Saving refactored changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/trunk/sodar/formattedData.py

    r75 r76  
    3232        super(FormattedData, self).__init__() 
    3333        self.extend([sample.data() for sample in data]) 
    34         self._inspect() 
     34        self._formatt() 
    3535     
    36     def _inspect(self): 
     36    def _format(self): 
    3737        """Clean up data for analysis.""" 
    3838        self._convert()