Trees | Indices | Help |
|
---|
|
Load list of datafiles for sequential refinement and associated environment variables such as temperature or pressure.
Classes | |
CSVListFileReader ListFileReader specialized for comma-separated-values (CSV) format. |
|
ListFileReader Object for loading datafiles and temperatures from a list file. |
Functions | |||
|
|||
|
Variables | |
__id__ =
|
|
__package__ =
|
Imports: SrrFileError, os, re
Function Details |
Load an return ListFileReader instance from the specified file. filename -- path to the list file to be loaded. Uses CSV reader for ".csv" extensions or plain text reader otherwise. fmt -- optional filename format. Use "csv" for CSV reader or "txt" for plain text reader. When None, determine format from the filename extension. basepath -- when specified, make loaded datapaths relative to the basepath directory. Use '.' for the current directory. Do not modify datapaths when None. Return a ListFileReader instance. Raise ValueError for invalid fmt value. Raise SrrFileError for non-existent or corrupted file. |
Convert column label to a standard name. This applies aliases as defined in the _LABELALIASES and maps bank002 to bank2. Otherwise the label remains unchanged. label -- string label to be converted to standard name. Return string. |
Variables Details |
__id__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 28 23:35:57 2011 | http://epydoc.sourceforge.net |