areaDetector / ADPcoWin

EPICS area detector driver for the PCO cameras
Apache License 2.0
1 stars 4 forks source link

Update/dls changes upstream #21

Closed BenBradnick closed 3 years ago

BenBradnick commented 3 years ago

This can be more easily compared to master after PR #20 when indentations have been converted to spaces.

There are a few changes/fixes in this PR:

  1. Timestamp calculation is corrected (nanosecond counter was being divided by 1e-9 instead of multiplied)
  2. An event is now used to check that the camera acquisition is started before acquire PV is set
  3. Unique ID is now 1-indexed, consistent with most other Area Detector drivers
BenBradnick commented 3 years ago

Hi @MarkRivers could you review the changes here too?