##// END OF EJS Templates
Bug plotting RTI fixed for jroplot_heispectra, jroplot_parameters, jroplot_spectra
Bug plotting RTI fixed for jroplot_heispectra, jroplot_parameters, jroplot_spectra

File last commit:

r566:e8eb3a2dac97
r567:753c4d780d0c
Show More
jrodataIO.py
8 lines | 186 B | text/x-python | PythonLexer
Daniel Valdez
This is the new organization by packages and scripts for Signal Chain, this version contains new features and bugs fixed until August 2014
r487 from jroIO_voltage import *
from jroIO_spectra import *
from jroIO_heispectra import *
Julio Valdez
First Draft HDF5 IO module
r514 from jroIO_amisr import *
Alexander Valdez
Se aƱade jroIO_hf para la lectura de datos del proyecto HF.
r539 from jroIO_HDF5 import *
Miguel Valdez
Bug plotting RTI fixed: timezone was removed from getLimit function
r566 try:
from jroIO_hf import *
except:
pass