eynollah.py: use lxml not xml.etree

This commit is contained in:
Konstantin Baierer 2021-01-30 14:57:43 +01:00
parent 90c8af9595
commit 81d7233e67

View file

@ -29,7 +29,7 @@ warnings.filterwarnings("ignore")
from scipy.signal import find_peaks from scipy.signal import find_peaks
from scipy.ndimage import gaussian_filter1d from scipy.ndimage import gaussian_filter1d
from shapely import geometry from shapely import geometry
import xml.etree.ElementTree as ET#from lxml import etree as ET from lxml import etree as ET
from matplotlib import pyplot, transforms from matplotlib import pyplot, transforms
import matplotlib.patches as mpatches import matplotlib.patches as mpatches
import imutils import imutils