areaDetector / ADCore

The home of the core components of the EPICS areaDetector software. It includes base classes for drivers and code for all of the standard plugins.
https://areadetector.github.io/master/index.html
Other
20 stars 65 forks source link

Corrected index misunderstanding. #473

Closed pheest closed 2 years ago

pheest commented 2 years ago

areaDetector uses 0-based pixel indexes - when I wrote this I had assumed 1-based indexes.

Consequently, I have inappropriate range checks.