##// END OF EJS Templates
Signal Chain GUI: Checking selected project before doing something
Signal Chain GUI: Checking selected project before doing something

File last commit:

r634:abbd9ab7a050
r644:a99cdf95551d
Show More
__init__.py
29 lines | 562 B | text/x-python | PythonLexer
Miguel Valdez
Merge with branch schain_julia_drifts from rev. 803 to 995....
r568 '''
$Author: murco $
$Id: JRODataIO.py 169 2012-11-19 21:57:03Z murco $
'''
from jroIO_voltage import *
from jroIO_spectra import *
from jroIO_heispectra import *
from jroIO_usrp import *
Miguel Valdez
-jroIO_usrp_api is not include in Schain model anymore...
r634 # try:
# from jroIO_usrp_api import *
# except:
# print "jroIO_usrp_api could not be imported"
Miguel Valdez
Merge with branch schain_julia_drifts from rev. 803 to 995....
r568
try:
from jroIO_amisr import *
except:
print "jroIO_amisr could not be imported"
try:
from jroIO_HDF5 import *
except:
print "jroIO_HDF5 could not be imported"
try:
from jroIO_hf import *
except:
print "jroIO_hf could not be imported"