# HG changeset patch # User Ioannis Binietoglou # Date 1479133921 -7200 # Node ID 349178d9e65888dcd43e3d630736517ded1bac72 # Parent 63672c5f29ed4996a99d926df6103bddcfe12d6d# Parent e57ad6a684d1102b538045e52045e2fc2391e959 Merge from 8:e57ad6a684d1 diff -r e57ad6a684d1 -r 349178d9e658 lidar_correction_ghk.py --- a/lidar_correction_ghk.py Mon Nov 14 15:27:23 2016 +0100 +++ b/lidar_correction_ghk.py Mon Nov 14 16:32:01 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)