I am trying to use the python console to batch quite a few processes from lastools. I'm having trouble with the arguments to lasclip.
clipped_las = processing.runalg('lidartools:lasclip', True, flight_las, clipper, False, 0, 0, outputname)is complaining:
Wrong number of parameters . . ...