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

File last commit:

r20:b88be568bb0c
r84:979b1151548c
Show More
CorrelationIO.py
16 lines | 292 B | text/x-python | PythonLexer
'''
Created on 23/01/2012
@author $Author$
@version $Id$
'''
from DataIO import DataReader
from DataIO import DataWriter
class CorrelationReader(DataReader):
def __init__(self):
pass
class CorrelationWriter(DataWriter):
def __init__(self):
pass