##// END OF EJS Templates
Bug fixed in RTI and Wind Profiler Plots, when data time exceeded the xmax, the new plot generated was overwriting the first one.
Bug fixed in RTI and Wind Profiler Plots, when data time exceeded the xmax, the new plot generated was overwriting the first one.

File last commit:

r502:8b1242a708e8
r509:7fe23f0913c9
Show More
jroprocessing.py
5 lines | 187 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 jroproc_voltage import *
from jroproc_spectra import *
Daniel Valdez
AMISR modules to read hdf5 files and link to SignalChain Objects...
r491 from jroproc_heispectra import *
Julio Valdez
Processing Modules added:...
r502 from jroproc_amisr import *
from jroproc_correlation import *
from jroproc_parameters import *