##// END OF EJS Templates
Se importa modulo ElementTree a jrodataIO para leer archivo de configuracion FITS
Daniel Valdez -
r352:c7267cf690c5
parent child
Show More
@@ -10,6 +10,7 import time
10 import numpy
10 import numpy
11 import fnmatch
11 import fnmatch
12 import time, datetime
12 import time, datetime
13 from xml.etree.ElementTree import Element, SubElement, ElementTree
13 try:
14 try:
14 import pyfits
15 import pyfits
15 except:
16 except:
General Comments 0
You need to be logged in to leave comments. Login now