##// END OF EJS Templates
jroplot:...
jroplot: Se cambio el Colormap del grafico de CrossSpectra por RdBu_r Rango de velocidad usado en el Cross spectra en vez del rango de frecuencias Timerange seteado a 2 horas por defecto

File last commit:

r169:661bb8af254a
r237:c2b8eeb0ee69
Show More
FtpServerList.py
20 lines | 248 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class FtpServerList:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass
m_FtpServer= FtpServer()