diff -r 5936b84c27e8 -r 63672c5f29ed lidar_correction_ghk.py --- a/lidar_correction_ghk.py Mon Nov 14 16:23:44 2016 +0200 +++ b/lidar_correction_ghk.py Mon Nov 14 16:27:26 2016 +0200 @@ -30,6 +30,8 @@ import matplotlib.pyplot as plt from time import clock + + #from matplotlib.backends.backend_pdf import PdfPages #pdffile = '{}.pdf'.format('path') #pp = PdfPages(pdffile)