Remove measure function
The PMT::measure
function is a wrapper around the PMT::read
function that prevents calling read()
when the dump thread is stopped. This is a ugly hack, that needs to be removed. As a first step, the measure
function is removed.