##// END OF EJS Templates
JROData.py...
JROData.py Se agrego e inicializo las variables heightList y channelList dentro de la clase

File last commit:

r20:b88be568bb0c
r81:d69a019dbc20
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