This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Reduce the number of restarts of timepix device on initialization #19
Labels
enhancement
New feature or request
When launching pymepix-viewer a TimepixDevice object is created. This object can be started and stopped (the associated pipeline is started and stopped). Some operations (like changing the number of processes used in the pipeline) require this to be restarted. Some operations might not require this restart.
On initialisation of the application multiple operations are implemented which do currently execute a restart of the timepix device. Overall the device is restarted three times (if I counted correctly) although only one start would be required.
The objective is to:
The text was updated successfully, but these errors were encountered: