| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+
         |
        ListFileReader
Object for loading datafiles and temperatures from a list file.
Bank columns are loaded as list of strings, all other columns are
converted to floats.
Class variables:
labelaliases -- dictionary of alternative column labels.
Instance variables:
columnlabels -- list of column labels in the loaded list file
banklabels   -- list of bank-column labels sorted by bank index
column       -- dictionary that maps column label to associated
                list of values.
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
| Properties | |
| 
     Inherited from   | 
  
| Method Details | 
  
 Initializa ListFileReader filename -- optional path to a list file to be loaded fp -- file type object to be read Only one of filename, fp arguments can be specified. 
  | 
  
 Read listfile from a file-type object fp. No return value. Raise SrrFileError if file loading failed.  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 28 23:35:57 2011 | http://epydoc.sourceforge.net |