Implement device abstraction
This extracts the detector-independent code from AgipdLitFrameFinder
class and isolates it in the abstract device class LitFrameFinder
. It allows to create devices for other detectors reusing the code in abstract LitFrameFinder
class.