Package atmopy :: Package io :: Module source :: Class Source
[show private | hide private]
[frames | no frames]

Class Source


Stores information about a point source
Method Summary
  __init__(self, content)
Initializes the instance in case 'content' is not empty.
  SetSourceLocation(self, coordinates)
Sets the source coordinates.

Method Details

__init__(self, content=[])
(Constructor)

Initializes the instance in case 'content' is not empty.
Parameters:
content - list of values to initialize the source with. It contains the following fields:
  1. The source abscissa (float);
  2. The source ordinate (float);
  3. The source altitude (float);
  1. The emission beginning date (date);
  1. The emission ending date (date);
  2. The list of species emitted from the source;
  1. The list of species rates.

           (type=list.)

SetSourceLocation(self, coordinates)

Sets the source coordinates.
Parameters:
coordinates - The list of coordinates (abscissa, ordinate).
           (type=list)

Generated by Epydoc 2.1 on Tue May 19 10:37:13 2009 http://epydoc.sf.net