| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
Object Representing the whole study. 
    
The study object is the central component of all subsequent 
analysis. It is the first argument passed to nearly every other high 
level function in the toolset. In reality its just a central 
placeholder to connect and store parameters and results from various 
other functions.
    
    Inputs
            workingdir              path to study directory to be created
            title                   title
    
    Procedure
            Create / Overwrite main study directory
            Name empty lists for source and output data series
            
    Data
            sourcenames             list of source data names
            infodict                dict of source data parameters 
            serieslist              list of output data series names
            seriesdict              dict of extract var {name:file}
            
    
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 Initialize the study object. Set the parameters, make output folders, and create new empty lists to store data | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Sun Mar 13 17:18:02 2011 | http://epydoc.sourceforge.net |