##// END OF EJS Templates
VoltageProcesor.py:...
VoltageProcesor.py: Se implementaron los metodos selectChannels selectHeightsByValue selectHeightsByIndex selectProfiles

File last commit:

r39:bfb6b8219d8f
r84:979b1151548c
Show More
Correlation.py
17 lines | 218 B | text/x-python | PythonLexer
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 '''
Created on Feb 7, 2012
Daniel Valdez
Fijando variables svn:keywords Author Id
r16 @author $Author$
@version $Id$
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 '''
class Correlation(Data):
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass