##// END OF EJS Templates
En IO/Header.py:...
En IO/Header.py: - Se agrego el metodo copy() en cada clase Basic, System, RadarController y Processing En IO/Voltage.py: - Se finalizo la implementacion del metodo getData() - Inclusion de la clase Model.Voltage.Voltage() a la clase IO.Voltage.VoltageReader() En IO: - Se agrego el modulo TestIO.py

File last commit:

r10:9523c526b618
r15:731909e6d41d
Show More
Correlation.py
19 lines | 242 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author: roj-idl71
'''
class Correlation(Data):
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
def copy(self):
pass